Skip to content

Commit

Permalink
Bumped the minimum supported OS version
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Sep 19, 2024
1 parent 97f66a5 commit 8caf534
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 42 deletions.
8 changes: 4 additions & 4 deletions EFQRCode.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/EyreFree777'
s.documentation_url = 'https://efprefix.github.io/EFQRCode'

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '4.0'
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.13"
s.watchos.deployment_target = "6.0"
s.tvos.deployment_target = "11.0"

s.swift_version = '5.0'
s.requires_arc = true
Expand Down
45 changes: 20 additions & 25 deletions EFQRCode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -105,7 +105,6 @@
D2265576256EA35600920D11 /* EFQRCode+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2265574256EA35600920D11 /* EFQRCode+ObjC.swift */; };
D2265577256EA35600920D11 /* EFQRCode+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2265574256EA35600920D11 /* EFQRCode+ObjC.swift */; };
D2265578256EA35600920D11 /* EFQRCode+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2265574256EA35600920D11 /* EFQRCode+ObjC.swift */; };
D2483E82256E3D7F005899D8 /* QRCodeSwift in Frameworks */ = {isa = PBXBuildFile; productRef = D2483E81256E3D7F005899D8 /* QRCodeSwift */; };
D2FAEBB82749720F00DFA959 /* EFPointStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2FAEBB72749720F00DFA959 /* EFPointStyle.swift */; };
D2FAEBB92749720F00DFA959 /* EFPointStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2FAEBB72749720F00DFA959 /* EFPointStyle.swift */; };
D2FAEBBA2749720F00DFA959 /* EFPointStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2FAEBB72749720F00DFA959 /* EFPointStyle.swift */; };
Expand Down Expand Up @@ -212,7 +211,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D2483E82256E3D7F005899D8 /* QRCodeSwift in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -498,7 +496,6 @@
);
name = "EFQRCode watchOS";
packageProductDependencies = (
D2483E81256E3D7F005899D8 /* QRCodeSwift */,
);
productName = "EFQRCode watchOS";
productReference = 5282BCAD1FF38F8100DFB36B /* EFQRCode.framework */;
Expand Down Expand Up @@ -614,7 +611,7 @@
);
mainGroup = F8111E2919A95C8B0040E7D1;
packageReferences = (
D2483E80256E3D7F005899D8 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */,
128481F32C9CB8870044C409 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */,
);
productRefGroup = F8111E3419A95C8B0040E7D1 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -894,7 +891,7 @@
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
TVOS_DEPLOYMENT_TARGET = 11.0;
};
name = Debug;
};
Expand Down Expand Up @@ -924,7 +921,7 @@
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
TVOS_DEPLOYMENT_TARGET = 11.0;
};
name = Release;
};
Expand All @@ -945,6 +942,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SWIFT_VERSION = 5.0;
TVOS_DEPLOYMENT_TARGET = 11.0;
};
name = Debug;
};
Expand All @@ -965,6 +963,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SWIFT_VERSION = 5.0;
TVOS_DEPLOYMENT_TARGET = 11.0;
};
name = Release;
};
Expand All @@ -991,7 +990,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 6.2.2;
PRODUCT_BUNDLE_IDENTIFIER = org.eyrefree.EFQRCode;
PRODUCT_NAME = EFQRCode;
Expand Down Expand Up @@ -1021,7 +1020,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 6.2.2;
PRODUCT_BUNDLE_IDENTIFIER = org.eyrefree.EFQRCode;
PRODUCT_NAME = EFQRCode;
Expand Down Expand Up @@ -1065,7 +1064,7 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
WATCHOS_DEPLOYMENT_TARGET = 6.0;
};
name = Debug;
};
Expand Down Expand Up @@ -1101,7 +1100,7 @@
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
WATCHOS_DEPLOYMENT_TARGET = 6.0;
};
name = Release;
};
Expand Down Expand Up @@ -1238,7 +1237,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1267,7 +1266,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -1294,6 +1293,7 @@
"$(inherited)",
);
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -1313,6 +1313,7 @@
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1347,6 +1348,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "org.eyrefree.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1375,6 +1377,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "org.eyrefree.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1462,23 +1465,15 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
D2483E80256E3D7F005899D8 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */ = {
128481F32C9CB8870044C409 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ApolloZhu/swift_qrcodejs";
repositoryURL = "https://github.com/EFPrefix/swift_qrcodejs.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 2.2.2;
kind = upToNextMajorVersion;
minimumVersion = 2.3.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
D2483E81256E3D7F005899D8 /* QRCodeSwift */ = {
isa = XCSwiftPackageProductDependency;
package = D2483E80256E3D7F005899D8 /* XCRemoteSwiftPackageReference "swift_qrcodejs" */;
productName = QRCodeSwift;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = F8111E2A19A95C8B0040E7D1 /* Project object */;
}
25 changes: 12 additions & 13 deletions EFQRCode.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"object": {
"pins": [
{
"package": "swift_qrcodejs",
"repositoryURL": "https://github.com/ApolloZhu/swift_qrcodejs",
"state": {
"branch": null,
"revision": "374dc7f7b9e76c6aeb393f6a84590c6d387e1ecb",
"version": "2.2.2"
}
"originHash" : "69bdc03441e6dcf98a784130ca8edfd713d9489312b445b8eda35e9598bdc90a",
"pins" : [
{
"identity" : "swift_qrcodejs",
"kind" : "remoteSourceControl",
"location" : "https://github.com/EFPrefix/swift_qrcodejs.git",
"state" : {
"revision" : "817ba220a2eba840bae888e7eeb11207bec05f8c",
"version" : "2.3.0"
}
]
},
"version": 1
}
],
"version" : 3
}

0 comments on commit 8caf534

Please sign in to comment.