|
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 */, |
|
118 | 121 | isa = PBXProject; |
119 | 122 | attributes = { |
120 | 123 | LastSwiftUpdateCheck = 0720; |
121 | | - LastUpgradeCheck = 0800; |
| 124 | + LastUpgradeCheck = 0900; |
122 | 125 | ORGANIZATIONNAME = "Hyper Interaktiv AS"; |
123 | 126 | TargetAttributes = { |
124 | 127 | D50BE3F41C9FE8870000A34C = { |
125 | 128 | CreatedOnToolsVersion = 7.2.1; |
126 | | - DevelopmentTeam = LG4DBY4QF9; |
127 | 129 | LastSwiftMigration = 0800; |
| 130 | + ProvisioningStyle = Manual; |
128 | 131 | }; |
129 | 132 | }; |
130 | 133 | }; |
|
151 | 154 | isa = PBXResourcesBuildPhase; |
152 | 155 | buildActionMask = 2147483647; |
153 | 156 | files = ( |
| 157 | + 63C957FE1F74872600BAD365 /* Main.storyboard in Resources */, |
154 | 158 | D50BE4031C9FE8870000A34C /* LaunchScreen.storyboard in Resources */, |
155 | 159 | D50BE4001C9FE8870000A34C /* Assets.xcassets in Resources */, |
156 | 160 | ); |
|
210 | 214 | files = ( |
211 | 215 | ); |
212 | 216 | inputPaths = ( |
| 217 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 218 | + "${PODS_ROOT}/Manifest.lock", |
213 | 219 | ); |
214 | 220 | name = "[CP] Check Pods Manifest.lock"; |
215 | 221 | outputPaths = ( |
| 222 | + "$(DERIVED_FILE_DIR)/Pods-BarcodeScannerExample-checkManifestLockResult.txt", |
216 | 223 | ); |
217 | 224 | runOnlyForDeploymentPostprocessing = 0; |
218 | 225 | shellPath = /bin/sh; |
219 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 226 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
220 | 227 | showEnvVarsInLog = 0; |
221 | 228 | }; |
222 | 229 | C6637BE832A43C8F49FCF84D /* 📦 Embed Pods Frameworks */ = { |
|
240 | 247 | files = ( |
241 | 248 | ); |
242 | 249 | inputPaths = ( |
| 250 | + "${SRCROOT}/Pods/Target Support Files/Pods-BarcodeScannerExample/Pods-BarcodeScannerExample-frameworks.sh", |
| 251 | + "${BUILT_PRODUCTS_DIR}/BarcodeScanner/BarcodeScanner.framework", |
243 | 252 | ); |
244 | 253 | name = "[CP] Embed Pods Frameworks"; |
245 | 254 | outputPaths = ( |
| 255 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BarcodeScanner.framework", |
246 | 256 | ); |
247 | 257 | runOnlyForDeploymentPostprocessing = 0; |
248 | 258 | shellPath = /bin/sh; |
|
264 | 274 | /* End PBXSourcesBuildPhase section */ |
265 | 275 |
|
266 | 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 | + }; |
267 | 285 | D50BE4011C9FE8870000A34C /* LaunchScreen.storyboard */ = { |
268 | 286 | isa = PBXVariantGroup; |
269 | 287 | children = ( |
|
284 | 302 | CLANG_CXX_LIBRARY = "libc++"; |
285 | 303 | CLANG_ENABLE_MODULES = YES; |
286 | 304 | CLANG_ENABLE_OBJC_ARC = YES; |
| 305 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
287 | 306 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 307 | + CLANG_WARN_COMMA = YES; |
288 | 308 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
289 | 309 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
290 | 310 | CLANG_WARN_EMPTY_BODY = YES; |
291 | 311 | CLANG_WARN_ENUM_CONVERSION = YES; |
292 | 312 | CLANG_WARN_INFINITE_RECURSION = YES; |
293 | 313 | CLANG_WARN_INT_CONVERSION = YES; |
| 314 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 315 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
294 | 316 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 317 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 318 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
295 | 319 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
296 | 320 | CLANG_WARN_UNREACHABLE_CODE = YES; |
297 | 321 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
314 | 338 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
315 | 339 | GCC_WARN_UNUSED_FUNCTION = YES; |
316 | 340 | GCC_WARN_UNUSED_VARIABLE = YES; |
317 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 341 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
318 | 342 | MTL_ENABLE_DEBUG_INFO = YES; |
319 | 343 | ONLY_ACTIVE_ARCH = YES; |
320 | 344 | SDKROOT = iphoneos; |
321 | 345 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
322 | | - SWIFT_VERSION = 3.0; |
| 346 | + SWIFT_VERSION = 4.0; |
323 | 347 | }; |
324 | 348 | name = Debug; |
325 | 349 | }; |
|
332 | 356 | CLANG_CXX_LIBRARY = "libc++"; |
333 | 357 | CLANG_ENABLE_MODULES = YES; |
334 | 358 | CLANG_ENABLE_OBJC_ARC = YES; |
| 359 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
335 | 360 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 361 | + CLANG_WARN_COMMA = YES; |
336 | 362 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
337 | 363 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
338 | 364 | CLANG_WARN_EMPTY_BODY = YES; |
339 | 365 | CLANG_WARN_ENUM_CONVERSION = YES; |
340 | 366 | CLANG_WARN_INFINITE_RECURSION = YES; |
341 | 367 | CLANG_WARN_INT_CONVERSION = YES; |
| 368 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 369 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
342 | 370 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 371 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 372 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
343 | 373 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
344 | 374 | CLANG_WARN_UNREACHABLE_CODE = YES; |
345 | 375 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
356 | 386 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
357 | 387 | GCC_WARN_UNUSED_FUNCTION = YES; |
358 | 388 | GCC_WARN_UNUSED_VARIABLE = YES; |
359 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 389 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
360 | 390 | MTL_ENABLE_DEBUG_INFO = NO; |
361 | 391 | SDKROOT = iphoneos; |
362 | 392 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
363 | | - SWIFT_VERSION = 3.0; |
| 393 | + SWIFT_VERSION = 4.0; |
364 | 394 | VALIDATE_PRODUCT = YES; |
365 | 395 | }; |
366 | 396 | name = Release; |
|
371 | 401 | buildSettings = { |
372 | 402 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
373 | 403 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
374 | | - CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 404 | + CODE_SIGN_IDENTITY = ""; |
375 | 405 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 406 | + CODE_SIGN_STYLE = Manual; |
| 407 | + DEVELOPMENT_TEAM = ""; |
376 | 408 | INFOPLIST_FILE = BarcodeScannerExample/Info.plist; |
| 409 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
377 | 410 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
378 | 411 | PRODUCT_BUNDLE_IDENTIFIER = no.hyper.BarcodeScannerExample2; |
379 | 412 | PRODUCT_NAME = "$(TARGET_NAME)"; |
380 | 413 | PROVISIONING_PROFILE = ""; |
381 | | - SWIFT_VERSION = 3.0; |
| 414 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
| 415 | + SWIFT_VERSION = 4.0; |
| 416 | + TARGETED_DEVICE_FAMILY = "1,2"; |
382 | 417 | }; |
383 | 418 | name = Debug; |
384 | 419 | }; |
|
388 | 423 | buildSettings = { |
389 | 424 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
390 | 425 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
391 | | - CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 426 | + CODE_SIGN_IDENTITY = ""; |
392 | 427 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 428 | + CODE_SIGN_STYLE = Manual; |
| 429 | + DEVELOPMENT_TEAM = ""; |
393 | 430 | INFOPLIST_FILE = BarcodeScannerExample/Info.plist; |
| 431 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
394 | 432 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
395 | 433 | PRODUCT_BUNDLE_IDENTIFIER = no.hyper.BarcodeScannerExample2; |
396 | 434 | PRODUCT_NAME = "$(TARGET_NAME)"; |
397 | 435 | PROVISIONING_PROFILE = ""; |
398 | | - SWIFT_VERSION = 3.0; |
| 436 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
| 437 | + SWIFT_VERSION = 4.0; |
| 438 | + TARGETED_DEVICE_FAMILY = "1,2"; |
399 | 439 | }; |
400 | 440 | name = Release; |
401 | 441 | }; |
|
0 commit comments