From 1962fce1de3ea18db14b298e62c932fd13996537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Tue, 15 Mar 2016 09:38:58 -0700 Subject: [ios] Copy .der files into static framework Fixes #4316. --- platform/ios/scripts/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/ios/scripts/package.sh b/platform/ios/scripts/package.sh index 5d84ba5e27..459de6d100 100755 --- a/platform/ios/scripts/package.sh +++ b/platform/ios/scripts/package.sh @@ -210,7 +210,7 @@ else fi if [[ ${BUILD_STATIC} == true ]]; then mkdir -p "${OUTPUT}/static/${NAME}.framework${BUNDLE_PATH}" - cp -pv platform/ios/resources/* "${OUTPUT}/static/${NAME}.framework${BUNDLE_PATH}" + cp -pv platform/{default,ios}/resources/* "${OUTPUT}/static/${NAME}.framework${BUNDLE_PATH}" INFO_PLIST_PATH="${OUTPUT}/static/${NAME}.framework/Info.plist" cp -pv platform/ios/framework/Info.plist "${INFO_PLIST_PATH}" plutil -replace CFBundleExecutable -string ${NAME} "${INFO_PLIST_PATH}" -- cgit v1.2.1