Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Created October 26, 2013 13:46
Show Gist options
  • Save 1951FDG/57ea5d18e8a13e3117b2 to your computer and use it in GitHub Desktop.
Save 1951FDG/57ea5d18e8a13e3117b2 to your computer and use it in GitHub Desktop.
AppDNA notes
- 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