Created
October 26, 2013 13:46
-
-
Save 1951FDG/57ea5d18e8a13e3117b2 to your computer and use it in GitHub Desktop.
AppDNA notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Open MainMenu.xib with IB | |
- In IB – Save As MainMenu.nib (Choose NIB 3.x as File Type) | |
- In Xcode - Delete MainMenu.xib (Delete References) | |
- In Xcode – Resources > Add > Existing Files (English.lproj/MainMenu.nib) | |
- Build Release Configuration | |
- | |
- Done | |
Flattenned MainMenu.nib + MainMenu.xib = Non-Flattenned MainMenu.nib | |
- In Xcode - Delete MainMenu.xib (Delete References) | |
- In Xcode – Other Sources > Add > Existing Files (English.lproj/MainMenu.xib) | |
- Drag MainMenu.xib to Other Sources | |
- | |
- Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment