Fix PEM caching PR in TunnelKit

This commit is contained in:
Davide De Rosa 2021-11-25 12:23:28 +01:00
parent fc4401571b
commit 104c856e45
6 changed files with 7 additions and 7 deletions

View File

@ -1426,7 +1426,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 1065;
CURRENT_PROJECT_VERSION = 1071;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1492,7 +1492,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 1065;
CURRENT_PROJECT_VERSION = 1071;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;

View File

@ -35,7 +35,7 @@
<key>CFBundleShortVersionString</key>
<string>1.17.2</string>
<key>CFBundleVersion</key>
<string>1065</string>
<string>1071</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

View File

@ -34,7 +34,7 @@
<key>CFBundleShortVersionString</key>
<string>1.17.2</string>
<key>CFBundleVersion</key>
<string>1065</string>
<string>1071</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>1.17.2</string>
<key>CFBundleVersion</key>
<string>1065</string>
<string>1071</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.17.2</string>
<key>CFBundleVersion</key>
<string>1065</string>
<string>1071</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>

View File

@ -22,7 +22,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
// .package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", from: "4.0.1"),
.package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", .revision("3b508011625349d09da96da97b572b95dd220d39")),
.package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", .revision("7aa9b4571c2225f420cc0de3985737b1785f7b19")),
// .package(name: "TunnelKit", path: "../../tunnelkit"),
.package(name: "Convenience", url: "https://github.com/keeshux/convenience", .revision("347105ec0ce27cd4255acf9875fd60ad1f213801")),
.package(url: "https://github.com/Cocoanetics/Kvitto", from: "1.0.0")