|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 63C957FE1F74872600BAD365 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 63C957FC1F74872600BAD365 /* Main.storyboard */; }; |
10 | 11 | 7D6D7D252B4099761F98D03B /* Pods_BarcodeScannerExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F2F8EDB06143E719746E253D /* Pods_BarcodeScannerExample.framework */; }; |
11 | 12 | D50BE3F91C9FE8870000A34C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D50BE3F81C9FE8870000A34C /* AppDelegate.swift */; }; |
12 | 13 | D50BE3FB1C9FE8870000A34C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D50BE3FA1C9FE8870000A34C /* ViewController.swift */; }; |
|
16 | 17 |
|
17 | 18 | /* Begin PBXFileReference section */ |
18 | 19 | 560D7A8F00215E8F16A67009 /* Pods-BarcodeScannerExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BarcodeScannerExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BarcodeScannerExample/Pods-BarcodeScannerExample.debug.xcconfig"; sourceTree = "<group>"; }; |
| 20 | + 63C957FD1F74872600BAD365 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
19 | 21 | B2BB8B30EF0245DC64F4025A /* Pods-BarcodeScannerExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BarcodeScannerExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-BarcodeScannerExample/Pods-BarcodeScannerExample.release.xcconfig"; sourceTree = "<group>"; }; |
20 | 22 | D50BE3F51C9FE8870000A34C /* BarcodeScannerExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BarcodeScannerExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
21 | 23 | D50BE3F81C9FE8870000A34C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
76 | 78 | D50BE3F71C9FE8870000A34C /* BarcodeScannerExample */ = { |
77 | 79 | isa = PBXGroup; |
78 | 80 | children = ( |
| 81 | + 63C957FC1F74872600BAD365 /* Main.storyboard */, |
79 | 82 | D50BE3F81C9FE8870000A34C /* AppDelegate.swift */, |
80 | 83 | D50BE3FA1C9FE8870000A34C /* ViewController.swift */, |
81 | 84 | D50BE3FF1C9FE8870000A34C /* Assets.xcassets */, |
|
124 | 127 | D50BE3F41C9FE8870000A34C = { |
125 | 128 | CreatedOnToolsVersion = 7.2.1; |
126 | 129 | LastSwiftMigration = 0800; |
| 130 | + ProvisioningStyle = Manual; |
127 | 131 | }; |
128 | 132 | }; |
129 | 133 | }; |
|
150 | 154 | isa = PBXResourcesBuildPhase; |
151 | 155 | buildActionMask = 2147483647; |
152 | 156 | files = ( |
| 157 | + 63C957FE1F74872600BAD365 /* Main.storyboard in Resources */, |
153 | 158 | D50BE4031C9FE8870000A34C /* LaunchScreen.storyboard in Resources */, |
154 | 159 | D50BE4001C9FE8870000A34C /* Assets.xcassets in Resources */, |
155 | 160 | ); |
|
269 | 274 | /* End PBXSourcesBuildPhase section */ |
270 | 275 |
|
271 | 276 | /* Begin PBXVariantGroup section */ |
| 277 | + 63C957FC1F74872600BAD365 /* Main.storyboard */ = { |
| 278 | + isa = PBXVariantGroup; |
| 279 | + children = ( |
| 280 | + 63C957FD1F74872600BAD365 /* Base */, |
| 281 | + ); |
| 282 | + name = Main.storyboard; |
| 283 | + sourceTree = "<group>"; |
| 284 | + }; |
272 | 285 | D50BE4011C9FE8870000A34C /* LaunchScreen.storyboard */ = { |
273 | 286 | isa = PBXVariantGroup; |
274 | 287 | children = ( |
|
325 | 338 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
326 | 339 | GCC_WARN_UNUSED_FUNCTION = YES; |
327 | 340 | GCC_WARN_UNUSED_VARIABLE = YES; |
328 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 341 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
329 | 342 | MTL_ENABLE_DEBUG_INFO = YES; |
330 | 343 | ONLY_ACTIVE_ARCH = YES; |
331 | 344 | SDKROOT = iphoneos; |
|
373 | 386 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
374 | 387 | GCC_WARN_UNUSED_FUNCTION = YES; |
375 | 388 | GCC_WARN_UNUSED_VARIABLE = YES; |
376 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 389 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
377 | 390 | MTL_ENABLE_DEBUG_INFO = NO; |
378 | 391 | SDKROOT = iphoneos; |
379 | 392 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
|
388 | 401 | buildSettings = { |
389 | 402 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
390 | 403 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
391 | | - CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 404 | + CODE_SIGN_IDENTITY = ""; |
392 | 405 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 406 | + CODE_SIGN_STYLE = Manual; |
393 | 407 | DEVELOPMENT_TEAM = ""; |
394 | 408 | INFOPLIST_FILE = BarcodeScannerExample/Info.plist; |
395 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 409 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
396 | 410 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
397 | 411 | PRODUCT_BUNDLE_IDENTIFIER = no.hyper.BarcodeScannerExample2; |
398 | 412 | PRODUCT_NAME = "$(TARGET_NAME)"; |
399 | 413 | PROVISIONING_PROFILE = ""; |
| 414 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
400 | 415 | SWIFT_VERSION = 4.0; |
401 | 416 | TARGETED_DEVICE_FAMILY = "1,2"; |
402 | 417 | }; |
|
408 | 423 | buildSettings = { |
409 | 424 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
410 | 425 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
411 | | - CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 426 | + CODE_SIGN_IDENTITY = ""; |
412 | 427 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 428 | + CODE_SIGN_STYLE = Manual; |
413 | 429 | DEVELOPMENT_TEAM = ""; |
414 | 430 | INFOPLIST_FILE = BarcodeScannerExample/Info.plist; |
415 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 431 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
416 | 432 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
417 | 433 | PRODUCT_BUNDLE_IDENTIFIER = no.hyper.BarcodeScannerExample2; |
418 | 434 | PRODUCT_NAME = "$(TARGET_NAME)"; |
419 | 435 | PROVISIONING_PROFILE = ""; |
| 436 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
420 | 437 | SWIFT_VERSION = 4.0; |
421 | 438 | TARGETED_DEVICE_FAMILY = "1,2"; |
422 | 439 | }; |
|
0 commit comments