Skip to content

Commit 8220ac3

Browse files
Update for Xcode 12
1 parent 911e304 commit 8220ac3

File tree

10 files changed

+12
-21
lines changed

10 files changed

+12
-21
lines changed

Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
233233
GCC_WARN_UNUSED_FUNCTION = YES;
234234
GCC_WARN_UNUSED_VARIABLE = YES;
235-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
235+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
236236
MTL_ENABLE_DEBUG_INFO = YES;
237237
ONLY_ACTIVE_ARCH = YES;
238238
SDKROOT = iphoneos;
@@ -280,7 +280,7 @@
280280
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
281281
GCC_WARN_UNUSED_FUNCTION = YES;
282282
GCC_WARN_UNUSED_VARIABLE = YES;
283-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
283+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
284284
MTL_ENABLE_DEBUG_INFO = NO;
285285
SDKROOT = iphoneos;
286286
VALIDATE_PRODUCT = YES;

Examples/Example-iOS/Example-iOS.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1140"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Lib/Configurations/Base.xcconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = YES;
2424
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
2525
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
2626
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
27+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
2728
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
2829
CLANG_WARN_STRICT_PROTOTYPES = YES;
2930
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -45,6 +46,6 @@ CODE_SIGN_IDENTITY = ;
4546
DEVELOPMENT_TEAM = ;
4647

4748
MACOSX_DEPLOYMENT_TARGET = 10.9;
48-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
49+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
4950
WATCHOS_DEPLOYMENT_TARGET = 2.0;
5051
TVOS_DEPLOYMENT_TARGET = 9.0;

Lib/Configurations/libUICKeyChainStore.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator watchos watchsimulator app
1515
TARGETED_DEVICE_FAMILY = 1,2,3,4;
1616

1717
MACOSX_DEPLOYMENT_TARGET = 10.6;
18-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
18+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1919

2020
LD_RUNPATH_SEARCH_PATHS[sdk=macosx*] = $(inherited) @executable_path/../Frameworks @loader_path/../Frameworks;
2121
LD_RUNPATH_SEARCH_PATHS[sdk=iphone*] = $(inherited) @executable_path/Frameworks @loader_path/Frameworks;

Lib/UICKeyChainStore.xcodeproj/project.pbxproj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
14A59C941A62CF6E006561CC /* Project object */ = {
280280
isa = PBXProject;
281281
attributes = {
282-
LastUpgradeCheck = 1140;
282+
LastUpgradeCheck = 1200;
283283
ORGANIZATIONNAME = "kishikawa katsumi";
284284
TargetAttributes = {
285285
14796A461C1CD9A500169D09 = {
@@ -423,51 +423,41 @@
423423
isa = XCBuildConfiguration;
424424
baseConfigurationReference = 14796A791C1CDB8A00169D09 /* libUICKeyChainStore.xcconfig */;
425425
buildSettings = {
426-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
427426
};
428427
name = Debug;
429428
};
430429
14796A681C1CD9C900169D09 /* Release */ = {
431430
isa = XCBuildConfiguration;
432431
baseConfigurationReference = 14796A791C1CDB8A00169D09 /* libUICKeyChainStore.xcconfig */;
433432
buildSettings = {
434-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
435433
};
436434
name = Release;
437435
};
438436
148993E41D8F2515000132F7 /* Debug */ = {
439437
isa = XCBuildConfiguration;
440438
baseConfigurationReference = 14F2A00B1D8F31A3000B135F /* TestHost.xcconfig */;
441439
buildSettings = {
442-
CODE_SIGN_IDENTITY = "-";
443440
};
444441
name = Debug;
445442
};
446443
148993E51D8F2515000132F7 /* Release */ = {
447444
isa = XCBuildConfiguration;
448445
baseConfigurationReference = 14F2A00B1D8F31A3000B135F /* TestHost.xcconfig */;
449446
buildSettings = {
450-
CODE_SIGN_IDENTITY = "-";
451447
};
452448
name = Release;
453449
};
454450
14A59CB11A62CF6E006561CC /* Debug */ = {
455451
isa = XCBuildConfiguration;
456452
baseConfigurationReference = 143BF28F1C1CD598002BE6B3 /* Debug.xcconfig */;
457453
buildSettings = {
458-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
459-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
460-
TVOS_DEPLOYMENT_TARGET = 9.0;
461454
};
462455
name = Debug;
463456
};
464457
14A59CB21A62CF6E006561CC /* Release */ = {
465458
isa = XCBuildConfiguration;
466459
baseConfigurationReference = 143BF2901C1CD598002BE6B3 /* Release.xcconfig */;
467460
buildSettings = {
468-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
469-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
470-
TVOS_DEPLOYMENT_TARGET = 9.0;
471461
};
472462
name = Release;
473463
};

Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/TestHost.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1140"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/UICKeyChainStore.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1140"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/libUICKeyChainStore.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1140"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Lib/UICKeyChainStore/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.3.0</string>
18+
<string>2.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

UICKeyChainStore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "UICKeyChainStore"
3-
s.version = "2.3.0"
3+
s.version = "2.2.1"
44
s.summary = "UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults."
55
s.description = <<-DESC
66
UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X.

0 commit comments

Comments
 (0)