Skip to content

Commit

Permalink
fix: resolve use_frameworks issue due to missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
frw committed Sep 24, 2023
1 parent e35fd7f commit 9bd16b7
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 37 deletions.
3 changes: 2 additions & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ PODS:
- glog
- react-native-ssl-public-key-pinning (1.1.2):
- React-Core
- React-RCTNetwork
- TrustKit
- React-NativeModulesApple (0.72.3):
- hermes-engine
Expand Down Expand Up @@ -695,7 +696,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 59d1eb03af7d30b7d66589c410f13151271e8006
React-jsinspector: b511447170f561157547bc0bef3f169663860be7
React-logger: c5b527272d5f22eaa09bb3c3a690fee8f237ae95
react-native-ssl-public-key-pinning: f7e73d1b19570c81ae68639ed7bca7031a3f8f61
react-native-ssl-public-key-pinning: d72015071749532d6201cffa2f22990ebbeee6ad
React-NativeModulesApple: c57f3efe0df288a6532b726ad2d0322a9bf38472
React-perflogger: 6bd153e776e6beed54c56b0847e1220a3ff92ba5
React-RCTActionSheet: c0b62af44e610e69d9a2049a682f5dba4e9dff17
Expand Down
90 changes: 54 additions & 36 deletions example/ios/SslPublicKeyPinningExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

/* Begin PBXBuildFile section */
00E356F31AD99517003FC87E /* SslPublicKeyPinningExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* SslPublicKeyPinningExampleTests.m */; };
0C80B921A6F3F58F76C31292 /* libPods-SslPublicKeyPinningExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-SslPublicKeyPinningExample.a */; };
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
7699B88040F8A987B510C191 /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
A7F0C62D1F0C37EC77963355 /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 94D2B304FB49B55CC0C6B87E /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a */; };
FFA416150FD03453E16A888C /* libPods-SslPublicKeyPinningExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D2DC85508DFCB65702B30DCF /* libPods-SslPublicKeyPinningExample.a */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -36,13 +36,13 @@
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = SslPublicKeyPinningExample/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = SslPublicKeyPinningExample/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = SslPublicKeyPinningExample/main.m; sourceTree = "<group>"; };
19F6CBCC0A4E27FBF8BF4A61 /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3B4392A12AC88292D35C810B /* Pods-SslPublicKeyPinningExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SslPublicKeyPinningExample.debug.xcconfig"; path = "Target Support Files/Pods-SslPublicKeyPinningExample/Pods-SslPublicKeyPinningExample.debug.xcconfig"; sourceTree = "<group>"; };
5709B34CF0A7D63546082F79 /* Pods-SslPublicKeyPinningExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SslPublicKeyPinningExample.release.xcconfig"; path = "Target Support Files/Pods-SslPublicKeyPinningExample/Pods-SslPublicKeyPinningExample.release.xcconfig"; sourceTree = "<group>"; };
5B7EB9410499542E8C5724F5 /* Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
5DCACB8F33CDC322A6C60F78 /* libPods-SslPublicKeyPinningExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SslPublicKeyPinningExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = SslPublicKeyPinningExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
89C6BE57DB24E9ADA2F236DE /* Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.release.xcconfig"; path = "Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.release.xcconfig"; sourceTree = "<group>"; };
94D2B304FB49B55CC0C6B87E /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
D2DC85508DFCB65702B30DCF /* libPods-SslPublicKeyPinningExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SslPublicKeyPinningExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

Expand All @@ -51,15 +51,15 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
7699B88040F8A987B510C191 /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a in Frameworks */,
A7F0C62D1F0C37EC77963355 /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0C80B921A6F3F58F76C31292 /* libPods-SslPublicKeyPinningExample.a in Frameworks */,
FFA416150FD03453E16A888C /* libPods-SslPublicKeyPinningExample.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -100,8 +100,8 @@
isa = PBXGroup;
children = (
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
5DCACB8F33CDC322A6C60F78 /* libPods-SslPublicKeyPinningExample.a */,
19F6CBCC0A4E27FBF8BF4A61 /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a */,
D2DC85508DFCB65702B30DCF /* libPods-SslPublicKeyPinningExample.a */,
94D2B304FB49B55CC0C6B87E /* libPods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -160,7 +160,7 @@
00E356EB1AD99517003FC87E /* Frameworks */,
00E356EC1AD99517003FC87E /* Resources */,
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
C52B6E7F972B7EAC4E5EC612 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -183,7 +183,7 @@
13B07F8E1A680F5B00A75B9A /* Resources */,
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
768C4888D7E952AA7093FE4C /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -283,29 +283,24 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample/Pods-SslPublicKeyPinningExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
768C4888D7E952AA7093FE4C /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample/Pods-SslPublicKeyPinningExample-resources-${CONFIGURATION}-input-files.xcfilelist",
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-checkManifestLockResult.txt",
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample/Pods-SslPublicKeyPinningExample-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample/Pods-SslPublicKeyPinningExample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -320,62 +315,67 @@
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-SslPublicKeyPinningExample-checkManifestLockResult.txt",
"$(DERIVED_FILE_DIR)/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-SslPublicKeyPinningExample-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-frameworks.sh\"\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
C52B6E7F972B7EAC4E5EC612 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample/Pods-SslPublicKeyPinningExample-resources-${CONFIGURATION}-input-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample/Pods-SslPublicKeyPinningExample-resources-${CONFIGURATION}-output-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample/Pods-SslPublicKeyPinningExample-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests/Pods-SslPublicKeyPinningExample-SslPublicKeyPinningExampleTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
FD10A7F022414F080027D42C /* Start Packager */ = {
Expand Down Expand Up @@ -486,6 +486,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SslPublicKeyPinningExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -513,6 +514,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = SslPublicKeyPinningExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -580,6 +582,14 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers",
"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core",
"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers/platform/ios",
"${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers",
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
);
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
/usr/lib/swift,
Expand Down Expand Up @@ -646,6 +656,14 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers",
"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core",
"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers/platform/ios",
"${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers",
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
);
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
/usr/lib/swift,
Expand Down
1 change: 1 addition & 0 deletions react-native-ssl-public-key-pinning.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
end

s.dependency "React-RCTNetwork"
s.dependency "TrustKit"
end

0 comments on commit 9bd16b7

Please sign in to comment.