Skip to content

Commit

Permalink
fix: SPM SSL Pinning file discovery bug (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooohhn authored Dec 22, 2020
1 parent d8047b9 commit 9878134
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions Amplitude.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@
isa = PBXGroup;
children = (
29E7B61D255E476C00AB9A5B /* Resources */,
29E7B614255E467400AB9A5B /* SSLPinning */,
1279F8E525244D78003DCE07 /* AMPConfigManager.h */,
1279F8C525244D78003DCE07 /* AMPConfigManager.m */,
1279F8C625244D78003DCE07 /* AMPConstants.h */,
Expand All @@ -398,6 +397,12 @@
1279F8D125244D78003DCE07 /* AMPURLSession.m */,
1279F8E725244D78003DCE07 /* AMPUtils.h */,
1279F8C425244D78003DCE07 /* AMPUtils.m */,
1279FA6D2525949D003DCE07 /* ISPCertificatePinning.h */,
1279FA682525949D003DCE07 /* ISPCertificatePinning.m */,
1279FA6A2525949D003DCE07 /* ISPPinnedNSURLConnectionDelegate.h */,
1279FA692525949D003DCE07 /* ISPPinnedNSURLConnectionDelegate.m */,
1279FA6C2525949D003DCE07 /* ISPPinnedNSURLSessionDelegate.h */,
1279FA6B2525949D003DCE07 /* ISPPinnedNSURLSessionDelegate.m */,
);
path = Amplitude;
sourceTree = "<group>";
Expand Down Expand Up @@ -462,19 +467,6 @@
path = EventExplorer;
sourceTree = "<group>";
};
29E7B614255E467400AB9A5B /* SSLPinning */ = {
isa = PBXGroup;
children = (
1279FA6D2525949D003DCE07 /* ISPCertificatePinning.h */,
1279FA682525949D003DCE07 /* ISPCertificatePinning.m */,
1279FA6A2525949D003DCE07 /* ISPPinnedNSURLConnectionDelegate.h */,
1279FA692525949D003DCE07 /* ISPPinnedNSURLConnectionDelegate.m */,
1279FA6C2525949D003DCE07 /* ISPPinnedNSURLSessionDelegate.h */,
1279FA6B2525949D003DCE07 /* ISPPinnedNSURLSessionDelegate.m */,
);
path = SSLPinning;
sourceTree = "<group>";
};
29E7B61D255E476C00AB9A5B /* Resources */ = {
isa = PBXGroup;
children = (
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9878134

Please sign in to comment.