Skip to content

Commit

Permalink
Fix crash in iOS Sample App
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonjenniges committed Apr 7, 2023
1 parent d3531c2 commit 6aed526
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@
13B07F8E1A680F5B00A75B9A /* Resources */,
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
980F11B223028AF00040C218 /* Embed Frameworks */,
113D56FE269F89D7004B6DD6 /* ShellScript */,
41A3709AB7CD46250E2E1AD7 /* [CP] Copy Pods Resources */,
113D56FE269F89D7004B6DD6 /* Run Script */,
);
buildRules = (
);
Expand Down Expand Up @@ -229,22 +229,23 @@
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
113D56FE269F89D7004B6DD6 /* ShellScript */ = {
113D56FE269F89D7004B6DD6 /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 8;
buildActionMask = 12;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Run Script";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 1;
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nFRAMEWORKS=\"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n\"${FRAMEWORKS}/SquareReaderSDK.framework/setup\"\n";
shellScript = "FRAMEWORKS=\"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n\"${FRAMEWORKS}/SquareReaderSDK.framework/setup\"\n";
};
3F4688564D78681EB770F2F8 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit 6aed526

Please sign in to comment.