Commit 34cc2674f5b6f7d97e6fe07cfc4db5dd71865fff
1 parent
a7812ea2
Exists in
master
and in
2 other branches
ios changes
Showing
5 changed files
with
901 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,196 @@ |
| 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>CFBundleDisplayName</key> | |
| 8 | + <string>${PRODUCT_NAME}</string> | |
| 9 | + <key>CFBundleExecutable</key> | |
| 10 | + <string>${EXECUTABLE_NAME}</string> | |
| 11 | + <key>CFBundleIconFile</key> | |
| 12 | + <string>icon.png</string> | |
| 13 | + <key>CFBundleIcons</key> | |
| 14 | + <dict> | |
| 15 | + <key>CFBundlePrimaryIcon</key> | |
| 16 | + <dict> | |
| 17 | + <key>CFBundleIconFiles</key> | |
| 18 | + <array> | |
| 19 | + <string>icon-40</string> | |
| 20 | + <string>icon-small</string> | |
| 21 | + <string>icon-60</string> | |
| 22 | + <string>icon.png</string> | |
| 23 | + <string>icon@2x</string> | |
| 24 | + <string>icon-72</string> | |
| 25 | + <string>icon-72@2x</string> | |
| 26 | + </array> | |
| 27 | + <key>UIPrerenderedIcon</key> | |
| 28 | + <false/> | |
| 29 | + </dict> | |
| 30 | + </dict> | |
| 31 | + <key>CFBundleIcons~ipad</key> | |
| 32 | + <dict> | |
| 33 | + <key>CFBundlePrimaryIcon</key> | |
| 34 | + <dict> | |
| 35 | + <key>CFBundleIconFiles</key> | |
| 36 | + <array> | |
| 37 | + <string>icon-small</string> | |
| 38 | + <string>icon-40</string> | |
| 39 | + <string>icon-50</string> | |
| 40 | + <string>icon-76</string> | |
| 41 | + <string>icon-60</string> | |
| 42 | + <string>icon</string> | |
| 43 | + <string>icon@2x</string> | |
| 44 | + <string>icon-72</string> | |
| 45 | + <string>icon-72@2x</string> | |
| 46 | + </array> | |
| 47 | + <key>UIPrerenderedIcon</key> | |
| 48 | + <false/> | |
| 49 | + </dict> | |
| 50 | + </dict> | |
| 51 | + <key>CFBundleIdentifier</key> | |
| 52 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | |
| 53 | + <key>CFBundleInfoDictionaryVersion</key> | |
| 54 | + <string>6.0</string> | |
| 55 | + <key>CFBundleName</key> | |
| 56 | + <string>${PRODUCT_NAME}</string> | |
| 57 | + <key>CFBundlePackageType</key> | |
| 58 | + <string>APPL</string> | |
| 59 | + <key>CFBundleShortVersionString</key> | |
| 60 | + <string>0.0.39</string> | |
| 61 | + <key>CFBundleSignature</key> | |
| 62 | + <string>????</string> | |
| 63 | + <key>CFBundleVersion</key> | |
| 64 | + <string>0.0.39</string> | |
| 65 | + <key>LSRequiresIPhoneOS</key> | |
| 66 | + <true/> | |
| 67 | + <key>NSAppTransportSecurity</key> | |
| 68 | + <dict> | |
| 69 | + <key>NSAllowsArbitraryLoads</key> | |
| 70 | + <true/> | |
| 71 | + </dict> | |
| 72 | + <key>NSMainNibFile~ipad</key> | |
| 73 | + <string></string> | |
| 74 | + <key>UIInterfaceOrientation</key> | |
| 75 | + <array> | |
| 76 | + <string>UIInterfaceOrientationPortrait</string> | |
| 77 | + </array> | |
| 78 | + <key>UILaunchImages</key> | |
| 79 | + <array> | |
| 80 | + <dict> | |
| 81 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 82 | + <string>8.0</string> | |
| 83 | + <key>UILaunchImageName</key> | |
| 84 | + <string>Default</string> | |
| 85 | + <key>UILaunchImageOrientation</key> | |
| 86 | + <string>Portrait</string> | |
| 87 | + <key>UILaunchImageSize</key> | |
| 88 | + <string>{320, 480}</string> | |
| 89 | + </dict> | |
| 90 | + <dict> | |
| 91 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 92 | + <string>8.0</string> | |
| 93 | + <key>UILaunchImageName</key> | |
| 94 | + <string>Default</string> | |
| 95 | + <key>UILaunchImageOrientation</key> | |
| 96 | + <string>Landscape</string> | |
| 97 | + <key>UILaunchImageSize</key> | |
| 98 | + <string>{320, 480}</string> | |
| 99 | + </dict> | |
| 100 | + <dict> | |
| 101 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 102 | + <string>8.0</string> | |
| 103 | + <key>UILaunchImageName</key> | |
| 104 | + <string>Default-568h</string> | |
| 105 | + <key>UILaunchImageOrientation</key> | |
| 106 | + <string>Portrait</string> | |
| 107 | + <key>UILaunchImageSize</key> | |
| 108 | + <string>{320, 568}</string> | |
| 109 | + </dict> | |
| 110 | + <dict> | |
| 111 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 112 | + <string>8.0</string> | |
| 113 | + <key>UILaunchImageName</key> | |
| 114 | + <string>Default-568h</string> | |
| 115 | + <key>UILaunchImageOrientation</key> | |
| 116 | + <string>Landscape</string> | |
| 117 | + <key>UILaunchImageSize</key> | |
| 118 | + <string>{320, 568}</string> | |
| 119 | + </dict> | |
| 120 | + <dict> | |
| 121 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 122 | + <string>8.0</string> | |
| 123 | + <key>UILaunchImageName</key> | |
| 124 | + <string>Default-667h</string> | |
| 125 | + <key>UILaunchImageOrientation</key> | |
| 126 | + <string>Portrait</string> | |
| 127 | + <key>UILaunchImageSize</key> | |
| 128 | + <string>{375, 667}</string> | |
| 129 | + </dict> | |
| 130 | + <dict> | |
| 131 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 132 | + <string>8.0</string> | |
| 133 | + <key>UILaunchImageName</key> | |
| 134 | + <string>Default-667h</string> | |
| 135 | + <key>UILaunchImageOrientation</key> | |
| 136 | + <string>Landscape</string> | |
| 137 | + <key>UILaunchImageSize</key> | |
| 138 | + <string>{375, 667}</string> | |
| 139 | + </dict> | |
| 140 | + <dict> | |
| 141 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 142 | + <string>8.0</string> | |
| 143 | + <key>UILaunchImageName</key> | |
| 144 | + <string>Default-736h</string> | |
| 145 | + <key>UILaunchImageOrientation</key> | |
| 146 | + <string>Portrait</string> | |
| 147 | + <key>UILaunchImageSize</key> | |
| 148 | + <string>{414, 736}</string> | |
| 149 | + </dict> | |
| 150 | + <dict> | |
| 151 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 152 | + <string>8.0</string> | |
| 153 | + <key>UILaunchImageName</key> | |
| 154 | + <string>Default-Landscape-736h</string> | |
| 155 | + <key>UILaunchImageOrientation</key> | |
| 156 | + <string>Landscape</string> | |
| 157 | + <key>UILaunchImageSize</key> | |
| 158 | + <string>{414, 736}</string> | |
| 159 | + </dict> | |
| 160 | + <dict> | |
| 161 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 162 | + <string>8.0</string> | |
| 163 | + <key>UILaunchImageName</key> | |
| 164 | + <string>Default-Portrait</string> | |
| 165 | + <key>UILaunchImageOrientation</key> | |
| 166 | + <string>Portrait</string> | |
| 167 | + <key>UILaunchImageSize</key> | |
| 168 | + <string>{768, 1024}</string> | |
| 169 | + </dict> | |
| 170 | + <dict> | |
| 171 | + <key>UILaunchImageMinimumOSVersion</key> | |
| 172 | + <string>8.0</string> | |
| 173 | + <key>UILaunchImageName</key> | |
| 174 | + <string>Default-Landscape</string> | |
| 175 | + <key>UILaunchImageOrientation</key> | |
| 176 | + <string>Landscape</string> | |
| 177 | + <key>UILaunchImageSize</key> | |
| 178 | + <string>{768, 1024}</string> | |
| 179 | + </dict> | |
| 180 | + </array> | |
| 181 | + <key>UIRequiresFullScreen</key> | |
| 182 | + <true/> | |
| 183 | + <key>UISupportedInterfaceOrientations</key> | |
| 184 | + <array> | |
| 185 | + <string>UIInterfaceOrientationPortrait</string> | |
| 186 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> | |
| 187 | + <string>UIInterfaceOrientationLandscapeLeft</string> | |
| 188 | + <string>UIInterfaceOrientationLandscapeRight</string> | |
| 189 | + </array> | |
| 190 | + <key>UISupportedInterfaceOrientations~ipad</key> | |
| 191 | + <array> | |
| 192 | + <string>UIInterfaceOrientationPortrait</string> | |
| 193 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> | |
| 194 | + </array> | |
| 195 | +</dict> | |
| 196 | +</plist> | ... | ... |
| ... | ... | @@ -0,0 +1,585 @@ |
| 1 | +// !$*UTF8*$! | |
| 2 | +{ | |
| 3 | + archiveVersion = 1; | |
| 4 | + classes = { | |
| 5 | + }; | |
| 6 | + objectVersion = 46; | |
| 7 | + objects = { | |
| 8 | + | |
| 9 | +/* Begin PBXBuildFile section */ | |
| 10 | + 1D3623260D0F684500981E51 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* AppDelegate.m */; }; | |
| 11 | + 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; | |
| 12 | + 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; }; | |
| 13 | + 301BF552109A68D80062928A /* libCordova.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 301BF535109A57CC0062928A /* libCordova.a */; }; | |
| 14 | + 302D95F114D2391D003F00A1 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 302D95EF14D2391D003F00A1 /* MainViewController.m */; }; | |
| 15 | + 302D95F214D2391D003F00A1 /* MainViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 302D95F014D2391D003F00A1 /* MainViewController.xib */; }; | |
| 16 | + 305D5FD1115AB8F900A74A75 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 305D5FD0115AB8F900A74A75 /* MobileCoreServices.framework */; }; | |
| 17 | + 3088BBBD154F3926009F9C59 /* Default-Landscape@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 3088BBB7154F3926009F9C59 /* Default-Landscape@2x~ipad.png */; }; | |
| 18 | + 3088BBBE154F3926009F9C59 /* Default-Landscape~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 3088BBB8154F3926009F9C59 /* Default-Landscape~ipad.png */; }; | |
| 19 | + 3088BBBF154F3926009F9C59 /* Default-Portrait@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 3088BBB9154F3926009F9C59 /* Default-Portrait@2x~ipad.png */; }; | |
| 20 | + 3088BBC0154F3926009F9C59 /* Default-Portrait~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 3088BBBA154F3926009F9C59 /* Default-Portrait~ipad.png */; }; | |
| 21 | + 3088BBC1154F3926009F9C59 /* Default@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = 3088BBBB154F3926009F9C59 /* Default@2x~iphone.png */; }; | |
| 22 | + 3088BBC2154F3926009F9C59 /* Default~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = 3088BBBC154F3926009F9C59 /* Default~iphone.png */; }; | |
| 23 | + 308D05371370CCF300D202BF /* icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 308D052E1370CCF300D202BF /* icon-72.png */; }; | |
| 24 | + 308D05381370CCF300D202BF /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 308D052F1370CCF300D202BF /* icon.png */; }; | |
| 25 | + 308D05391370CCF300D202BF /* icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 308D05301370CCF300D202BF /* icon@2x.png */; }; | |
| 26 | + 30B4F30019D5E07200D9F7D8 /* Default-667h.png in Resources */ = {isa = PBXBuildFile; fileRef = 30B4F2FD19D5E07200D9F7D8 /* Default-667h.png */; }; | |
| 27 | + 30B4F30119D5E07200D9F7D8 /* Default-736h.png in Resources */ = {isa = PBXBuildFile; fileRef = 30B4F2FE19D5E07200D9F7D8 /* Default-736h.png */; }; | |
| 28 | + 30B4F30219D5E07200D9F7D8 /* Default-Landscape-736h.png in Resources */ = {isa = PBXBuildFile; fileRef = 30B4F2FF19D5E07200D9F7D8 /* Default-Landscape-736h.png */; }; | |
| 29 | + 30C1856619D5FC0A00212699 /* icon-60@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 30C1856519D5FC0A00212699 /* icon-60@3x.png */; }; | |
| 30 | + 30FC414916E50CA1004E6F35 /* icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 30FC414816E50CA1004E6F35 /* icon-72@2x.png */; }; | |
| 31 | + 5B1594DD16A7569C00FEF299 /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B1594DC16A7569C00FEF299 /* AssetsLibrary.framework */; }; | |
| 32 | + 7E7966DE1810823500FA85AD /* icon-40.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966D41810823500FA85AD /* icon-40.png */; }; | |
| 33 | + 7E7966DF1810823500FA85AD /* icon-40@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966D51810823500FA85AD /* icon-40@2x.png */; }; | |
| 34 | + 7E7966E01810823500FA85AD /* icon-50.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966D61810823500FA85AD /* icon-50.png */; }; | |
| 35 | + 7E7966E11810823500FA85AD /* icon-50@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966D71810823500FA85AD /* icon-50@2x.png */; }; | |
| 36 | + 7E7966E21810823500FA85AD /* icon-60.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966D81810823500FA85AD /* icon-60.png */; }; | |
| 37 | + 7E7966E31810823500FA85AD /* icon-60@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966D91810823500FA85AD /* icon-60@2x.png */; }; | |
| 38 | + 7E7966E41810823500FA85AD /* icon-76.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DA1810823500FA85AD /* icon-76.png */; }; | |
| 39 | + 7E7966E51810823500FA85AD /* icon-76@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DB1810823500FA85AD /* icon-76@2x.png */; }; | |
| 40 | + 7E7966E61810823500FA85AD /* icon-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DC1810823500FA85AD /* icon-small.png */; }; | |
| 41 | + 7E7966E71810823500FA85AD /* icon-small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DD1810823500FA85AD /* icon-small@2x.png */; }; | |
| 42 | + D4A0D8761607E02300AEF8BB /* Default-568h@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D4A0D8751607E02300AEF8BB /* Default-568h@2x~iphone.png */; }; | |
| 43 | +/* End PBXBuildFile section */ | |
| 44 | + | |
| 45 | +/* Begin PBXContainerItemProxy section */ | |
| 46 | + 301BF534109A57CC0062928A /* PBXContainerItemProxy */ = { | |
| 47 | + isa = PBXContainerItemProxy; | |
| 48 | + containerPortal = 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */; | |
| 49 | + proxyType = 2; | |
| 50 | + remoteGlobalIDString = D2AAC07E0554694100DB518D; | |
| 51 | + remoteInfo = CordovaLib; | |
| 52 | + }; | |
| 53 | + 301BF550109A68C00062928A /* PBXContainerItemProxy */ = { | |
| 54 | + isa = PBXContainerItemProxy; | |
| 55 | + containerPortal = 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */; | |
| 56 | + proxyType = 1; | |
| 57 | + remoteGlobalIDString = D2AAC07D0554694100DB518D; | |
| 58 | + remoteInfo = CordovaLib; | |
| 59 | + }; | |
| 60 | +/* End PBXContainerItemProxy section */ | |
| 61 | + | |
| 62 | +/* Begin PBXFileReference section */ | |
| 63 | + 1D3623240D0F684500981E51 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; | |
| 64 | + 1D3623250D0F684500981E51 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; | |
| 65 | + 1D6058910D05DD3D006BFB54 /* #3ConfJuv.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "#3ConfJuv.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 66 | + 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | |
| 67 | + 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | |
| 68 | + 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CordovaLib.xcodeproj; path = CordovaLib/CordovaLib.xcodeproj; sourceTree = "<group>"; }; | |
| 69 | + 301BF56E109A69640062928A /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; path = www; sourceTree = SOURCE_ROOT; }; | |
| 70 | + 302D95EE14D2391D003F00A1 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; }; | |
| 71 | + 302D95EF14D2391D003F00A1 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; }; | |
| 72 | + 302D95F014D2391D003F00A1 /* MainViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainViewController.xib; sourceTree = "<group>"; }; | |
| 73 | + 305D5FD0115AB8F900A74A75 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; | |
| 74 | + 3088BBB7154F3926009F9C59 /* Default-Landscape@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape@2x~ipad.png"; sourceTree = "<group>"; }; | |
| 75 | + 3088BBB8154F3926009F9C59 /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape~ipad.png"; sourceTree = "<group>"; }; | |
| 76 | + 3088BBB9154F3926009F9C59 /* Default-Portrait@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait@2x~ipad.png"; sourceTree = "<group>"; }; | |
| 77 | + 3088BBBA154F3926009F9C59 /* Default-Portrait~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait~ipad.png"; sourceTree = "<group>"; }; | |
| 78 | + 3088BBBB154F3926009F9C59 /* Default@2x~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x~iphone.png"; sourceTree = "<group>"; }; | |
| 79 | + 3088BBBC154F3926009F9C59 /* Default~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default~iphone.png"; sourceTree = "<group>"; }; | |
| 80 | + 308D052E1370CCF300D202BF /* icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-72.png"; sourceTree = "<group>"; }; | |
| 81 | + 308D052F1370CCF300D202BF /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; }; | |
| 82 | + 308D05301370CCF300D202BF /* icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon@2x.png"; sourceTree = "<group>"; }; | |
| 83 | + 30B4F2FD19D5E07200D9F7D8 /* Default-667h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-667h.png"; sourceTree = "<group>"; }; | |
| 84 | + 30B4F2FE19D5E07200D9F7D8 /* Default-736h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-736h.png"; sourceTree = "<group>"; }; | |
| 85 | + 30B4F2FF19D5E07200D9F7D8 /* Default-Landscape-736h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape-736h.png"; sourceTree = "<group>"; }; | |
| 86 | + 30C1856519D5FC0A00212699 /* icon-60@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-60@3x.png"; sourceTree = "<group>"; }; | |
| 87 | + 30FC414816E50CA1004E6F35 /* icon-72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-72@2x.png"; sourceTree = "<group>"; }; | |
| 88 | + 32CA4F630368D1EE00C91783 /* #3ConfJuv-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "#3ConfJuv-Prefix.pch"; sourceTree = "<group>"; }; | |
| 89 | + 5B1594DC16A7569C00FEF299 /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; }; | |
| 90 | + 7E7966D41810823500FA85AD /* icon-40.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-40.png"; sourceTree = "<group>"; }; | |
| 91 | + 7E7966D51810823500FA85AD /* icon-40@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-40@2x.png"; sourceTree = "<group>"; }; | |
| 92 | + 7E7966D61810823500FA85AD /* icon-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-50.png"; sourceTree = "<group>"; }; | |
| 93 | + 7E7966D71810823500FA85AD /* icon-50@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-50@2x.png"; sourceTree = "<group>"; }; | |
| 94 | + 7E7966D81810823500FA85AD /* icon-60.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-60.png"; sourceTree = "<group>"; }; | |
| 95 | + 7E7966D91810823500FA85AD /* icon-60@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-60@2x.png"; sourceTree = "<group>"; }; | |
| 96 | + 7E7966DA1810823500FA85AD /* icon-76.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-76.png"; sourceTree = "<group>"; }; | |
| 97 | + 7E7966DB1810823500FA85AD /* icon-76@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-76@2x.png"; sourceTree = "<group>"; }; | |
| 98 | + 7E7966DC1810823500FA85AD /* icon-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-small.png"; sourceTree = "<group>"; }; | |
| 99 | + 7E7966DD1810823500FA85AD /* icon-small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-small@2x.png"; sourceTree = "<group>"; }; | |
| 100 | + 8D1107310486CEB800E47090 /* #3ConfJuv-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "#3ConfJuv-Info.plist"; path = "../#3ConfJuv-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; }; | |
| 101 | + D4A0D8751607E02300AEF8BB /* Default-568h@2x~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x~iphone.png"; sourceTree = "<group>"; }; | |
| 102 | + EB87FDF21871DA7A0020F90C /* merges */ = {isa = PBXFileReference; lastKnownFileType = folder; name = merges; path = ../../merges; sourceTree = "<group>"; }; | |
| 103 | + EB87FDF31871DA8E0020F90C /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; name = www; path = ../../www; sourceTree = "<group>"; }; | |
| 104 | + EB87FDF41871DAF40020F90C /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = ../../config.xml; sourceTree = "<group>"; }; | |
| 105 | + F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "#3ConfJuv/config.xml"; sourceTree = "<group>"; }; | |
| 106 | +/* End PBXFileReference section */ | |
| 107 | + | |
| 108 | +/* Begin PBXFrameworksBuildPhase section */ | |
| 109 | + 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { | |
| 110 | + isa = PBXFrameworksBuildPhase; | |
| 111 | + buildActionMask = 2147483647; | |
| 112 | + files = ( | |
| 113 | + 5B1594DD16A7569C00FEF299 /* AssetsLibrary.framework in Frameworks */, | |
| 114 | + 301BF552109A68D80062928A /* libCordova.a in Frameworks */, | |
| 115 | + 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */, | |
| 116 | + 305D5FD1115AB8F900A74A75 /* MobileCoreServices.framework in Frameworks */, | |
| 117 | + ); | |
| 118 | + runOnlyForDeploymentPostprocessing = 0; | |
| 119 | + }; | |
| 120 | +/* End PBXFrameworksBuildPhase section */ | |
| 121 | + | |
| 122 | +/* Begin PBXGroup section */ | |
| 123 | + 080E96DDFE201D6D7F000001 /* Classes */ = { | |
| 124 | + isa = PBXGroup; | |
| 125 | + children = ( | |
| 126 | + 302D95EE14D2391D003F00A1 /* MainViewController.h */, | |
| 127 | + 302D95EF14D2391D003F00A1 /* MainViewController.m */, | |
| 128 | + 302D95F014D2391D003F00A1 /* MainViewController.xib */, | |
| 129 | + 1D3623240D0F684500981E51 /* AppDelegate.h */, | |
| 130 | + 1D3623250D0F684500981E51 /* AppDelegate.m */, | |
| 131 | + ); | |
| 132 | + name = Classes; | |
| 133 | + path = "#3ConfJuv/Classes"; | |
| 134 | + sourceTree = SOURCE_ROOT; | |
| 135 | + }; | |
| 136 | + 19C28FACFE9D520D11CA2CBB /* Products */ = { | |
| 137 | + isa = PBXGroup; | |
| 138 | + children = ( | |
| 139 | + 1D6058910D05DD3D006BFB54 /* #3ConfJuv.app */, | |
| 140 | + ); | |
| 141 | + name = Products; | |
| 142 | + sourceTree = "<group>"; | |
| 143 | + }; | |
| 144 | + 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { | |
| 145 | + isa = PBXGroup; | |
| 146 | + children = ( | |
| 147 | + EB87FDF41871DAF40020F90C /* config.xml */, | |
| 148 | + EB87FDF31871DA8E0020F90C /* www */, | |
| 149 | + EB87FDF21871DA7A0020F90C /* merges */, | |
| 150 | + EB87FDF11871DA420020F90C /* Staging */, | |
| 151 | + 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */, | |
| 152 | + 080E96DDFE201D6D7F000001 /* Classes */, | |
| 153 | + 307C750510C5A3420062BCA9 /* Plugins */, | |
| 154 | + 29B97315FDCFA39411CA2CEA /* Other Sources */, | |
| 155 | + 29B97317FDCFA39411CA2CEA /* Resources */, | |
| 156 | + 29B97323FDCFA39411CA2CEA /* Frameworks */, | |
| 157 | + 19C28FACFE9D520D11CA2CBB /* Products */, | |
| 158 | + ); | |
| 159 | + name = CustomTemplate; | |
| 160 | + sourceTree = "<group>"; | |
| 161 | + }; | |
| 162 | + 29B97315FDCFA39411CA2CEA /* Other Sources */ = { | |
| 163 | + isa = PBXGroup; | |
| 164 | + children = ( | |
| 165 | + 32CA4F630368D1EE00C91783 /* #3ConfJuv-Prefix.pch */, | |
| 166 | + 29B97316FDCFA39411CA2CEA /* main.m */, | |
| 167 | + ); | |
| 168 | + name = "Other Sources"; | |
| 169 | + path = "#3ConfJuv"; | |
| 170 | + sourceTree = "<group>"; | |
| 171 | + }; | |
| 172 | + 29B97317FDCFA39411CA2CEA /* Resources */ = { | |
| 173 | + isa = PBXGroup; | |
| 174 | + children = ( | |
| 175 | + 308D052D1370CCF300D202BF /* icons */, | |
| 176 | + 308D05311370CCF300D202BF /* splash */, | |
| 177 | + 8D1107310486CEB800E47090 /* #3ConfJuv-Info.plist */, | |
| 178 | + ); | |
| 179 | + name = Resources; | |
| 180 | + path = "#3ConfJuv/Resources"; | |
| 181 | + sourceTree = "<group>"; | |
| 182 | + }; | |
| 183 | + 29B97323FDCFA39411CA2CEA /* Frameworks */ = { | |
| 184 | + isa = PBXGroup; | |
| 185 | + children = ( | |
| 186 | + 5B1594DC16A7569C00FEF299 /* AssetsLibrary.framework */, | |
| 187 | + 288765FC0DF74451002DB57D /* CoreGraphics.framework */, | |
| 188 | + 305D5FD0115AB8F900A74A75 /* MobileCoreServices.framework */, | |
| 189 | + ); | |
| 190 | + name = Frameworks; | |
| 191 | + sourceTree = "<group>"; | |
| 192 | + }; | |
| 193 | + 301BF52E109A57CC0062928A /* Products */ = { | |
| 194 | + isa = PBXGroup; | |
| 195 | + children = ( | |
| 196 | + 301BF535109A57CC0062928A /* libCordova.a */, | |
| 197 | + ); | |
| 198 | + name = Products; | |
| 199 | + sourceTree = "<group>"; | |
| 200 | + }; | |
| 201 | + 307C750510C5A3420062BCA9 /* Plugins */ = { | |
| 202 | + isa = PBXGroup; | |
| 203 | + children = ( | |
| 204 | + ); | |
| 205 | + name = Plugins; | |
| 206 | + path = "#3ConfJuv/Plugins"; | |
| 207 | + sourceTree = SOURCE_ROOT; | |
| 208 | + }; | |
| 209 | + 308D052D1370CCF300D202BF /* icons */ = { | |
| 210 | + isa = PBXGroup; | |
| 211 | + children = ( | |
| 212 | + 30C1856519D5FC0A00212699 /* icon-60@3x.png */, | |
| 213 | + 7E7966D41810823500FA85AD /* icon-40.png */, | |
| 214 | + 7E7966D51810823500FA85AD /* icon-40@2x.png */, | |
| 215 | + 7E7966D61810823500FA85AD /* icon-50.png */, | |
| 216 | + 7E7966D71810823500FA85AD /* icon-50@2x.png */, | |
| 217 | + 7E7966D81810823500FA85AD /* icon-60.png */, | |
| 218 | + 7E7966D91810823500FA85AD /* icon-60@2x.png */, | |
| 219 | + 7E7966DA1810823500FA85AD /* icon-76.png */, | |
| 220 | + 7E7966DB1810823500FA85AD /* icon-76@2x.png */, | |
| 221 | + 7E7966DC1810823500FA85AD /* icon-small.png */, | |
| 222 | + 7E7966DD1810823500FA85AD /* icon-small@2x.png */, | |
| 223 | + 30FC414816E50CA1004E6F35 /* icon-72@2x.png */, | |
| 224 | + 308D052E1370CCF300D202BF /* icon-72.png */, | |
| 225 | + 308D052F1370CCF300D202BF /* icon.png */, | |
| 226 | + 308D05301370CCF300D202BF /* icon@2x.png */, | |
| 227 | + ); | |
| 228 | + path = icons; | |
| 229 | + sourceTree = "<group>"; | |
| 230 | + }; | |
| 231 | + 308D05311370CCF300D202BF /* splash */ = { | |
| 232 | + isa = PBXGroup; | |
| 233 | + children = ( | |
| 234 | + 30B4F2FD19D5E07200D9F7D8 /* Default-667h.png */, | |
| 235 | + 30B4F2FE19D5E07200D9F7D8 /* Default-736h.png */, | |
| 236 | + 30B4F2FF19D5E07200D9F7D8 /* Default-Landscape-736h.png */, | |
| 237 | + D4A0D8751607E02300AEF8BB /* Default-568h@2x~iphone.png */, | |
| 238 | + 3088BBB7154F3926009F9C59 /* Default-Landscape@2x~ipad.png */, | |
| 239 | + 3088BBB8154F3926009F9C59 /* Default-Landscape~ipad.png */, | |
| 240 | + 3088BBB9154F3926009F9C59 /* Default-Portrait@2x~ipad.png */, | |
| 241 | + 3088BBBA154F3926009F9C59 /* Default-Portrait~ipad.png */, | |
| 242 | + 3088BBBB154F3926009F9C59 /* Default@2x~iphone.png */, | |
| 243 | + 3088BBBC154F3926009F9C59 /* Default~iphone.png */, | |
| 244 | + ); | |
| 245 | + path = splash; | |
| 246 | + sourceTree = "<group>"; | |
| 247 | + }; | |
| 248 | + EB87FDF11871DA420020F90C /* Staging */ = { | |
| 249 | + isa = PBXGroup; | |
| 250 | + children = ( | |
| 251 | + F840E1F0165FE0F500CFE078 /* config.xml */, | |
| 252 | + 301BF56E109A69640062928A /* www */, | |
| 253 | + ); | |
| 254 | + name = Staging; | |
| 255 | + sourceTree = "<group>"; | |
| 256 | + }; | |
| 257 | +/* End PBXGroup section */ | |
| 258 | + | |
| 259 | +/* Begin PBXNativeTarget section */ | |
| 260 | + 1D6058900D05DD3D006BFB54 /* #3ConfJuv */ = { | |
| 261 | + isa = PBXNativeTarget; | |
| 262 | + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "#3ConfJuv" */; | |
| 263 | + buildPhases = ( | |
| 264 | + 304B58A110DAC018002A0835 /* Copy www directory */, | |
| 265 | + 1D60588D0D05DD3D006BFB54 /* Resources */, | |
| 266 | + 1D60588E0D05DD3D006BFB54 /* Sources */, | |
| 267 | + 1D60588F0D05DD3D006BFB54 /* Frameworks */, | |
| 268 | + ); | |
| 269 | + buildRules = ( | |
| 270 | + ); | |
| 271 | + dependencies = ( | |
| 272 | + 301BF551109A68C00062928A /* PBXTargetDependency */, | |
| 273 | + ); | |
| 274 | + name = "#3ConfJuv"; | |
| 275 | + productName = "#3ConfJuv"; | |
| 276 | + productReference = 1D6058910D05DD3D006BFB54 /* #3ConfJuv.app */; | |
| 277 | + productType = "com.apple.product-type.application"; | |
| 278 | + }; | |
| 279 | +/* End PBXNativeTarget section */ | |
| 280 | + | |
| 281 | +/* Begin PBXProject section */ | |
| 282 | + 29B97313FDCFA39411CA2CEA /* Project object */ = { | |
| 283 | + isa = PBXProject; | |
| 284 | + attributes = { | |
| 285 | + LastUpgradeCheck = 0700; | |
| 286 | + TargetAttributes = { | |
| 287 | + 1D6058900D05DD3D006BFB54 = { | |
| 288 | + DevelopmentTeam = BZA995XLF9; | |
| 289 | + }; | |
| 290 | + }; | |
| 291 | + }; | |
| 292 | + buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "#3ConfJuv" */; | |
| 293 | + compatibilityVersion = "Xcode 3.2"; | |
| 294 | + developmentRegion = English; | |
| 295 | + hasScannedForEncodings = 1; | |
| 296 | + knownRegions = ( | |
| 297 | + English, | |
| 298 | + Japanese, | |
| 299 | + French, | |
| 300 | + German, | |
| 301 | + en, | |
| 302 | + es, | |
| 303 | + de, | |
| 304 | + se, | |
| 305 | + ); | |
| 306 | + mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; | |
| 307 | + projectDirPath = ""; | |
| 308 | + projectReferences = ( | |
| 309 | + { | |
| 310 | + ProductGroup = 301BF52E109A57CC0062928A /* Products */; | |
| 311 | + ProjectRef = 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */; | |
| 312 | + }, | |
| 313 | + ); | |
| 314 | + projectRoot = ""; | |
| 315 | + targets = ( | |
| 316 | + 1D6058900D05DD3D006BFB54 /* #3ConfJuv */, | |
| 317 | + ); | |
| 318 | + }; | |
| 319 | +/* End PBXProject section */ | |
| 320 | + | |
| 321 | +/* Begin PBXReferenceProxy section */ | |
| 322 | + 301BF535109A57CC0062928A /* libCordova.a */ = { | |
| 323 | + isa = PBXReferenceProxy; | |
| 324 | + fileType = archive.ar; | |
| 325 | + path = libCordova.a; | |
| 326 | + remoteRef = 301BF534109A57CC0062928A /* PBXContainerItemProxy */; | |
| 327 | + sourceTree = BUILT_PRODUCTS_DIR; | |
| 328 | + }; | |
| 329 | +/* End PBXReferenceProxy section */ | |
| 330 | + | |
| 331 | +/* Begin PBXResourcesBuildPhase section */ | |
| 332 | + 1D60588D0D05DD3D006BFB54 /* Resources */ = { | |
| 333 | + isa = PBXResourcesBuildPhase; | |
| 334 | + buildActionMask = 2147483647; | |
| 335 | + files = ( | |
| 336 | + 7E7966E41810823500FA85AD /* icon-76.png in Resources */, | |
| 337 | + 7E7966DF1810823500FA85AD /* icon-40@2x.png in Resources */, | |
| 338 | + 308D05371370CCF300D202BF /* icon-72.png in Resources */, | |
| 339 | + 30B4F30119D5E07200D9F7D8 /* Default-736h.png in Resources */, | |
| 340 | + 308D05381370CCF300D202BF /* icon.png in Resources */, | |
| 341 | + 308D05391370CCF300D202BF /* icon@2x.png in Resources */, | |
| 342 | + 302D95F214D2391D003F00A1 /* MainViewController.xib in Resources */, | |
| 343 | + 7E7966E01810823500FA85AD /* icon-50.png in Resources */, | |
| 344 | + 7E7966E31810823500FA85AD /* icon-60@2x.png in Resources */, | |
| 345 | + 7E7966E61810823500FA85AD /* icon-small.png in Resources */, | |
| 346 | + 3088BBBD154F3926009F9C59 /* Default-Landscape@2x~ipad.png in Resources */, | |
| 347 | + 3088BBBE154F3926009F9C59 /* Default-Landscape~ipad.png in Resources */, | |
| 348 | + 3088BBBF154F3926009F9C59 /* Default-Portrait@2x~ipad.png in Resources */, | |
| 349 | + 7E7966E71810823500FA85AD /* icon-small@2x.png in Resources */, | |
| 350 | + 3088BBC0154F3926009F9C59 /* Default-Portrait~ipad.png in Resources */, | |
| 351 | + 30B4F30019D5E07200D9F7D8 /* Default-667h.png in Resources */, | |
| 352 | + 7E7966DE1810823500FA85AD /* icon-40.png in Resources */, | |
| 353 | + 3088BBC1154F3926009F9C59 /* Default@2x~iphone.png in Resources */, | |
| 354 | + 7E7966E21810823500FA85AD /* icon-60.png in Resources */, | |
| 355 | + 3088BBC2154F3926009F9C59 /* Default~iphone.png in Resources */, | |
| 356 | + D4A0D8761607E02300AEF8BB /* Default-568h@2x~iphone.png in Resources */, | |
| 357 | + 30B4F30219D5E07200D9F7D8 /* Default-Landscape-736h.png in Resources */, | |
| 358 | + 30C1856619D5FC0A00212699 /* icon-60@3x.png in Resources */, | |
| 359 | + 7E7966E11810823500FA85AD /* icon-50@2x.png in Resources */, | |
| 360 | + 7E7966E51810823500FA85AD /* icon-76@2x.png in Resources */, | |
| 361 | + 30FC414916E50CA1004E6F35 /* icon-72@2x.png in Resources */, | |
| 362 | + ); | |
| 363 | + runOnlyForDeploymentPostprocessing = 0; | |
| 364 | + }; | |
| 365 | +/* End PBXResourcesBuildPhase section */ | |
| 366 | + | |
| 367 | +/* Begin PBXShellScriptBuildPhase section */ | |
| 368 | + 304B58A110DAC018002A0835 /* Copy www directory */ = { | |
| 369 | + isa = PBXShellScriptBuildPhase; | |
| 370 | + buildActionMask = 2147483647; | |
| 371 | + files = ( | |
| 372 | + ); | |
| 373 | + inputPaths = ( | |
| 374 | + ); | |
| 375 | + name = "Copy www directory"; | |
| 376 | + outputPaths = ( | |
| 377 | + ); | |
| 378 | + runOnlyForDeploymentPostprocessing = 0; | |
| 379 | + shellPath = /bin/sh; | |
| 380 | + shellScript = "NODEJS_PATH=/usr/local/bin; NVM_NODE_PATH=~/.nvm/versions/node/`nvm version 2>/dev/null`/bin; N_NODE_PATH=`find /usr/local/n/versions/node/* -maxdepth 0 -type d 2>/dev/null | tail -1`/bin; XCODE_NODE_PATH=`xcode-select --print-path`/usr/share/xcs/Node/bin; PATH=$NODEJS_PATH:$NVM_NODE_PATH:$N_NODE_PATH:$XCODE_NODE_PATH:$PATH && node cordova/lib/copy-www-build-step.js"; | |
| 381 | + showEnvVarsInLog = 0; | |
| 382 | + }; | |
| 383 | +/* End PBXShellScriptBuildPhase section */ | |
| 384 | + | |
| 385 | +/* Begin PBXSourcesBuildPhase section */ | |
| 386 | + 1D60588E0D05DD3D006BFB54 /* Sources */ = { | |
| 387 | + isa = PBXSourcesBuildPhase; | |
| 388 | + buildActionMask = 2147483647; | |
| 389 | + files = ( | |
| 390 | + 1D60589B0D05DD56006BFB54 /* main.m in Sources */, | |
| 391 | + 1D3623260D0F684500981E51 /* AppDelegate.m in Sources */, | |
| 392 | + 302D95F114D2391D003F00A1 /* MainViewController.m in Sources */, | |
| 393 | + ); | |
| 394 | + runOnlyForDeploymentPostprocessing = 0; | |
| 395 | + }; | |
| 396 | +/* End PBXSourcesBuildPhase section */ | |
| 397 | + | |
| 398 | +/* Begin PBXTargetDependency section */ | |
| 399 | + 301BF551109A68C00062928A /* PBXTargetDependency */ = { | |
| 400 | + isa = PBXTargetDependency; | |
| 401 | + name = CordovaLib; | |
| 402 | + targetProxy = 301BF550109A68C00062928A /* PBXContainerItemProxy */; | |
| 403 | + }; | |
| 404 | +/* End PBXTargetDependency section */ | |
| 405 | + | |
| 406 | +/* Begin XCBuildConfiguration section */ | |
| 407 | + 1D6058940D05DD3E006BFB54 /* Debug */ = { | |
| 408 | + isa = XCBuildConfiguration; | |
| 409 | + buildSettings = { | |
| 410 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
| 411 | + CLANG_ENABLE_OBJC_ARC = YES; | |
| 412 | + CODE_SIGN_IDENTITY = "iPhone Developer"; | |
| 413 | + COPY_PHASE_STRIP = NO; | |
| 414 | + GCC_DYNAMIC_NO_PIC = NO; | |
| 415 | + GCC_OPTIMIZATION_LEVEL = 0; | |
| 416 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
| 417 | + GCC_PREFIX_HEADER = "#3ConfJuv/#3ConfJuv-Prefix.pch"; | |
| 418 | + GCC_THUMB_SUPPORT = NO; | |
| 419 | + GCC_VERSION = ""; | |
| 420 | + INFOPLIST_FILE = "#3ConfJuv/#3ConfJuv-Info.plist"; | |
| 421 | + IPHONEOS_DEPLOYMENT_TARGET = 6.0; | |
| 422 | + OTHER_LDFLAGS = ( | |
| 423 | + "-weak_framework", | |
| 424 | + CoreFoundation, | |
| 425 | + "-weak_framework", | |
| 426 | + UIKit, | |
| 427 | + "-weak_framework", | |
| 428 | + AVFoundation, | |
| 429 | + "-weak_framework", | |
| 430 | + CoreMedia, | |
| 431 | + "-weak-lSystem", | |
| 432 | + "-ObjC", | |
| 433 | + ); | |
| 434 | + PRODUCT_BUNDLE_IDENTIFIER = br.gov.serpro.3ConfJuv; | |
| 435 | + PRODUCT_NAME = "#3ConfJuv"; | |
| 436 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 437 | + }; | |
| 438 | + name = Debug; | |
| 439 | + }; | |
| 440 | + 1D6058950D05DD3E006BFB54 /* Release */ = { | |
| 441 | + isa = XCBuildConfiguration; | |
| 442 | + buildSettings = { | |
| 443 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
| 444 | + CLANG_ENABLE_OBJC_ARC = YES; | |
| 445 | + CODE_SIGN_IDENTITY = "iPhone Developer"; | |
| 446 | + COPY_PHASE_STRIP = YES; | |
| 447 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
| 448 | + GCC_PREFIX_HEADER = "#3ConfJuv/#3ConfJuv-Prefix.pch"; | |
| 449 | + GCC_THUMB_SUPPORT = NO; | |
| 450 | + GCC_VERSION = ""; | |
| 451 | + INFOPLIST_FILE = "#3ConfJuv/#3ConfJuv-Info.plist"; | |
| 452 | + IPHONEOS_DEPLOYMENT_TARGET = 6.0; | |
| 453 | + OTHER_LDFLAGS = ( | |
| 454 | + "-weak_framework", | |
| 455 | + CoreFoundation, | |
| 456 | + "-weak_framework", | |
| 457 | + UIKit, | |
| 458 | + "-weak_framework", | |
| 459 | + AVFoundation, | |
| 460 | + "-weak_framework", | |
| 461 | + CoreMedia, | |
| 462 | + "-weak-lSystem", | |
| 463 | + "-ObjC", | |
| 464 | + ); | |
| 465 | + PRODUCT_BUNDLE_IDENTIFIER = br.gov.serpro.3ConfJuv; | |
| 466 | + PRODUCT_NAME = "#3ConfJuv"; | |
| 467 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 468 | + }; | |
| 469 | + name = Release; | |
| 470 | + }; | |
| 471 | + C01FCF4F08A954540054247B /* Debug */ = { | |
| 472 | + isa = XCBuildConfiguration; | |
| 473 | + buildSettings = { | |
| 474 | + CLANG_ENABLE_OBJC_ARC = YES; | |
| 475 | + CLANG_WARN_BOOL_CONVERSION = YES; | |
| 476 | + CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| 477 | + CLANG_WARN_EMPTY_BODY = YES; | |
| 478 | + CLANG_WARN_ENUM_CONVERSION = YES; | |
| 479 | + CLANG_WARN_INT_CONVERSION = YES; | |
| 480 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| 481 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | |
| 482 | + ENABLE_TESTABILITY = YES; | |
| 483 | + GCC_C_LANGUAGE_STANDARD = c99; | |
| 484 | + GCC_THUMB_SUPPORT = NO; | |
| 485 | + GCC_VERSION = ""; | |
| 486 | + GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
| 487 | + GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| 488 | + GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
| 489 | + GCC_WARN_UNUSED_FUNCTION = YES; | |
| 490 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
| 491 | + HEADER_SEARCH_PATHS = ( | |
| 492 | + "\"$(TARGET_BUILD_DIR)/usr/local/lib/include\"", | |
| 493 | + "\"$(OBJROOT)/UninstalledProducts/include\"", | |
| 494 | + "\"$(BUILT_PRODUCTS_DIR)\"", | |
| 495 | + ); | |
| 496 | + IPHONEOS_DEPLOYMENT_TARGET = 6.0; | |
| 497 | + ONLY_ACTIVE_ARCH = YES; | |
| 498 | + OTHER_LDFLAGS = ( | |
| 499 | + "-weak_framework", | |
| 500 | + CoreFoundation, | |
| 501 | + "-weak_framework", | |
| 502 | + UIKit, | |
| 503 | + "-weak_framework", | |
| 504 | + AVFoundation, | |
| 505 | + "-weak_framework", | |
| 506 | + CoreMedia, | |
| 507 | + "-weak-lSystem", | |
| 508 | + "-ObjC", | |
| 509 | + ); | |
| 510 | + PROVISIONING_PROFILE = "ebd047fa-5884-4444-aad1-6291f46dce69"; | |
| 511 | + SDKROOT = iphoneos; | |
| 512 | + SKIP_INSTALL = NO; | |
| 513 | + USER_HEADER_SEARCH_PATHS = ""; | |
| 514 | + }; | |
| 515 | + name = Debug; | |
| 516 | + }; | |
| 517 | + C01FCF5008A954540054247B /* Release */ = { | |
| 518 | + isa = XCBuildConfiguration; | |
| 519 | + buildSettings = { | |
| 520 | + CLANG_ENABLE_OBJC_ARC = YES; | |
| 521 | + CLANG_WARN_BOOL_CONVERSION = YES; | |
| 522 | + CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| 523 | + CLANG_WARN_EMPTY_BODY = YES; | |
| 524 | + CLANG_WARN_ENUM_CONVERSION = YES; | |
| 525 | + CLANG_WARN_INT_CONVERSION = YES; | |
| 526 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| 527 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | |
| 528 | + GCC_C_LANGUAGE_STANDARD = c99; | |
| 529 | + GCC_THUMB_SUPPORT = NO; | |
| 530 | + GCC_VERSION = ""; | |
| 531 | + GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
| 532 | + GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| 533 | + GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
| 534 | + GCC_WARN_UNUSED_FUNCTION = YES; | |
| 535 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
| 536 | + HEADER_SEARCH_PATHS = ( | |
| 537 | + "\"$(TARGET_BUILD_DIR)/usr/local/lib/include\"", | |
| 538 | + "\"$(OBJROOT)/UninstalledProducts/include\"", | |
| 539 | + "\"$(BUILT_PRODUCTS_DIR)\"", | |
| 540 | + ); | |
| 541 | + IPHONEOS_DEPLOYMENT_TARGET = 6.0; | |
| 542 | + OTHER_LDFLAGS = ( | |
| 543 | + "-weak_framework", | |
| 544 | + CoreFoundation, | |
| 545 | + "-weak_framework", | |
| 546 | + UIKit, | |
| 547 | + "-weak_framework", | |
| 548 | + AVFoundation, | |
| 549 | + "-weak_framework", | |
| 550 | + CoreMedia, | |
| 551 | + "-weak-lSystem", | |
| 552 | + "-ObjC", | |
| 553 | + ); | |
| 554 | + PROVISIONING_PROFILE = "ebd047fa-5884-4444-aad1-6291f46dce69"; | |
| 555 | + SDKROOT = iphoneos; | |
| 556 | + SKIP_INSTALL = NO; | |
| 557 | + USER_HEADER_SEARCH_PATHS = ""; | |
| 558 | + }; | |
| 559 | + name = Release; | |
| 560 | + }; | |
| 561 | +/* End XCBuildConfiguration section */ | |
| 562 | + | |
| 563 | +/* Begin XCConfigurationList section */ | |
| 564 | + 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "#3ConfJuv" */ = { | |
| 565 | + isa = XCConfigurationList; | |
| 566 | + buildConfigurations = ( | |
| 567 | + 1D6058940D05DD3E006BFB54 /* Debug */, | |
| 568 | + 1D6058950D05DD3E006BFB54 /* Release */, | |
| 569 | + ); | |
| 570 | + defaultConfigurationIsVisible = 0; | |
| 571 | + defaultConfigurationName = Release; | |
| 572 | + }; | |
| 573 | + C01FCF4E08A954540054247B /* Build configuration list for PBXProject "#3ConfJuv" */ = { | |
| 574 | + isa = XCConfigurationList; | |
| 575 | + buildConfigurations = ( | |
| 576 | + C01FCF4F08A954540054247B /* Debug */, | |
| 577 | + C01FCF5008A954540054247B /* Release */, | |
| 578 | + ); | |
| 579 | + defaultConfigurationIsVisible = 0; | |
| 580 | + defaultConfigurationName = Release; | |
| 581 | + }; | |
| 582 | +/* End XCConfigurationList section */ | |
| 583 | + }; | |
| 584 | + rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; | |
| 585 | +} | ... | ... |
#3ConfJuv.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
#3ConfJuv.xcodeproj/xcuserdata/adelmofreitas.xcuserdatad/xcschemes/#3ConfJuv.xcscheme
0 → 100644
| ... | ... | @@ -0,0 +1,91 @@ |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<Scheme | |
| 3 | + LastUpgradeVersion = "0700" | |
| 4 | + version = "1.3"> | |
| 5 | + <BuildAction | |
| 6 | + parallelizeBuildables = "YES" | |
| 7 | + buildImplicitDependencies = "YES"> | |
| 8 | + <BuildActionEntries> | |
| 9 | + <BuildActionEntry | |
| 10 | + buildForTesting = "YES" | |
| 11 | + buildForRunning = "YES" | |
| 12 | + buildForProfiling = "YES" | |
| 13 | + buildForArchiving = "YES" | |
| 14 | + buildForAnalyzing = "YES"> | |
| 15 | + <BuildableReference | |
| 16 | + BuildableIdentifier = "primary" | |
| 17 | + BlueprintIdentifier = "1D6058900D05DD3D006BFB54" | |
| 18 | + BuildableName = "#3ConfJuv.app" | |
| 19 | + BlueprintName = "#3ConfJuv" | |
| 20 | + ReferencedContainer = "container:#3ConfJuv.xcodeproj"> | |
| 21 | + </BuildableReference> | |
| 22 | + </BuildActionEntry> | |
| 23 | + </BuildActionEntries> | |
| 24 | + </BuildAction> | |
| 25 | + <TestAction | |
| 26 | + buildConfiguration = "Debug" | |
| 27 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 28 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 29 | + shouldUseLaunchSchemeArgsEnv = "YES"> | |
| 30 | + <Testables> | |
| 31 | + </Testables> | |
| 32 | + <MacroExpansion> | |
| 33 | + <BuildableReference | |
| 34 | + BuildableIdentifier = "primary" | |
| 35 | + BlueprintIdentifier = "1D6058900D05DD3D006BFB54" | |
| 36 | + BuildableName = "#3ConfJuv.app" | |
| 37 | + BlueprintName = "#3ConfJuv" | |
| 38 | + ReferencedContainer = "container:#3ConfJuv.xcodeproj"> | |
| 39 | + </BuildableReference> | |
| 40 | + </MacroExpansion> | |
| 41 | + <AdditionalOptions> | |
| 42 | + </AdditionalOptions> | |
| 43 | + </TestAction> | |
| 44 | + <LaunchAction | |
| 45 | + buildConfiguration = "Debug" | |
| 46 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 47 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 48 | + launchStyle = "0" | |
| 49 | + useCustomWorkingDirectory = "NO" | |
| 50 | + ignoresPersistentStateOnLaunch = "NO" | |
| 51 | + debugDocumentVersioning = "YES" | |
| 52 | + debugServiceExtension = "internal" | |
| 53 | + allowLocationSimulation = "YES"> | |
| 54 | + <BuildableProductRunnable | |
| 55 | + runnableDebuggingMode = "0"> | |
| 56 | + <BuildableReference | |
| 57 | + BuildableIdentifier = "primary" | |
| 58 | + BlueprintIdentifier = "1D6058900D05DD3D006BFB54" | |
| 59 | + BuildableName = "#3ConfJuv.app" | |
| 60 | + BlueprintName = "#3ConfJuv" | |
| 61 | + ReferencedContainer = "container:#3ConfJuv.xcodeproj"> | |
| 62 | + </BuildableReference> | |
| 63 | + </BuildableProductRunnable> | |
| 64 | + <AdditionalOptions> | |
| 65 | + </AdditionalOptions> | |
| 66 | + </LaunchAction> | |
| 67 | + <ProfileAction | |
| 68 | + buildConfiguration = "Release" | |
| 69 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
| 70 | + savedToolIdentifier = "" | |
| 71 | + useCustomWorkingDirectory = "NO" | |
| 72 | + debugDocumentVersioning = "YES"> | |
| 73 | + <BuildableProductRunnable | |
| 74 | + runnableDebuggingMode = "0"> | |
| 75 | + <BuildableReference | |
| 76 | + BuildableIdentifier = "primary" | |
| 77 | + BlueprintIdentifier = "1D6058900D05DD3D006BFB54" | |
| 78 | + BuildableName = "#3ConfJuv.app" | |
| 79 | + BlueprintName = "#3ConfJuv" | |
| 80 | + ReferencedContainer = "container:#3ConfJuv.xcodeproj"> | |
| 81 | + </BuildableReference> | |
| 82 | + </BuildableProductRunnable> | |
| 83 | + </ProfileAction> | |
| 84 | + <AnalyzeAction | |
| 85 | + buildConfiguration = "Debug"> | |
| 86 | + </AnalyzeAction> | |
| 87 | + <ArchiveAction | |
| 88 | + buildConfiguration = "Release" | |
| 89 | + revealArchiveInOrganizer = "YES"> | |
| 90 | + </ArchiveAction> | |
| 91 | +</Scheme> | ... | ... |
#3ConfJuv.xcodeproj/xcuserdata/adelmofreitas.xcuserdatad/xcschemes/xcschememanagement.plist
0 → 100644
| ... | ... | @@ -0,0 +1,22 @@ |
| 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>SchemeUserState</key> | |
| 6 | + <dict> | |
| 7 | + <key>#3ConfJuv.xcscheme</key> | |
| 8 | + <dict> | |
| 9 | + <key>orderHint</key> | |
| 10 | + <integer>0</integer> | |
| 11 | + </dict> | |
| 12 | + </dict> | |
| 13 | + <key>SuppressBuildableAutocreation</key> | |
| 14 | + <dict> | |
| 15 | + <key>1D6058900D05DD3D006BFB54</key> | |
| 16 | + <dict> | |
| 17 | + <key>primary</key> | |
| 18 | + <true/> | |
| 19 | + </dict> | |
| 20 | + </dict> | |
| 21 | +</dict> | |
| 22 | +</plist> | ... | ... |