choctop 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +4 -0
- data/Manifest.txt +173 -0
- data/README.rdoc +130 -0
- data/Rakefile +28 -0
- data/app_generators/install_choctop/install_choctop_generator.rb +47 -0
- data/app_generators/install_choctop/templates/Rakefile.erb +17 -0
- data/assets/DefaultVolumeIcon.icns +0 -0
- data/assets/default_background.jpg +0 -0
- data/bin/install_choctop +24 -0
- data/features/development.feature +13 -0
- data/features/dmg.feature +16 -0
- data/features/fixtures/SampleApp-AlreadyBuilt/SampleApp.xcodeproj/drnic.mode1v3 +1370 -0
- data/features/fixtures/SampleApp-AlreadyBuilt/SampleApp.xcodeproj/drnic.pbxuser +134 -0
- data/features/fixtures/SampleApp/English.lproj/InfoPlist.strings +0 -0
- data/features/fixtures/SampleApp/English.lproj/MainMenu.xib +3034 -0
- data/features/fixtures/SampleApp/Info.plist +28 -0
- data/features/fixtures/SampleApp/SampleApp.xcodeproj/TemplateIcon.icns +0 -0
- data/features/fixtures/SampleApp/SampleApp.xcodeproj/drnic.mode1v3 +1370 -0
- data/features/fixtures/SampleApp/SampleApp.xcodeproj/drnic.pbxuser +134 -0
- data/features/fixtures/SampleApp/SampleApp.xcodeproj/project.pbxproj +284 -0
- data/features/fixtures/SampleApp/SampleApp_Prefix.pch +7 -0
- data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/Info.plist +26 -0
- data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/MacOS/SampleApp +0 -0
- data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/PkgInfo +1 -0
- data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/Resources/English.lproj/InfoPlist.strings +0 -0
- data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/Resources/English.lproj/MainMenu.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app.dSYM/Contents/Info.plist +27 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app.dSYM/Contents/Resources/DWARF/SampleApp +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Sparkle +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcast.h +33 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h +47 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdater.h +118 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h +27 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h +21 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Info.plist +24 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/License.txt +7 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist +174 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib +56 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/classes.nib +67 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/classes.nib +67 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib +21 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/classes.nib +67 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/info.nib +16 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/classes.nib +67 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/info.nib +16 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/info.nib +16 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/classes.nib +67 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/info.nib +18 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/classes.nib +67 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/info.nib +16 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/info.nib +16 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/relaunch +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/classes.nib +67 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/info.nib +18 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/classes.nib +39 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/info.nib +18 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/info.nib +20 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Info.plist +26 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/MacOS/SampleApp +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/PkgInfo +1 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Resources/English.lproj/InfoPlist.strings +0 -0
- data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Resources/English.lproj/MainMenu.nib +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/Objects-normal/i386/SampleApp.LinkFileList +1 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp-all-target-headers.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp-generated-files.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp-own-target-headers.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp-project-headers.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp.dep +8 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/Objects-normal/i386/SampleApp +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/Objects-normal/i386/SampleApp.LinkFileList +1 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/Objects-normal/ppc/SampleApp +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/Objects-normal/ppc/SampleApp.LinkFileList +1 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp-all-target-headers.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp-generated-files.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp-own-target-headers.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp-project-headers.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp.dep +16 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp.hmap +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp~.dep +16 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/categories.pbxbtree +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/cdecls.pbxbtree +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/decls.pbxbtree +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/files.pbxbtree +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/imports.pbxbtree +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/pbxindex.header +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/protocols.pbxbtree +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/refs.pbxbtree +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/strings.pbxstrings/control +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/strings.pbxstrings/strings +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/subclasses.pbxbtree +0 -0
- data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/symbols0.pbxsymbols +0 -0
- data/features/fixtures/SampleApp/main.m +14 -0
- data/features/fixtures/design/background.jpg +0 -0
- data/features/fixtures/design/ds_store +0 -0
- data/features/initial_generator.feature +26 -0
- data/features/rake_tasks.feature +44 -0
- data/features/steps/common.rb +242 -0
- data/features/steps/dmg_steps.rb +31 -0
- data/features/steps/env.rb +8 -0
- data/features/steps/generator.rb +39 -0
- data/features/steps/remote.rb +20 -0
- data/lib/choctop.rb +185 -0
- data/lib/choctop/appcast.rb +54 -0
- data/lib/choctop/dmg.rb +112 -0
- data/script/console +10 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- metadata +271 -0
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
// !$*UTF8*$!
|
|
2
|
+
{
|
|
3
|
+
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
|
4
|
+
activeBuildConfigurationName = Release;
|
|
5
|
+
activeExecutable = 3111062D0F244BA80026C456 /* SampleApp */;
|
|
6
|
+
activeTarget = 8D1107260486CEB800E47090 /* SampleApp */;
|
|
7
|
+
addToTargets = (
|
|
8
|
+
8D1107260486CEB800E47090 /* SampleApp */,
|
|
9
|
+
);
|
|
10
|
+
codeSenseManager = 311106370F244BB50026C456 /* Code sense */;
|
|
11
|
+
executables = (
|
|
12
|
+
3111062D0F244BA80026C456 /* SampleApp */,
|
|
13
|
+
);
|
|
14
|
+
perUserDictionary = {
|
|
15
|
+
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
|
|
16
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
|
17
|
+
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
|
|
18
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
|
19
|
+
20,
|
|
20
|
+
341,
|
|
21
|
+
20,
|
|
22
|
+
48,
|
|
23
|
+
43,
|
|
24
|
+
43,
|
|
25
|
+
20,
|
|
26
|
+
);
|
|
27
|
+
PBXFileTableDataSourceColumnsKey = (
|
|
28
|
+
PBXFileDataSource_FiletypeID,
|
|
29
|
+
PBXFileDataSource_Filename_ColumnID,
|
|
30
|
+
PBXFileDataSource_Built_ColumnID,
|
|
31
|
+
PBXFileDataSource_ObjectSize_ColumnID,
|
|
32
|
+
PBXFileDataSource_Errors_ColumnID,
|
|
33
|
+
PBXFileDataSource_Warnings_ColumnID,
|
|
34
|
+
PBXFileDataSource_Target_ColumnID,
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
|
|
38
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
|
39
|
+
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
|
|
40
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
|
41
|
+
20,
|
|
42
|
+
301,
|
|
43
|
+
60,
|
|
44
|
+
20,
|
|
45
|
+
48,
|
|
46
|
+
43,
|
|
47
|
+
43,
|
|
48
|
+
);
|
|
49
|
+
PBXFileTableDataSourceColumnsKey = (
|
|
50
|
+
PBXFileDataSource_FiletypeID,
|
|
51
|
+
PBXFileDataSource_Filename_ColumnID,
|
|
52
|
+
PBXTargetDataSource_PrimaryAttribute,
|
|
53
|
+
PBXFileDataSource_Built_ColumnID,
|
|
54
|
+
PBXFileDataSource_ObjectSize_ColumnID,
|
|
55
|
+
PBXFileDataSource_Errors_ColumnID,
|
|
56
|
+
PBXFileDataSource_Warnings_ColumnID,
|
|
57
|
+
);
|
|
58
|
+
};
|
|
59
|
+
PBXPerProjectTemplateStateSaveDate = 254061972;
|
|
60
|
+
PBXWorkspaceStateSaveDate = 254061972;
|
|
61
|
+
};
|
|
62
|
+
perUserProjectItems = {
|
|
63
|
+
3111067C0F24859E0026C456 /* PlistBookmark */ = 3111067C0F24859E0026C456 /* PlistBookmark */;
|
|
64
|
+
31D490420F24ADB3008D19D9 /* PlistBookmark */ = 31D490420F24ADB3008D19D9 /* PlistBookmark */;
|
|
65
|
+
};
|
|
66
|
+
sourceControlManager = 311106360F244BB50026C456 /* Source Control */;
|
|
67
|
+
userBuildSettings = {
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
3111062D0F244BA80026C456 /* SampleApp */ = {
|
|
71
|
+
isa = PBXExecutable;
|
|
72
|
+
activeArgIndices = (
|
|
73
|
+
);
|
|
74
|
+
argumentStrings = (
|
|
75
|
+
);
|
|
76
|
+
autoAttachOnCrash = 1;
|
|
77
|
+
breakpointsEnabled = 1;
|
|
78
|
+
configStateDict = {
|
|
79
|
+
};
|
|
80
|
+
customDataFormattersEnabled = 1;
|
|
81
|
+
debuggerPlugin = GDBDebugging;
|
|
82
|
+
disassemblyDisplayState = 0;
|
|
83
|
+
enableDebugStr = 1;
|
|
84
|
+
environmentEntries = (
|
|
85
|
+
);
|
|
86
|
+
executableSystemSymbolLevel = 0;
|
|
87
|
+
executableUserSymbolLevel = 0;
|
|
88
|
+
libgmallocEnabled = 0;
|
|
89
|
+
name = SampleApp;
|
|
90
|
+
sourceDirectories = (
|
|
91
|
+
);
|
|
92
|
+
};
|
|
93
|
+
311106360F244BB50026C456 /* Source Control */ = {
|
|
94
|
+
isa = PBXSourceControlManager;
|
|
95
|
+
fallbackIsa = XCSourceControlManager;
|
|
96
|
+
isSCMEnabled = 0;
|
|
97
|
+
scmConfiguration = {
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
311106370F244BB50026C456 /* Code sense */ = {
|
|
101
|
+
isa = PBXCodeSenseManager;
|
|
102
|
+
indexTemplatePath = "";
|
|
103
|
+
};
|
|
104
|
+
3111067C0F24859E0026C456 /* PlistBookmark */ = {
|
|
105
|
+
isa = PlistBookmark;
|
|
106
|
+
fRef = 8D1107310486CEB800E47090 /* Info.plist */;
|
|
107
|
+
fallbackIsa = PBXBookmark;
|
|
108
|
+
isK = 0;
|
|
109
|
+
kPath = (
|
|
110
|
+
NSMainNibFile,
|
|
111
|
+
);
|
|
112
|
+
name = /Users/drnic/Documents/ruby/gems/choctop/features/fixtures/SampleApp/Info.plist;
|
|
113
|
+
rLen = 0;
|
|
114
|
+
rLoc = 2147483647;
|
|
115
|
+
};
|
|
116
|
+
31D490420F24ADB3008D19D9 /* PlistBookmark */ = {
|
|
117
|
+
isa = PlistBookmark;
|
|
118
|
+
fRef = 8D1107310486CEB800E47090 /* Info.plist */;
|
|
119
|
+
fallbackIsa = PBXBookmark;
|
|
120
|
+
isK = 0;
|
|
121
|
+
kPath = (
|
|
122
|
+
NSMainNibFile,
|
|
123
|
+
);
|
|
124
|
+
name = /Users/drnic/Documents/ruby/gems/choctop/features/fixtures/SampleApp/Info.plist;
|
|
125
|
+
rLen = 0;
|
|
126
|
+
rLoc = 2147483647;
|
|
127
|
+
};
|
|
128
|
+
8D1107260486CEB800E47090 /* SampleApp */ = {
|
|
129
|
+
activeExec = 0;
|
|
130
|
+
executables = (
|
|
131
|
+
3111062D0F244BA80026C456 /* SampleApp */,
|
|
132
|
+
);
|
|
133
|
+
};
|
|
134
|
+
}
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
// !$*UTF8*$!
|
|
2
|
+
{
|
|
3
|
+
archiveVersion = 1;
|
|
4
|
+
classes = {
|
|
5
|
+
};
|
|
6
|
+
objectVersion = 45;
|
|
7
|
+
objects = {
|
|
8
|
+
|
|
9
|
+
/* Begin PBXBuildFile section */
|
|
10
|
+
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
|
|
11
|
+
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
|
12
|
+
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
|
|
13
|
+
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
|
14
|
+
/* End PBXBuildFile section */
|
|
15
|
+
|
|
16
|
+
/* Begin PBXFileReference section */
|
|
17
|
+
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
18
|
+
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
|
19
|
+
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
|
|
20
|
+
1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
21
|
+
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
22
|
+
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
|
23
|
+
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
|
24
|
+
32CA4F630368D1EE00C91783 /* SampleApp_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleApp_Prefix.pch; sourceTree = "<group>"; };
|
|
25
|
+
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
26
|
+
8D1107320486CEB800E47090 /* SampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SampleApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
27
|
+
/* End PBXFileReference section */
|
|
28
|
+
|
|
29
|
+
/* Begin PBXFrameworksBuildPhase section */
|
|
30
|
+
8D11072E0486CEB800E47090 /* Frameworks */ = {
|
|
31
|
+
isa = PBXFrameworksBuildPhase;
|
|
32
|
+
buildActionMask = 2147483647;
|
|
33
|
+
files = (
|
|
34
|
+
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
|
|
35
|
+
);
|
|
36
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
37
|
+
};
|
|
38
|
+
/* End PBXFrameworksBuildPhase section */
|
|
39
|
+
|
|
40
|
+
/* Begin PBXGroup section */
|
|
41
|
+
080E96DDFE201D6D7F000001 /* Classes */ = {
|
|
42
|
+
isa = PBXGroup;
|
|
43
|
+
children = (
|
|
44
|
+
);
|
|
45
|
+
name = Classes;
|
|
46
|
+
sourceTree = "<group>";
|
|
47
|
+
};
|
|
48
|
+
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
|
|
49
|
+
isa = PBXGroup;
|
|
50
|
+
children = (
|
|
51
|
+
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
|
|
52
|
+
);
|
|
53
|
+
name = "Linked Frameworks";
|
|
54
|
+
sourceTree = "<group>";
|
|
55
|
+
};
|
|
56
|
+
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
|
|
57
|
+
isa = PBXGroup;
|
|
58
|
+
children = (
|
|
59
|
+
29B97324FDCFA39411CA2CEA /* AppKit.framework */,
|
|
60
|
+
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
|
|
61
|
+
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
|
|
62
|
+
);
|
|
63
|
+
name = "Other Frameworks";
|
|
64
|
+
sourceTree = "<group>";
|
|
65
|
+
};
|
|
66
|
+
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
|
67
|
+
isa = PBXGroup;
|
|
68
|
+
children = (
|
|
69
|
+
8D1107320486CEB800E47090 /* SampleApp.app */,
|
|
70
|
+
);
|
|
71
|
+
name = Products;
|
|
72
|
+
sourceTree = "<group>";
|
|
73
|
+
};
|
|
74
|
+
29B97314FDCFA39411CA2CEA /* SampleApp */ = {
|
|
75
|
+
isa = PBXGroup;
|
|
76
|
+
children = (
|
|
77
|
+
080E96DDFE201D6D7F000001 /* Classes */,
|
|
78
|
+
29B97315FDCFA39411CA2CEA /* Other Sources */,
|
|
79
|
+
29B97317FDCFA39411CA2CEA /* Resources */,
|
|
80
|
+
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
|
81
|
+
19C28FACFE9D520D11CA2CBB /* Products */,
|
|
82
|
+
);
|
|
83
|
+
name = SampleApp;
|
|
84
|
+
sourceTree = "<group>";
|
|
85
|
+
};
|
|
86
|
+
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
|
|
87
|
+
isa = PBXGroup;
|
|
88
|
+
children = (
|
|
89
|
+
32CA4F630368D1EE00C91783 /* SampleApp_Prefix.pch */,
|
|
90
|
+
29B97316FDCFA39411CA2CEA /* main.m */,
|
|
91
|
+
);
|
|
92
|
+
name = "Other Sources";
|
|
93
|
+
sourceTree = "<group>";
|
|
94
|
+
};
|
|
95
|
+
29B97317FDCFA39411CA2CEA /* Resources */ = {
|
|
96
|
+
isa = PBXGroup;
|
|
97
|
+
children = (
|
|
98
|
+
8D1107310486CEB800E47090 /* Info.plist */,
|
|
99
|
+
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
|
|
100
|
+
1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
|
|
101
|
+
);
|
|
102
|
+
name = Resources;
|
|
103
|
+
sourceTree = "<group>";
|
|
104
|
+
};
|
|
105
|
+
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
|
106
|
+
isa = PBXGroup;
|
|
107
|
+
children = (
|
|
108
|
+
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
|
|
109
|
+
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
|
|
110
|
+
);
|
|
111
|
+
name = Frameworks;
|
|
112
|
+
sourceTree = "<group>";
|
|
113
|
+
};
|
|
114
|
+
/* End PBXGroup section */
|
|
115
|
+
|
|
116
|
+
/* Begin PBXNativeTarget section */
|
|
117
|
+
8D1107260486CEB800E47090 /* SampleApp */ = {
|
|
118
|
+
isa = PBXNativeTarget;
|
|
119
|
+
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "SampleApp" */;
|
|
120
|
+
buildPhases = (
|
|
121
|
+
8D1107290486CEB800E47090 /* Resources */,
|
|
122
|
+
8D11072C0486CEB800E47090 /* Sources */,
|
|
123
|
+
8D11072E0486CEB800E47090 /* Frameworks */,
|
|
124
|
+
);
|
|
125
|
+
buildRules = (
|
|
126
|
+
);
|
|
127
|
+
dependencies = (
|
|
128
|
+
);
|
|
129
|
+
name = SampleApp;
|
|
130
|
+
productInstallPath = "$(HOME)/Applications";
|
|
131
|
+
productName = SampleApp;
|
|
132
|
+
productReference = 8D1107320486CEB800E47090 /* SampleApp.app */;
|
|
133
|
+
productType = "com.apple.product-type.application";
|
|
134
|
+
};
|
|
135
|
+
/* End PBXNativeTarget section */
|
|
136
|
+
|
|
137
|
+
/* Begin PBXProject section */
|
|
138
|
+
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
|
139
|
+
isa = PBXProject;
|
|
140
|
+
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SampleApp" */;
|
|
141
|
+
compatibilityVersion = "Xcode 3.1";
|
|
142
|
+
hasScannedForEncodings = 1;
|
|
143
|
+
mainGroup = 29B97314FDCFA39411CA2CEA /* SampleApp */;
|
|
144
|
+
projectDirPath = "";
|
|
145
|
+
projectRoot = "";
|
|
146
|
+
targets = (
|
|
147
|
+
8D1107260486CEB800E47090 /* SampleApp */,
|
|
148
|
+
);
|
|
149
|
+
};
|
|
150
|
+
/* End PBXProject section */
|
|
151
|
+
|
|
152
|
+
/* Begin PBXResourcesBuildPhase section */
|
|
153
|
+
8D1107290486CEB800E47090 /* Resources */ = {
|
|
154
|
+
isa = PBXResourcesBuildPhase;
|
|
155
|
+
buildActionMask = 2147483647;
|
|
156
|
+
files = (
|
|
157
|
+
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
|
|
158
|
+
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
|
|
159
|
+
);
|
|
160
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
161
|
+
};
|
|
162
|
+
/* End PBXResourcesBuildPhase section */
|
|
163
|
+
|
|
164
|
+
/* Begin PBXSourcesBuildPhase section */
|
|
165
|
+
8D11072C0486CEB800E47090 /* Sources */ = {
|
|
166
|
+
isa = PBXSourcesBuildPhase;
|
|
167
|
+
buildActionMask = 2147483647;
|
|
168
|
+
files = (
|
|
169
|
+
8D11072D0486CEB800E47090 /* main.m in Sources */,
|
|
170
|
+
);
|
|
171
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
172
|
+
};
|
|
173
|
+
/* End PBXSourcesBuildPhase section */
|
|
174
|
+
|
|
175
|
+
/* Begin PBXVariantGroup section */
|
|
176
|
+
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
|
|
177
|
+
isa = PBXVariantGroup;
|
|
178
|
+
children = (
|
|
179
|
+
089C165DFE840E0CC02AAC07 /* English */,
|
|
180
|
+
);
|
|
181
|
+
name = InfoPlist.strings;
|
|
182
|
+
sourceTree = "<group>";
|
|
183
|
+
};
|
|
184
|
+
1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
|
|
185
|
+
isa = PBXVariantGroup;
|
|
186
|
+
children = (
|
|
187
|
+
1DDD58150DA1D0A300B32029 /* English */,
|
|
188
|
+
);
|
|
189
|
+
name = MainMenu.xib;
|
|
190
|
+
sourceTree = "<group>";
|
|
191
|
+
};
|
|
192
|
+
/* End PBXVariantGroup section */
|
|
193
|
+
|
|
194
|
+
/* Begin XCBuildConfiguration section */
|
|
195
|
+
C01FCF4B08A954540054247B /* Debug */ = {
|
|
196
|
+
isa = XCBuildConfiguration;
|
|
197
|
+
buildSettings = {
|
|
198
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
199
|
+
COPY_PHASE_STRIP = NO;
|
|
200
|
+
FRAMEWORK_SEARCH_PATHS = (
|
|
201
|
+
"$(inherited)",
|
|
202
|
+
"\"$(SRCROOT)/../../../../../../objc/frameworks/Sparkle 1.5b6/With Garbage Collection\"",
|
|
203
|
+
);
|
|
204
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
|
205
|
+
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
206
|
+
GCC_MODEL_TUNING = G5;
|
|
207
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
|
208
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
209
|
+
GCC_PREFIX_HEADER = SampleApp_Prefix.pch;
|
|
210
|
+
INFOPLIST_FILE = Info.plist;
|
|
211
|
+
INSTALL_PATH = "$(HOME)/Applications";
|
|
212
|
+
PRODUCT_NAME = SampleApp;
|
|
213
|
+
};
|
|
214
|
+
name = Debug;
|
|
215
|
+
};
|
|
216
|
+
C01FCF4C08A954540054247B /* Release */ = {
|
|
217
|
+
isa = XCBuildConfiguration;
|
|
218
|
+
buildSettings = {
|
|
219
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
220
|
+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
221
|
+
FRAMEWORK_SEARCH_PATHS = (
|
|
222
|
+
"$(inherited)",
|
|
223
|
+
"\"$(SRCROOT)/../../../../../../objc/frameworks/Sparkle 1.5b6/With Garbage Collection\"",
|
|
224
|
+
);
|
|
225
|
+
GCC_MODEL_TUNING = G5;
|
|
226
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
227
|
+
GCC_PREFIX_HEADER = SampleApp_Prefix.pch;
|
|
228
|
+
INFOPLIST_FILE = Info.plist;
|
|
229
|
+
INSTALL_PATH = "$(HOME)/Applications";
|
|
230
|
+
PRODUCT_NAME = SampleApp;
|
|
231
|
+
};
|
|
232
|
+
name = Release;
|
|
233
|
+
};
|
|
234
|
+
C01FCF4F08A954540054247B /* Debug */ = {
|
|
235
|
+
isa = XCBuildConfiguration;
|
|
236
|
+
buildSettings = {
|
|
237
|
+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
238
|
+
GCC_C_LANGUAGE_STANDARD = c99;
|
|
239
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
|
240
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
241
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
242
|
+
ONLY_ACTIVE_ARCH = YES;
|
|
243
|
+
PREBINDING = NO;
|
|
244
|
+
SDKROOT = macosx10.5;
|
|
245
|
+
};
|
|
246
|
+
name = Debug;
|
|
247
|
+
};
|
|
248
|
+
C01FCF5008A954540054247B /* Release */ = {
|
|
249
|
+
isa = XCBuildConfiguration;
|
|
250
|
+
buildSettings = {
|
|
251
|
+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
252
|
+
GCC_C_LANGUAGE_STANDARD = c99;
|
|
253
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
254
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
255
|
+
PREBINDING = NO;
|
|
256
|
+
SDKROOT = macosx10.5;
|
|
257
|
+
};
|
|
258
|
+
name = Release;
|
|
259
|
+
};
|
|
260
|
+
/* End XCBuildConfiguration section */
|
|
261
|
+
|
|
262
|
+
/* Begin XCConfigurationList section */
|
|
263
|
+
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "SampleApp" */ = {
|
|
264
|
+
isa = XCConfigurationList;
|
|
265
|
+
buildConfigurations = (
|
|
266
|
+
C01FCF4B08A954540054247B /* Debug */,
|
|
267
|
+
C01FCF4C08A954540054247B /* Release */,
|
|
268
|
+
);
|
|
269
|
+
defaultConfigurationIsVisible = 0;
|
|
270
|
+
defaultConfigurationName = Release;
|
|
271
|
+
};
|
|
272
|
+
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SampleApp" */ = {
|
|
273
|
+
isa = XCConfigurationList;
|
|
274
|
+
buildConfigurations = (
|
|
275
|
+
C01FCF4F08A954540054247B /* Debug */,
|
|
276
|
+
C01FCF5008A954540054247B /* Release */,
|
|
277
|
+
);
|
|
278
|
+
defaultConfigurationIsVisible = 0;
|
|
279
|
+
defaultConfigurationName = Release;
|
|
280
|
+
};
|
|
281
|
+
/* End XCConfigurationList section */
|
|
282
|
+
};
|
|
283
|
+
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
|
284
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>English</string>
|
|
7
|
+
<key>CFBundleExecutable</key>
|
|
8
|
+
<string>SampleApp</string>
|
|
9
|
+
<key>CFBundleIdentifier</key>
|
|
10
|
+
<string>com.yourcompany.SampleApp</string>
|
|
11
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
+
<string>6.0</string>
|
|
13
|
+
<key>CFBundleName</key>
|
|
14
|
+
<string>SampleApp</string>
|
|
15
|
+
<key>CFBundlePackageType</key>
|
|
16
|
+
<string>APPL</string>
|
|
17
|
+
<key>CFBundleSignature</key>
|
|
18
|
+
<string>????</string>
|
|
19
|
+
<key>CFBundleVersion</key>
|
|
20
|
+
<string>1.0</string>
|
|
21
|
+
<key>NSMainNibFile</key>
|
|
22
|
+
<string>MainMenu</string>
|
|
23
|
+
<key>NSPrincipalClass</key>
|
|
24
|
+
<string>NSApplication</string>
|
|
25
|
+
</dict>
|
|
26
|
+
</plist>
|