|
49 | 49 | B5E9F9081C8D3B6E00443DC7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
50 | 50 | B5E9F90A1C8D3B6E00443DC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
51 | 51 | B5F62A5C1C9ECBCB003A1231 /* ICKeyboardDismissTextFieldUITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ICKeyboardDismissTextFieldUITests.swift; sourceTree = "<group>"; };
|
52 |
| - CA708B7D49E7D80A75ED81E3 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; }; |
| 52 | + CA708B7D49E7D80A75ED81E3 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; }; |
53 | 53 | D0DB1D3E89AB75183DB104E0 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
54 |
| - FE1A89C8A77ED0438A206A24 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; }; |
| 54 | + FE1A89C8A77ED0438A206A24 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; }; |
55 | 55 | /* End PBXFileReference section */
|
56 | 56 |
|
57 | 57 | /* Begin PBXFrameworksBuildPhase section */
|
|
254 | 254 | );
|
255 | 255 | runOnlyForDeploymentPostprocessing = 0;
|
256 | 256 | shellPath = /bin/sh;
|
257 |
| - shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n"; |
| 257 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n"; |
258 | 258 | showEnvVarsInLog = 0;
|
259 | 259 | };
|
260 | 260 | 96705876C946719953BCD0C6 /* [CP] Check Pods Manifest.lock */ = {
|
|
284 | 284 | );
|
285 | 285 | runOnlyForDeploymentPostprocessing = 0;
|
286 | 286 | shellPath = /bin/sh;
|
287 |
| - shellScript = "if which swiftlint >/dev/null; then swiftlint; fi"; |
| 287 | + shellScript = "sh ${SRCROOT}/scripts/swiftlint.sh"; |
288 | 288 | };
|
289 | 289 | CAB3B20531AAE2438C48D751 /* [CP] Embed Pods Frameworks */ = {
|
290 | 290 | isa = PBXShellScriptBuildPhase;
|
|
298 | 298 | );
|
299 | 299 | runOnlyForDeploymentPostprocessing = 0;
|
300 | 300 | shellPath = /bin/sh;
|
301 |
| - shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n"; |
| 301 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n"; |
302 | 302 | showEnvVarsInLog = 0;
|
303 | 303 | };
|
304 | 304 | /* End PBXShellScriptBuildPhase section */
|
|
359 | 359 | B548C5C91C8E91B0009D5AEE /* Debug */ = {
|
360 | 360 | isa = XCBuildConfiguration;
|
361 | 361 | buildSettings = {
|
| 362 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
362 | 363 | INFOPLIST_FILE = ICInputAccessoryUITests/Info.plist;
|
363 | 364 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
364 | 365 | PRODUCT_BUNDLE_IDENTIFIER = com.polydice.ICInputAccessoryUITests;
|
365 | 366 | PRODUCT_NAME = "$(TARGET_NAME)";
|
366 |
| - SWIFT_VERSION = 2.3; |
| 367 | + SWIFT_VERSION = 3.0; |
367 | 368 | TEST_TARGET_NAME = Example;
|
368 | 369 | USES_XCTRUNNER = YES;
|
369 | 370 | };
|
|
372 | 373 | B548C5CA1C8E91B0009D5AEE /* Release */ = {
|
373 | 374 | isa = XCBuildConfiguration;
|
374 | 375 | buildSettings = {
|
| 376 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
375 | 377 | INFOPLIST_FILE = ICInputAccessoryUITests/Info.plist;
|
376 | 378 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
377 | 379 | PRODUCT_BUNDLE_IDENTIFIER = com.polydice.ICInputAccessoryUITests;
|
378 | 380 | PRODUCT_NAME = "$(TARGET_NAME)";
|
379 |
| - SWIFT_VERSION = 2.3; |
| 381 | + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 382 | + SWIFT_VERSION = 3.0; |
380 | 383 | TEST_TARGET_NAME = Example;
|
381 | 384 | USES_XCTRUNNER = YES;
|
382 | 385 | };
|
|
426 | 429 | ONLY_ACTIVE_ARCH = YES;
|
427 | 430 | SDKROOT = iphoneos;
|
428 | 431 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
429 |
| - SWIFT_VERSION = 2.3; |
| 432 | + SWIFT_VERSION = 3.0; |
430 | 433 | };
|
431 | 434 | name = Debug;
|
432 | 435 | };
|
|
467 | 470 | MTL_ENABLE_DEBUG_INFO = NO;
|
468 | 471 | SDKROOT = iphoneos;
|
469 | 472 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
470 |
| - SWIFT_VERSION = 2.3; |
| 473 | + SWIFT_VERSION = 3.0; |
471 | 474 | VALIDATE_PRODUCT = YES;
|
472 | 475 | };
|
473 | 476 | name = Release;
|
|
483 | 486 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
484 | 487 | PRODUCT_BUNDLE_IDENTIFIER = com.polydice.ICInputAccessoryExample;
|
485 | 488 | PRODUCT_NAME = "$(TARGET_NAME)";
|
486 |
| - SWIFT_VERSION = 2.3; |
| 489 | + SWIFT_VERSION = 3.0; |
487 | 490 | TARGETED_DEVICE_FAMILY = "1,2";
|
488 | 491 | };
|
489 | 492 | name = Debug;
|
|
499 | 502 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
500 | 503 | PRODUCT_BUNDLE_IDENTIFIER = com.polydice.ICInputAccessoryExample;
|
501 | 504 | PRODUCT_NAME = "$(TARGET_NAME)";
|
502 |
| - SWIFT_VERSION = 2.3; |
| 505 | + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 506 | + SWIFT_VERSION = 3.0; |
503 | 507 | TARGETED_DEVICE_FAMILY = "1,2";
|
504 | 508 | };
|
505 | 509 | name = Release;
|
|
0 commit comments