Ancestors com.apple.dt.unit.objectiveCApplication com.apple.dt.unit.iPhoneBase Concrete Definitions ___PACKAGENAME___-Info.plist Group Supporting Files Path ./___PACKAGENAME___-Info.plist PathType Group TargetIndices ___PACKAGENAME___Prefix.pch Group Supporting Files Path ./___PACKAGENAME___-Prefix.pch PathType Group Classes/AppDelegate.h Group Classes Path ./Classes/AppDelegate.h PathType Group TargetIndices Classes/AppDelegate.m Group Classes Path ./Classes/AppDelegate.m PathType Group main.m Group Supporting Files Path ./main.m PathType Group PhoneGap Path /Users/Shared/PhoneGap/Frameworks/PhoneGap.framework PathType Absolute PhoneGap.plist Group Supporting Files Path ./PhoneGap.plist PathType Group Plugins/README Group Plugins Path ./Plugins/README PathType Group TargetIndices Resources/Capture.bundle Group Resources Path ./Resources/capture.bundle PathType Group Resources/en.lproj/Localizable.strings Group Resources en.lproj Path ./Resources/en.lproj/Localizable.strings PathType Group Resources/es.lproj/Localizable.strings Group Resources es.lproj Path ./Resources/es.lproj/Localizable.strings PathType Group Resources/icons/icon-72.png Group Resources icons Path ./Resources/icons/icon-72.png PathType Group Resources/icons/icon.png Group Resources icons Path ./Resources/icons/icon.png PathType Group Resources/icons/icon@2x.png Group Resources icons Path ./Resources/icons/icon@2x.png PathType Group Resources/splash/Default.png Group Resources splash Path ./Resources/splash/Default.png PathType Group Resources/splash/Default@2x.png Group Resources splash Path ./Resources/splash/Default@2x.png PathType Group Description This template provides a starting point for a PhoneGap based application. On first run, it will create the www folder. You must drag and drop in the www folder into your project (as a folder reference). Then just modify the www folder contents with your HTML, CSS and Javascript. Identifier com.phonegap.ios.template Kind Xcode.Xcode3.ProjectTemplateUnitKind Nodes main.m PhoneGap ___PACKAGENAME___-Prefix.pch ___PACKAGENAME___-Info.plist Resources/en.lproj/Localizable.strings Resources/es.lproj/Localizable.strings Resources/icons/icon.png Resources/icons/icon@2x.png Resources/icons/icon-72.png Resources/splash/Default.png Resources/splash/Default@2x.png Resources/Capture.bundle PhoneGap.plist Classes/AppDelegate.h Classes/AppDelegate.m Plugins/README Options Platforms com.apple.platform.iphoneos Project Configurations Debug Release SDK iphoneos SharedSettings ARCHS $(ARCHS_STANDARD_32_BIT) CODE_SIGN_IDENTITY[sdk=iphoneos*] iPhone Developer GCC_VERSION com.apple.compilers.llvmgcc42 IPHONEOS_DEPLOYMENT_TARGET 3.0 Targets BuildPhases Class Sources Class Frameworks Class ShellScript ShellPath /bin/bash ShellScript if [ ! -d "$PROJECT_DIR/www" ] ; then cp -R /Users/Shared/PhoneGap/Frameworks/PhoneGap.framework/www "$PROJECT_DIR" fi # detect www folder reference in project, if missing, print warning grep "{isa = PBXFileReference; lastKnownFileType = folder; path = www; sourceTree = \"<group>\"; };" "$PROJECT_DIR/$PROJECT_NAME.xcodeproj/project.pbxproj" rc=$? if [ $rc != 0 ] ; then echo -e "warning: Missing - Add $PROJECT_DIR/www as a folder reference in your project. Just drag and drop the folder into your project, into the Project Navigator of Xcode 4. Make sure you select the second radio-button: 'Create folder references for any added folders' (which will create a blue folder)" 1>&2 fi Configurations Debug COPY_PHASE_STRIP NO GCC_DYNAMIC_NO_PIC NO Release COPY_PHASE_STRIP YES DEBUG_INFORMATION_FORMAT dwarf-with-dsym VALIDATE_PRODUCT YES Frameworks Foundation UIKit CoreGraphics AddressBook AddressBookUI AudioToolbox AVFoundation CoreLocation MediaPlayer QuartzCore SystemConfiguration MobileCoreServices CoreMedia Name ___PACKAGENAME___ OtherFrameworks ProductType com.apple.product-type.application SharedSettings ALWAYS_SEARCH_USER_PATHS YES FRAMEWORK_SEARCH_PATHS /Users/Shared/PhoneGap/Frameworks GCC_PREPROCESSOR_DEFINITIONS PHONEGAP_FRAMEWORK=YES PRODUCT_NAME $(TARGET_NAME) OTHER_LDFLAGS -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak_library /usr/lib/libSystem.B.dylib TARGETED_DEVICE_FAMILY 1,2