Skip to content

Commit

Permalink
Fix build validation by mot signing the CoreHttpKit xc framework (kot…
Browse files Browse the repository at this point in the history
…lin framework) as it was done for every other framework. We need to sign only in the main target.
  • Loading branch information
kyzmitch committed May 7, 2022
1 parent e3c1232 commit eb29842
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions catowser/catowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@
8A5F71FB2826C18E008E5638 /* CoreHttpKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A5F71F52826C148008E5638 /* CoreHttpKit.xcframework */; };
8A5F72042826C1A7008E5638 /* CoreHttpKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A5F71F52826C148008E5638 /* CoreHttpKit.xcframework */; };
8A5F72072826C410008E5638 /* CoreHttpKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A5F71F52826C148008E5638 /* CoreHttpKit.xcframework */; };
8A5F72082826C410008E5638 /* CoreHttpKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8A5F71F52826C148008E5638 /* CoreHttpKit.xcframework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
8A5F720A2826C432008E5638 /* CoreHttpKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A5F71F52826C148008E5638 /* CoreHttpKit.xcframework */; };
8A5F720B2826C432008E5638 /* CoreHttpKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8A5F71F52826C148008E5638 /* CoreHttpKit.xcframework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
8A5F720D2826DD16008E5638 /* ReactiveHttpKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB70E9127B7AE7A003FB59B /* ReactiveHttpKit.framework */; };
8A5F72102826DD59008E5638 /* ReactiveHttpKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB70E9127B7AE7A003FB59B /* ReactiveHttpKit.framework */; };
8A5F72112826DD59008E5638 /* ReactiveHttpKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB70E9127B7AE7A003FB59B /* ReactiveHttpKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
Expand Down Expand Up @@ -603,28 +601,6 @@
name = "Embed App Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
8A5F72092826C410008E5638 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
8A5F72082826C410008E5638 /* CoreHttpKit.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
8A5F720C2826C432008E5638 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
8A5F720B2826C432008E5638 /* CoreHttpKit.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
8A8035DD24442F0F000E035F /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -2199,7 +2175,6 @@
8AB70E8E27B7AE7A003FB59B /* Frameworks */,
8AB70E8F27B7AE7A003FB59B /* Resources */,
8AB70EA727B7D629003FB59B /* ShellScript */,
8A5F72092826C410008E5638 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -2283,7 +2258,6 @@
8AE6D1652350FF35006316AD /* Sources */,
8AE6D1662350FF35006316AD /* Frameworks */,
8AE6D1672350FF35006316AD /* Resources */,
8A5F720C2826C432008E5638 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -3790,7 +3764,7 @@
CODE_SIGN_STYLE = Manual;
COTTON_APP_NAME = "Cotton Dev";
COTTON_BUNDLE_IDENTIFIER = "com.ae.cotton-browser.debug";
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = ERT5B59458;
INFOPLIST_FILE = catowser/Base.lproj/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
Expand Down Expand Up @@ -3819,7 +3793,7 @@
CODE_SIGN_STYLE = Manual;
COTTON_APP_NAME = Cotton;
COTTON_BUNDLE_IDENTIFIER = "com.ae.cotton-browser";
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = ERT5B59458;
INFOPLIST_FILE = catowser/Base.lproj/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
Expand Down

0 comments on commit eb29842

Please sign in to comment.