Skip to content

Commit

Permalink
🔐 ObjectivePGP framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanaef committed Oct 12, 2021
1 parent 8850644 commit 501e878
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions PGPro.xcodeproj/project.pbxproj
Expand Up @@ -880,6 +880,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down Expand Up @@ -942,6 +943,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand All @@ -968,9 +970,9 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
DEVELOPMENT_TEAM = Q7BD4XD9Q7;
ENABLE_BITCODE = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand All @@ -981,7 +983,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2021.3;
MARKETING_VERSION = 2021.4;
PRODUCT_BUNDLE_IDENTIFIER = app.pgpro;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
Expand All @@ -997,9 +999,9 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
DEVELOPMENT_TEAM = Q7BD4XD9Q7;
ENABLE_BITCODE = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand All @@ -1010,7 +1012,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2021.3;
MARKETING_VERSION = 2021.4;
PRODUCT_BUNDLE_IDENTIFIER = app.pgpro;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
Expand Down Expand Up @@ -1073,7 +1075,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/krzyzanowskim/ObjectivePGP.git";
requirement = {
kind = upToNextMinorVersion;
kind = upToNextMajorVersion;
minimumVersion = 0.17.0;
};
};
Expand Down
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/krzyzanowskim/ObjectivePGP.git",
"state": {
"branch": null,
"revision": "d521f74f3c7555eee49499cd5b14079e721f7a70",
"version": "0.17.0"
"revision": "a1ed56c067245fe5b818cbb722d70f3dd74ba213",
"version": "0.99.0"
}
},
{
Expand Down

0 comments on commit 501e878

Please sign in to comment.