Skip to content

Commit

Permalink
https://github.com/groue/GRDB.swift/issues/41
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Apr 21, 2016
1 parent 3d60497 commit 58628f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlcipher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# See https://github.com/groue/GRDB.swift/issues/41#issuecomment-211655128\nset -e\n\nif [ \"$PLATFORM_NAME\" -eq \"macosx\" ]\nthen\nSDK_PLATFORM_NAME=\"macosx\"\nelse\nSDK_PLATFORM_NAME=\"iphonesimulator\"\nfi\n\nSDKROOT=\"$(xcrun --sdk $SDK_PLATFORM_NAME --show-sdk-path)\"\nCC=\"$(xcrun --sdk $SDK_PLATFORM_NAME -f clang)\"\nCXX=\"$(xcrun --sdk $SDK_PLATFORM_NAME -f clang++)\"\nCFLAGS=\"-isysroot $SDKROOT -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nCXXFLAGS=$CFLAGS\n\nexport CC CXX CFLAGS CXXFLAGS\n\nmake clean\n./configure --enable-tempstore=yes --with-crypto-lib=commoncrypto\nmake sqlite3.c\n";
shellScript = "# See https://github.com/groue/GRDB.swift/issues/41#issuecomment-211655128\nset -e\n\nif [ \"$PLATFORM_NAME\" -eq \"macosx\" ]\nthen\nSDK_PLATFORM_NAME=\"macosx\"\nelse\nSDK_PLATFORM_NAME=\"iphonesimulator\"\nfi\n\nSDKROOT=\"$(xcrun --sdk $SDK_PLATFORM_NAME --show-sdk-path)\"\nCC=\"$(xcrun --sdk $SDK_PLATFORM_NAME -f clang)\"\nCXX=\"$(xcrun --sdk $SDK_PLATFORM_NAME -f clang++)\"\nCFLAGS=\"-isysroot $SDKROOT -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2\"\nCXXFLAGS=$CFLAGS\n\nexport CC CXX CFLAGS CXXFLAGS\n\npwd\n./configure --enable-tempstore=yes --with-crypto-lib=commoncrypto\nmake sqlite3.c\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 58628f7

Please sign in to comment.