|
| 1 | +// !$*UTF8*$! |
| 2 | +{ |
| 3 | + archiveVersion = 1; |
| 4 | + classes = { |
| 5 | + }; |
| 6 | + objectVersion = 46; |
| 7 | + objects = { |
| 8 | + |
| 9 | +/* Begin PBXBuildFile section */ |
| 10 | + F57FB49E15B1F25A006A04B0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F57FB49D15B1F25A006A04B0 /* UIKit.framework */; }; |
| 11 | + F57FB4A015B1F25A006A04B0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F57FB49F15B1F25A006A04B0 /* Foundation.framework */; }; |
| 12 | + F57FB4A215B1F25A006A04B0 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F57FB4A115B1F25A006A04B0 /* CoreGraphics.framework */; }; |
| 13 | + F57FB4A815B1F25B006A04B0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F57FB4A615B1F25B006A04B0 /* InfoPlist.strings */; }; |
| 14 | + F57FB4AA15B1F25B006A04B0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F57FB4A915B1F25B006A04B0 /* main.m */; }; |
| 15 | + F57FB4AE15B1F25C006A04B0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F57FB4AD15B1F25C006A04B0 /* AppDelegate.m */; }; |
| 16 | + F57FB4B115B1F25C006A04B0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57FB4B015B1F25C006A04B0 /* ViewController.m */; }; |
| 17 | + F57FB4B415B1F25C006A04B0 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F57FB4B215B1F25C006A04B0 /* ViewController.xib */; }; |
| 18 | +/* End PBXBuildFile section */ |
| 19 | + |
| 20 | +/* Begin PBXFileReference section */ |
| 21 | + F57FB49915B1F25A006A04B0 /* BrowserChooser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BrowserChooser.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 22 | + F57FB49D15B1F25A006A04B0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
| 23 | + F57FB49F15B1F25A006A04B0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 24 | + F57FB4A115B1F25A006A04B0 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
| 25 | + F57FB4A515B1F25A006A04B0 /* BrowserChooser-Info.plist */ = {isa = PBXFileReference; path = "BrowserChooser-Info.plist"; sourceTree = "<group>"; }; |
| 26 | + F57FB4A715B1F25B006A04B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 27 | + F57FB4A915B1F25B006A04B0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| 28 | + F57FB4AB15B1F25B006A04B0 /* BrowserChooser-Prefix.pch */ = {isa = PBXFileReference; path = "BrowserChooser-Prefix.pch"; sourceTree = "<group>"; }; |
| 29 | + F57FB4AC15B1F25B006A04B0 /* AppDelegate.h */ = {isa = PBXFileReference; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 30 | + F57FB4AD15B1F25C006A04B0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| 31 | + F57FB4AF15B1F25C006A04B0 /* ViewController.h */ = {isa = PBXFileReference; path = ViewController.h; sourceTree = "<group>"; }; |
| 32 | + F57FB4B015B1F25C006A04B0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
| 33 | + F57FB4B315B1F25C006A04B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; }; |
| 34 | +/* End PBXFileReference section */ |
| 35 | + |
| 36 | +/* Begin PBXFrameworksBuildPhase section */ |
| 37 | + F57FB49615B1F259006A04B0 /* Frameworks */ = { |
| 38 | + isa = PBXFrameworksBuildPhase; |
| 39 | + buildActionMask = 2147483647; |
| 40 | + files = ( |
| 41 | + F57FB49E15B1F25A006A04B0 /* UIKit.framework in Frameworks */, |
| 42 | + F57FB4A015B1F25A006A04B0 /* Foundation.framework in Frameworks */, |
| 43 | + F57FB4A215B1F25A006A04B0 /* CoreGraphics.framework in Frameworks */, |
| 44 | + ); |
| 45 | + runOnlyForDeploymentPostprocessing = 0; |
| 46 | + }; |
| 47 | +/* End PBXFrameworksBuildPhase section */ |
| 48 | + |
| 49 | +/* Begin PBXGroup section */ |
| 50 | + F57FB48E15B1F256006A04B0 = { |
| 51 | + isa = PBXGroup; |
| 52 | + children = ( |
| 53 | + F57FB4A315B1F25A006A04B0 /* BrowserChooser */, |
| 54 | + F57FB49C15B1F25A006A04B0 /* Frameworks */, |
| 55 | + F57FB49A15B1F25A006A04B0 /* Products */, |
| 56 | + ); |
| 57 | + sourceTree = "<group>"; |
| 58 | + }; |
| 59 | + F57FB49A15B1F25A006A04B0 /* Products */ = { |
| 60 | + isa = PBXGroup; |
| 61 | + children = ( |
| 62 | + F57FB49915B1F25A006A04B0 /* BrowserChooser.app */, |
| 63 | + ); |
| 64 | + name = Products; |
| 65 | + sourceTree = "<group>"; |
| 66 | + }; |
| 67 | + F57FB49C15B1F25A006A04B0 /* Frameworks */ = { |
| 68 | + isa = PBXGroup; |
| 69 | + children = ( |
| 70 | + F57FB49D15B1F25A006A04B0 /* UIKit.framework */, |
| 71 | + F57FB49F15B1F25A006A04B0 /* Foundation.framework */, |
| 72 | + F57FB4A115B1F25A006A04B0 /* CoreGraphics.framework */, |
| 73 | + ); |
| 74 | + name = Frameworks; |
| 75 | + sourceTree = "<group>"; |
| 76 | + }; |
| 77 | + F57FB4A315B1F25A006A04B0 /* BrowserChooser */ = { |
| 78 | + isa = PBXGroup; |
| 79 | + children = ( |
| 80 | + F57FB4AC15B1F25B006A04B0 /* AppDelegate.h */, |
| 81 | + F57FB4AD15B1F25C006A04B0 /* AppDelegate.m */, |
| 82 | + F57FB4AF15B1F25C006A04B0 /* ViewController.h */, |
| 83 | + F57FB4B015B1F25C006A04B0 /* ViewController.m */, |
| 84 | + F57FB4B215B1F25C006A04B0 /* ViewController.xib */, |
| 85 | + F57FB4A415B1F25A006A04B0 /* Supporting Files */, |
| 86 | + ); |
| 87 | + path = BrowserChooser; |
| 88 | + sourceTree = "<group>"; |
| 89 | + }; |
| 90 | + F57FB4A415B1F25A006A04B0 /* Supporting Files */ = { |
| 91 | + isa = PBXGroup; |
| 92 | + children = ( |
| 93 | + F57FB4A515B1F25A006A04B0 /* BrowserChooser-Info.plist */, |
| 94 | + F57FB4A615B1F25B006A04B0 /* InfoPlist.strings */, |
| 95 | + F57FB4A915B1F25B006A04B0 /* main.m */, |
| 96 | + F57FB4AB15B1F25B006A04B0 /* BrowserChooser-Prefix.pch */, |
| 97 | + ); |
| 98 | + name = "Supporting Files"; |
| 99 | + sourceTree = "<group>"; |
| 100 | + }; |
| 101 | +/* End PBXGroup section */ |
| 102 | + |
| 103 | +/* Begin PBXNativeTarget section */ |
| 104 | + F57FB49815B1F259006A04B0 /* BrowserChooser */ = { |
| 105 | + isa = PBXNativeTarget; |
| 106 | + buildConfigurationList = F57FB4B715B1F25C006A04B0 /* Build configuration list for PBXNativeTarget "BrowserChooser" */; |
| 107 | + buildPhases = ( |
| 108 | + F57FB49515B1F259006A04B0 /* Sources */, |
| 109 | + F57FB49615B1F259006A04B0 /* Frameworks */, |
| 110 | + F57FB49715B1F259006A04B0 /* Resources */, |
| 111 | + ); |
| 112 | + buildRules = ( |
| 113 | + ); |
| 114 | + dependencies = ( |
| 115 | + ); |
| 116 | + name = BrowserChooser; |
| 117 | + productName = BrowserChooser; |
| 118 | + productReference = F57FB49915B1F25A006A04B0 /* BrowserChooser.app */; |
| 119 | + productType = "com.apple.product-type.application"; |
| 120 | + }; |
| 121 | +/* End PBXNativeTarget section */ |
| 122 | + |
| 123 | +/* Begin PBXProject section */ |
| 124 | + F57FB49015B1F256006A04B0 /* Project object */ = { |
| 125 | + isa = PBXProject; |
| 126 | + attributes = { |
| 127 | + LastUpgradeCheck = 0430; |
| 128 | + ORGANIZATIONNAME = "Designated Nerd Software"; |
| 129 | + }; |
| 130 | + buildConfigurationList = F57FB49315B1F256006A04B0 /* Build configuration list for PBXProject "BrowserChooser" */; |
| 131 | + compatibilityVersion = "Xcode 3.2"; |
| 132 | + developmentRegion = English; |
| 133 | + hasScannedForEncodings = 0; |
| 134 | + knownRegions = ( |
| 135 | + en, |
| 136 | + ); |
| 137 | + mainGroup = F57FB48E15B1F256006A04B0; |
| 138 | + productRefGroup = F57FB49A15B1F25A006A04B0 /* Products */; |
| 139 | + projectDirPath = ""; |
| 140 | + projectRoot = ""; |
| 141 | + targets = ( |
| 142 | + F57FB49815B1F259006A04B0 /* BrowserChooser */, |
| 143 | + ); |
| 144 | + }; |
| 145 | +/* End PBXProject section */ |
| 146 | + |
| 147 | +/* Begin PBXResourcesBuildPhase section */ |
| 148 | + F57FB49715B1F259006A04B0 /* Resources */ = { |
| 149 | + isa = PBXResourcesBuildPhase; |
| 150 | + buildActionMask = 2147483647; |
| 151 | + files = ( |
| 152 | + F57FB4A815B1F25B006A04B0 /* InfoPlist.strings in Resources */, |
| 153 | + F57FB4B415B1F25C006A04B0 /* ViewController.xib in Resources */, |
| 154 | + ); |
| 155 | + runOnlyForDeploymentPostprocessing = 0; |
| 156 | + }; |
| 157 | +/* End PBXResourcesBuildPhase section */ |
| 158 | + |
| 159 | +/* Begin PBXSourcesBuildPhase section */ |
| 160 | + F57FB49515B1F259006A04B0 /* Sources */ = { |
| 161 | + isa = PBXSourcesBuildPhase; |
| 162 | + buildActionMask = 2147483647; |
| 163 | + files = ( |
| 164 | + F57FB4AA15B1F25B006A04B0 /* main.m in Sources */, |
| 165 | + F57FB4AE15B1F25C006A04B0 /* AppDelegate.m in Sources */, |
| 166 | + F57FB4B115B1F25C006A04B0 /* ViewController.m in Sources */, |
| 167 | + ); |
| 168 | + runOnlyForDeploymentPostprocessing = 0; |
| 169 | + }; |
| 170 | +/* End PBXSourcesBuildPhase section */ |
| 171 | + |
| 172 | +/* Begin PBXVariantGroup section */ |
| 173 | + F57FB4A615B1F25B006A04B0 /* InfoPlist.strings */ = { |
| 174 | + isa = PBXVariantGroup; |
| 175 | + children = ( |
| 176 | + F57FB4A715B1F25B006A04B0 /* en */, |
| 177 | + ); |
| 178 | + name = InfoPlist.strings; |
| 179 | + sourceTree = "<group>"; |
| 180 | + }; |
| 181 | + F57FB4B215B1F25C006A04B0 /* ViewController.xib */ = { |
| 182 | + isa = PBXVariantGroup; |
| 183 | + children = ( |
| 184 | + F57FB4B315B1F25C006A04B0 /* en */, |
| 185 | + ); |
| 186 | + name = ViewController.xib; |
| 187 | + sourceTree = "<group>"; |
| 188 | + }; |
| 189 | +/* End PBXVariantGroup section */ |
| 190 | + |
| 191 | +/* Begin XCBuildConfiguration section */ |
| 192 | + F57FB4B515B1F25C006A04B0 /* Debug */ = { |
| 193 | + isa = XCBuildConfiguration; |
| 194 | + buildSettings = { |
| 195 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 196 | + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
| 197 | + CLANG_ENABLE_OBJC_ARC = YES; |
| 198 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 199 | + COPY_PHASE_STRIP = NO; |
| 200 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
| 201 | + GCC_DYNAMIC_NO_PIC = NO; |
| 202 | + GCC_OPTIMIZATION_LEVEL = 0; |
| 203 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 204 | + "DEBUG=1", |
| 205 | + "$(inherited)", |
| 206 | + ); |
| 207 | + GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
| 208 | + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; |
| 209 | + GCC_WARN_ABOUT_RETURN_TYPE = YES; |
| 210 | + GCC_WARN_UNINITIALIZED_AUTOS = YES; |
| 211 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 212 | + IPHONEOS_DEPLOYMENT_TARGET = 5.1; |
| 213 | + SDKROOT = iphoneos; |
| 214 | + }; |
| 215 | + name = Debug; |
| 216 | + }; |
| 217 | + F57FB4B615B1F25C006A04B0 /* Release */ = { |
| 218 | + isa = XCBuildConfiguration; |
| 219 | + buildSettings = { |
| 220 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 221 | + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
| 222 | + CLANG_ENABLE_OBJC_ARC = YES; |
| 223 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 224 | + COPY_PHASE_STRIP = YES; |
| 225 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
| 226 | + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; |
| 227 | + GCC_WARN_ABOUT_RETURN_TYPE = YES; |
| 228 | + GCC_WARN_UNINITIALIZED_AUTOS = YES; |
| 229 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 230 | + IPHONEOS_DEPLOYMENT_TARGET = 5.1; |
| 231 | + OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; |
| 232 | + SDKROOT = iphoneos; |
| 233 | + VALIDATE_PRODUCT = YES; |
| 234 | + }; |
| 235 | + name = Release; |
| 236 | + }; |
| 237 | + F57FB4B815B1F25C006A04B0 /* Debug */ = { |
| 238 | + isa = XCBuildConfiguration; |
| 239 | + buildSettings = { |
| 240 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 241 | + GCC_PREFIX_HEADER = "BrowserChooser/BrowserChooser-Prefix.pch"; |
| 242 | + INFOPLIST_FILE = "BrowserChooser/BrowserChooser-Info.plist"; |
| 243 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 244 | + WRAPPER_EXTENSION = app; |
| 245 | + }; |
| 246 | + name = Debug; |
| 247 | + }; |
| 248 | + F57FB4B915B1F25C006A04B0 /* Release */ = { |
| 249 | + isa = XCBuildConfiguration; |
| 250 | + buildSettings = { |
| 251 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 252 | + GCC_PREFIX_HEADER = "BrowserChooser/BrowserChooser-Prefix.pch"; |
| 253 | + INFOPLIST_FILE = "BrowserChooser/BrowserChooser-Info.plist"; |
| 254 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 255 | + WRAPPER_EXTENSION = app; |
| 256 | + }; |
| 257 | + name = Release; |
| 258 | + }; |
| 259 | +/* End XCBuildConfiguration section */ |
| 260 | + |
| 261 | +/* Begin XCConfigurationList section */ |
| 262 | + F57FB49315B1F256006A04B0 /* Build configuration list for PBXProject "BrowserChooser" */ = { |
| 263 | + isa = XCConfigurationList; |
| 264 | + buildConfigurations = ( |
| 265 | + F57FB4B515B1F25C006A04B0 /* Debug */, |
| 266 | + F57FB4B615B1F25C006A04B0 /* Release */, |
| 267 | + ); |
| 268 | + defaultConfigurationIsVisible = 0; |
| 269 | + defaultConfigurationName = Release; |
| 270 | + }; |
| 271 | + F57FB4B715B1F25C006A04B0 /* Build configuration list for PBXNativeTarget "BrowserChooser" */ = { |
| 272 | + isa = XCConfigurationList; |
| 273 | + buildConfigurations = ( |
| 274 | + F57FB4B815B1F25C006A04B0 /* Debug */, |
| 275 | + F57FB4B915B1F25C006A04B0 /* Release */, |
| 276 | + ); |
| 277 | + defaultConfigurationIsVisible = 0; |
| 278 | + }; |
| 279 | +/* End XCConfigurationList section */ |
| 280 | + }; |
| 281 | + rootObject = F57FB49015B1F256006A04B0 /* Project object */; |
| 282 | +} |
0 commit comments