Skip to content

Commit f1cb32f

Browse files
author
Lucas Best
committed
Updated for Swift 5.
1 parent b250da6 commit f1cb32f

23 files changed

+562
-412
lines changed

.swift-version

-1
This file was deleted.

Example/.swiftlint.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,5 @@ disabled_rules:
1616
- cyclomatic_complexity
1717
included:
1818
- ../ObjectDecoder
19-
excluded:
20-
- Generated
21-
- Carthage
22-
- Pods
23-
identifier_name:
24-
excluded:
25-
- id
26-
- ok
27-
- vc
2819
trailing_comma:
29-
mandatory_comma: true
30-
type_name:
31-
excluded:
32-
- ID
20+
mandatory_comma: true

Example/ObjectDecoder.xcodeproj/project.pbxproj

+14-11
Original file line numberDiff line numberDiff line change
@@ -220,18 +220,18 @@
220220
isa = PBXProject;
221221
attributes = {
222222
LastSwiftUpdateCheck = 0830;
223-
LastUpgradeCheck = 0940;
223+
LastUpgradeCheck = 1020;
224224
ORGANIZATIONNAME = CocoaPods;
225225
TargetAttributes = {
226226
607FACCF1AFB9204008FA782 = {
227227
CreatedOnToolsVersion = 6.3.1;
228228
DevelopmentTeam = 5ASXU7W52D;
229-
LastSwiftMigration = 1010;
229+
LastSwiftMigration = 1020;
230230
};
231231
607FACE41AFB9204008FA782 = {
232232
CreatedOnToolsVersion = 6.3.1;
233233
DevelopmentTeam = 5ASXU7W52D;
234-
LastSwiftMigration = 1010;
234+
LastSwiftMigration = 1020;
235235
TestTargetID = 607FACCF1AFB9204008FA782;
236236
};
237237
};
@@ -241,6 +241,7 @@
241241
developmentRegion = English;
242242
hasScannedForEncodings = 0;
243243
knownRegions = (
244+
English,
244245
en,
245246
Base,
246247
);
@@ -336,7 +337,7 @@
336337
files = (
337338
);
338339
inputPaths = (
339-
"${SRCROOT}/Pods/Target Support Files/Pods-ObjectDecoder_Example/Pods-ObjectDecoder_Example-frameworks.sh",
340+
"${PODS_ROOT}/Target Support Files/Pods-ObjectDecoder_Example/Pods-ObjectDecoder_Example-frameworks.sh",
340341
"${BUILT_PRODUCTS_DIR}/ObjectDecoder/ObjectDecoder.framework",
341342
);
342343
name = "[CP] Embed Pods Frameworks";
@@ -345,7 +346,7 @@
345346
);
346347
runOnlyForDeploymentPostprocessing = 0;
347348
shellPath = /bin/sh;
348-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ObjectDecoder_Example/Pods-ObjectDecoder_Example-frameworks.sh\"\n";
349+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObjectDecoder_Example/Pods-ObjectDecoder_Example-frameworks.sh\"\n";
349350
showEnvVarsInLog = 0;
350351
};
351352
/* End PBXShellScriptBuildPhase section */
@@ -404,6 +405,7 @@
404405
isa = XCBuildConfiguration;
405406
buildSettings = {
406407
ALWAYS_SEARCH_USER_PATHS = NO;
408+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
407409
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
408410
CLANG_CXX_LIBRARY = "libc++";
409411
CLANG_ENABLE_MODULES = YES;
@@ -447,7 +449,7 @@
447449
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
448450
GCC_WARN_UNUSED_FUNCTION = YES;
449451
GCC_WARN_UNUSED_VARIABLE = YES;
450-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
452+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
451453
MTL_ENABLE_DEBUG_INFO = YES;
452454
ONLY_ACTIVE_ARCH = YES;
453455
SDKROOT = iphoneos;
@@ -459,6 +461,7 @@
459461
isa = XCBuildConfiguration;
460462
buildSettings = {
461463
ALWAYS_SEARCH_USER_PATHS = NO;
464+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
462465
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
463466
CLANG_CXX_LIBRARY = "libc++";
464467
CLANG_ENABLE_MODULES = YES;
@@ -495,7 +498,7 @@
495498
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
496499
GCC_WARN_UNUSED_FUNCTION = YES;
497500
GCC_WARN_UNUSED_VARIABLE = YES;
498-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
501+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
499502
MTL_ENABLE_DEBUG_INFO = NO;
500503
SDKROOT = iphoneos;
501504
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -514,7 +517,7 @@
514517
MODULE_NAME = ExampleApp;
515518
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
516519
PRODUCT_NAME = "$(TARGET_NAME)";
517-
SWIFT_VERSION = 4.2;
520+
SWIFT_VERSION = 5.0;
518521
};
519522
name = Debug;
520523
};
@@ -529,7 +532,7 @@
529532
MODULE_NAME = ExampleApp;
530533
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
531534
PRODUCT_NAME = "$(TARGET_NAME)";
532-
SWIFT_VERSION = 4.2;
535+
SWIFT_VERSION = 5.0;
533536
};
534537
name = Release;
535538
};
@@ -550,7 +553,7 @@
550553
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
551554
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
552555
PRODUCT_NAME = "$(TARGET_NAME)";
553-
SWIFT_VERSION = 4.2;
556+
SWIFT_VERSION = 5.0;
554557
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ObjectDecoder_Example.app/ObjectDecoder_Example";
555558
};
556559
name = Debug;
@@ -568,7 +571,7 @@
568571
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
569572
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
570573
PRODUCT_NAME = "$(TARGET_NAME)";
571-
SWIFT_VERSION = 4.2;
574+
SWIFT_VERSION = 5.0;
572575
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ObjectDecoder_Example.app/ObjectDecoder_Example";
573576
};
574577
name = Release;

Example/ObjectDecoder.xcodeproj/xcshareddata/xcschemes/ObjectDecoder-Example.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example/Podfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform:ios, '8.0'
1+
platform:ios, '10.0'
22
use_frameworks!
33

44
pod 'SwiftLint'
@@ -8,7 +8,5 @@ target 'ObjectDecoder_Example' do
88

99
target 'ObjectDecoder_Tests' do
1010
inherit! :search_paths
11-
12-
1311
end
1412
end

Example/Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- ObjectDecoder (0.1.1)
3-
- SwiftLint (0.29.3)
2+
- ObjectDecoder (0.2.0)
3+
- SwiftLint (0.31.0)
44

55
DEPENDENCIES:
66
- ObjectDecoder (from `../`)
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
ObjectDecoder: 08edd19096eefe2de0ef4ea89c44316444907973
19-
SwiftLint: bfa7ca7b4d170cfaf0d236ca3ffd969e88a2f002
18+
ObjectDecoder: 40e41d8ba04eb3985428b861cf8f0d7b58ce0684
19+
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3
2020

21-
PODFILE CHECKSUM: 0721bfff6f901e703c99546f2e2709f8408d1244
21+
PODFILE CHECKSUM: a057c645d4c054a2143f1a896b0dcb2a704e7979
2222

23-
COCOAPODS: 1.5.3
23+
COCOAPODS: 1.7.0.beta.2

Example/Pods/Local Podspecs/ObjectDecoder.podspec.json

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)