Skip to content

Commit 3a6c501

Browse files
committed
Bumped the minimum supported OS version
1 parent 97f66a5 commit 3a6c501

7 files changed

Lines changed: 58 additions & 47 deletions

File tree

EFQRCode.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Pod::Spec.new do |s|
1515
s.social_media_url = 'https://twitter.com/EyreFree777'
1616
s.documentation_url = 'https://efprefix.github.io/EFQRCode'
1717

18-
s.ios.deployment_target = '9.0'
19-
s.osx.deployment_target = '10.10'
20-
s.tvos.deployment_target = '9.0'
21-
s.watchos.deployment_target = '4.0'
18+
s.ios.deployment_target = "11.0"
19+
s.osx.deployment_target = "10.13"
20+
s.watchos.deployment_target = "6.0"
21+
s.tvos.deployment_target = "11.0"
2222

2323
s.swift_version = '5.0'
2424
s.requires_arc = true

EFQRCode.xcodeproj/project.pbxproj

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -34,6 +34,7 @@
3434
126A1B5A1EAF225100EFBA1B /* eyrefree.png in Resources */ = {isa = PBXBuildFile; fileRef = 126A1B591EAF225100EFBA1B /* eyrefree.png */; };
3535
126A1B5B1EAF225100EFBA1B /* eyrefree.png in Resources */ = {isa = PBXBuildFile; fileRef = 126A1B591EAF225100EFBA1B /* eyrefree.png */; };
3636
126A1B5C1EAF225100EFBA1B /* eyrefree.png in Resources */ = {isa = PBXBuildFile; fileRef = 126A1B591EAF225100EFBA1B /* eyrefree.png */; };
37+
128481FE2C9CB9910044C409 /* QRCodeSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 128481FD2C9CB9910044C409 /* QRCodeSwift */; };
3738
12C0B6F3219C0F7D000545C9 /* EFQRCodeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12C0B6F2219C0F7D000545C9 /* EFQRCodeMode.swift */; };
3839
12C0B6F4219C0F7D000545C9 /* EFQRCodeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12C0B6F2219C0F7D000545C9 /* EFQRCodeMode.swift */; };
3940
12C0B6F5219C0F7D000545C9 /* EFQRCodeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12C0B6F2219C0F7D000545C9 /* EFQRCodeMode.swift */; };
@@ -105,7 +106,6 @@
105106
D2265576256EA35600920D11 /* EFQRCode+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2265574256EA35600920D11 /* EFQRCode+ObjC.swift */; };
106107
D2265577256EA35600920D11 /* EFQRCode+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2265574256EA35600920D11 /* EFQRCode+ObjC.swift */; };
107108
D2265578256EA35600920D11 /* EFQRCode+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2265574256EA35600920D11 /* EFQRCode+ObjC.swift */; };
108-
D2483E82256E3D7F005899D8 /* QRCodeSwift in Frameworks */ = {isa = PBXBuildFile; productRef = D2483E81256E3D7F005899D8 /* QRCodeSwift */; };
109109
D2FAEBB82749720F00DFA959 /* EFPointStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2FAEBB72749720F00DFA959 /* EFPointStyle.swift */; };
110110
D2FAEBB92749720F00DFA959 /* EFPointStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2FAEBB72749720F00DFA959 /* EFPointStyle.swift */; };
111111
D2FAEBBA2749720F00DFA959 /* EFPointStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2FAEBB72749720F00DFA959 /* EFPointStyle.swift */; };
@@ -212,7 +212,7 @@
212212
isa = PBXFrameworksBuildPhase;
213213
buildActionMask = 2147483647;
214214
files = (
215-
D2483E82256E3D7F005899D8 /* QRCodeSwift in Frameworks */,
215+
128481FE2C9CB9910044C409 /* QRCodeSwift in Frameworks */,
216216
);
217217
runOnlyForDeploymentPostprocessing = 0;
218218
};
@@ -443,6 +443,8 @@
443443
dependencies = (
444444
);
445445
name = "EFQRCode tvOS";
446+
packageProductDependencies = (
447+
);
446448
productName = "Alamofire tvOS";
447449
productReference = 4CF626EF1BA7CB3E0011A099 /* EFQRCode.framework */;
448450
productType = "com.apple.product-type.framework";
@@ -479,6 +481,8 @@
479481
dependencies = (
480482
);
481483
name = "EFQRCode macOS";
484+
packageProductDependencies = (
485+
);
482486
productName = AlamofireOSX;
483487
productReference = 4DD67C0B1A5C55C900ED2280 /* EFQRCode.framework */;
484488
productType = "com.apple.product-type.framework";
@@ -498,7 +502,7 @@
498502
);
499503
name = "EFQRCode watchOS";
500504
packageProductDependencies = (
501-
D2483E81256E3D7F005899D8 /* QRCodeSwift */,
505+
128481FD2C9CB9910044C409 /* QRCodeSwift */,
502506
);
503507
productName = "EFQRCode watchOS";
504508
productReference = 5282BCAD1FF38F8100DFB36B /* EFQRCode.framework */;
@@ -519,6 +523,8 @@
519523
dependencies = (
520524
);
521525
name = "EFQRCode iOS";
526+
packageProductDependencies = (
527+
);
522528
productName = Alamofire;
523529
productReference = F8111E3319A95C8B0040E7D1 /* EFQRCode.framework */;
524530
productType = "com.apple.product-type.framework";
@@ -614,7 +620,7 @@
614620
);
615621
mainGroup = F8111E2919A95C8B0040E7D1;
616622
packageReferences = (
617-
D2483E80256E3D7F005899D8 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */,
623+
128481F32C9CB8870044C409 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */,
618624
);
619625
productRefGroup = F8111E3419A95C8B0040E7D1 /* Products */;
620626
projectDirPath = "";
@@ -894,7 +900,7 @@
894900
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
895901
SWIFT_VERSION = 5.0;
896902
TARGETED_DEVICE_FAMILY = 3;
897-
TVOS_DEPLOYMENT_TARGET = 9.0;
903+
TVOS_DEPLOYMENT_TARGET = 11.0;
898904
};
899905
name = Debug;
900906
};
@@ -924,7 +930,7 @@
924930
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
925931
SWIFT_VERSION = 5.0;
926932
TARGETED_DEVICE_FAMILY = 3;
927-
TVOS_DEPLOYMENT_TARGET = 9.0;
933+
TVOS_DEPLOYMENT_TARGET = 11.0;
928934
};
929935
name = Release;
930936
};
@@ -945,6 +951,7 @@
945951
PRODUCT_NAME = "$(TARGET_NAME)";
946952
SDKROOT = appletvos;
947953
SWIFT_VERSION = 5.0;
954+
TVOS_DEPLOYMENT_TARGET = 11.0;
948955
};
949956
name = Debug;
950957
};
@@ -965,6 +972,7 @@
965972
PRODUCT_NAME = "$(TARGET_NAME)";
966973
SDKROOT = appletvos;
967974
SWIFT_VERSION = 5.0;
975+
TVOS_DEPLOYMENT_TARGET = 11.0;
968976
};
969977
name = Release;
970978
};
@@ -991,7 +999,7 @@
991999
"@executable_path/../Frameworks",
9921000
"@loader_path/Frameworks",
9931001
);
994-
MACOSX_DEPLOYMENT_TARGET = 10.10;
1002+
MACOSX_DEPLOYMENT_TARGET = 10.13;
9951003
MARKETING_VERSION = 6.2.2;
9961004
PRODUCT_BUNDLE_IDENTIFIER = org.eyrefree.EFQRCode;
9971005
PRODUCT_NAME = EFQRCode;
@@ -1021,7 +1029,7 @@
10211029
"@executable_path/../Frameworks",
10221030
"@loader_path/Frameworks",
10231031
);
1024-
MACOSX_DEPLOYMENT_TARGET = 10.10;
1032+
MACOSX_DEPLOYMENT_TARGET = 10.13;
10251033
MARKETING_VERSION = 6.2.2;
10261034
PRODUCT_BUNDLE_IDENTIFIER = org.eyrefree.EFQRCode;
10271035
PRODUCT_NAME = EFQRCode;
@@ -1065,7 +1073,7 @@
10651073
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
10661074
SWIFT_VERSION = 5.0;
10671075
TARGETED_DEVICE_FAMILY = 4;
1068-
WATCHOS_DEPLOYMENT_TARGET = 4.0;
1076+
WATCHOS_DEPLOYMENT_TARGET = 6.0;
10691077
};
10701078
name = Debug;
10711079
};
@@ -1101,7 +1109,7 @@
11011109
SKIP_INSTALL = YES;
11021110
SWIFT_VERSION = 5.0;
11031111
TARGETED_DEVICE_FAMILY = 4;
1104-
WATCHOS_DEPLOYMENT_TARGET = 4.0;
1112+
WATCHOS_DEPLOYMENT_TARGET = 6.0;
11051113
};
11061114
name = Release;
11071115
};
@@ -1238,7 +1246,7 @@
12381246
DYLIB_INSTALL_NAME_BASE = "@rpath";
12391247
INFOPLIST_FILE = Source/Info.plist;
12401248
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1241-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1249+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
12421250
LD_RUNPATH_SEARCH_PATHS = (
12431251
"$(inherited)",
12441252
"@executable_path/Frameworks",
@@ -1267,7 +1275,7 @@
12671275
DYLIB_INSTALL_NAME_BASE = "@rpath";
12681276
INFOPLIST_FILE = Source/Info.plist;
12691277
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1270-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1278+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
12711279
LD_RUNPATH_SEARCH_PATHS = (
12721280
"$(inherited)",
12731281
"@executable_path/Frameworks",
@@ -1294,6 +1302,7 @@
12941302
"$(inherited)",
12951303
);
12961304
INFOPLIST_FILE = Tests/Info.plist;
1305+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
12971306
LD_RUNPATH_SEARCH_PATHS = (
12981307
"$(inherited)",
12991308
"@executable_path/Frameworks",
@@ -1313,6 +1322,7 @@
13131322
DEVELOPMENT_TEAM = "";
13141323
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
13151324
INFOPLIST_FILE = Tests/Info.plist;
1325+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
13161326
LD_RUNPATH_SEARCH_PATHS = (
13171327
"$(inherited)",
13181328
"@executable_path/Frameworks",
@@ -1347,6 +1357,7 @@
13471357
"@executable_path/../Frameworks",
13481358
"@loader_path/../Frameworks",
13491359
);
1360+
MACOSX_DEPLOYMENT_TARGET = 10.13;
13501361
PRODUCT_BUNDLE_IDENTIFIER = "org.eyrefree.$(PRODUCT_NAME:rfc1034identifier)";
13511362
PRODUCT_NAME = "$(TARGET_NAME)";
13521363
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1375,6 +1386,7 @@
13751386
"@executable_path/../Frameworks",
13761387
"@loader_path/../Frameworks",
13771388
);
1389+
MACOSX_DEPLOYMENT_TARGET = 10.13;
13781390
PRODUCT_BUNDLE_IDENTIFIER = "org.eyrefree.$(PRODUCT_NAME:rfc1034identifier)";
13791391
PRODUCT_NAME = "$(TARGET_NAME)";
13801392
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1462,20 +1474,20 @@
14621474
/* End XCConfigurationList section */
14631475

14641476
/* Begin XCRemoteSwiftPackageReference section */
1465-
D2483E80256E3D7F005899D8 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */ = {
1477+
128481F32C9CB8870044C409 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */ = {
14661478
isa = XCRemoteSwiftPackageReference;
1467-
repositoryURL = "https://github.com/ApolloZhu/swift_qrcodejs";
1479+
repositoryURL = "https://github.com/EFPrefix/swift_qrcodejs.git";
14681480
requirement = {
1469-
kind = upToNextMinorVersion;
1470-
minimumVersion = 2.2.2;
1481+
kind = upToNextMajorVersion;
1482+
minimumVersion = 2.3.0;
14711483
};
14721484
};
14731485
/* End XCRemoteSwiftPackageReference section */
14741486

14751487
/* Begin XCSwiftPackageProductDependency section */
1476-
D2483E81256E3D7F005899D8 /* QRCodeSwift */ = {
1488+
128481FD2C9CB9910044C409 /* QRCodeSwift */ = {
14771489
isa = XCSwiftPackageProductDependency;
1478-
package = D2483E80256E3D7F005899D8 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */;
1490+
package = 128481F32C9CB8870044C409 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */;
14791491
productName = QRCodeSwift;
14801492
};
14811493
/* End XCSwiftPackageProductDependency section */

EFQRCode.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ SPEC CHECKSUMS:
2323

2424
PODFILE CHECKSUM: 27214a7a38fbdfb949113bc3e6a74b29450b2e4e
2525

26-
COCOAPODS: 1.12.1
26+
COCOAPODS: 1.15.2

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@
10971097
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
10981098
SWIFT_VERSION = 5.0;
10991099
TARGETED_DEVICE_FAMILY = 4;
1100-
WATCHOS_DEPLOYMENT_TARGET = 4.0;
1100+
WATCHOS_DEPLOYMENT_TARGET = 6.0;
11011101
};
11021102
name = Debug;
11031103
};
@@ -1130,7 +1130,7 @@
11301130
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
11311131
SWIFT_VERSION = 5.0;
11321132
TARGETED_DEVICE_FAMILY = 4;
1133-
WATCHOS_DEPLOYMENT_TARGET = 4.0;
1133+
WATCHOS_DEPLOYMENT_TARGET = 6.0;
11341134
};
11351135
name = Release;
11361136
};
@@ -1158,7 +1158,7 @@
11581158
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
11591159
SWIFT_VERSION = 5.0;
11601160
TARGETED_DEVICE_FAMILY = 4;
1161-
WATCHOS_DEPLOYMENT_TARGET = 4.0;
1161+
WATCHOS_DEPLOYMENT_TARGET = 6.0;
11621162
};
11631163
name = Debug;
11641164
};
@@ -1189,7 +1189,7 @@
11891189
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
11901190
SWIFT_VERSION = 5.0;
11911191
TARGETED_DEVICE_FAMILY = 4;
1192-
WATCHOS_DEPLOYMENT_TARGET = 4.0;
1192+
WATCHOS_DEPLOYMENT_TARGET = 6.0;
11931193
};
11941194
name = Release;
11951195
};
@@ -1315,7 +1315,7 @@
13151315
CURRENT_PROJECT_VERSION = 1687385679;
13161316
DEVELOPMENT_TEAM = "";
13171317
INFOPLIST_FILE = Resources/Info.plist;
1318-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1318+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
13191319
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
13201320
MARKETING_VERSION = 6.2.2;
13211321
PRODUCT_BUNDLE_IDENTIFIER = AppStore.EFQRCode;
@@ -1336,7 +1336,7 @@
13361336
CURRENT_PROJECT_VERSION = 1687385679;
13371337
DEVELOPMENT_TEAM = P3X2725LYY;
13381338
INFOPLIST_FILE = Resources/Info.plist;
1339-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1339+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
13401340
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
13411341
MARKETING_VERSION = 6.2.2;
13421342
PRODUCT_BUNDLE_IDENTIFIER = AppStore.EFQRCode;

Examples/macOS/macOS Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@
859859
ENABLE_HARDENED_RUNTIME = YES;
860860
INFOPLIST_FILE = "macOS Example/Info.plist";
861861
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
862-
MACOSX_DEPLOYMENT_TARGET = 10.10;
862+
MACOSX_DEPLOYMENT_TARGET = 10.13;
863863
MARKETING_VERSION = 6.2.2;
864864
PRODUCT_BUNDLE_IDENTIFIER = MacAppStore.EFQRCode;
865865
PRODUCT_MODULE_NAME = EFQRCode_Module;
@@ -880,7 +880,7 @@
880880
ENABLE_HARDENED_RUNTIME = YES;
881881
INFOPLIST_FILE = "macOS Example/Info.plist";
882882
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
883-
MACOSX_DEPLOYMENT_TARGET = 10.10;
883+
MACOSX_DEPLOYMENT_TARGET = 10.13;
884884
MARKETING_VERSION = 6.2.2;
885885
PRODUCT_BUNDLE_IDENTIFIER = MacAppStore.EFQRCode;
886886
PRODUCT_MODULE_NAME = EFQRCode_Module;

Examples/tvOS/tvOS Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@
832832
PRODUCT_BUNDLE_IDENTIFIER = AppStore.EFQRCode;
833833
PRODUCT_NAME = EFQRCode.tvOS;
834834
SWIFT_VERSION = 5.0;
835-
TVOS_DEPLOYMENT_TARGET = 9.0;
835+
TVOS_DEPLOYMENT_TARGET = 11.0;
836836
};
837837
name = Debug;
838838
};
@@ -849,7 +849,7 @@
849849
PRODUCT_BUNDLE_IDENTIFIER = AppStore.EFQRCode;
850850
PRODUCT_NAME = EFQRCode.tvOS;
851851
SWIFT_VERSION = 5.0;
852-
TVOS_DEPLOYMENT_TARGET = 9.0;
852+
TVOS_DEPLOYMENT_TARGET = 11.0;
853853
};
854854
name = Release;
855855
};

0 commit comments

Comments
 (0)