Skip to content

Commit

Permalink
Merge pull request #515 from mysteriumnetwork/hotfix/permissions-for-cp
Browse files Browse the repository at this point in the history
Copy files preserving attributes
  • Loading branch information
tadovas committed Nov 5, 2018
2 parents 418cf0b + 7ac4075 commit 9a50f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package_ios
Expand Up @@ -26,7 +26,7 @@ DIR_FRAMEWORK="${DIR_TEMP}/Mysterium.framework"

xgo -image=mysteriumnetwork/xgo:1.11 -targets=ios/* -out Mysterium -dest $DIR_TEMP `pwd`/mobile/mysterium

cp bin/package/ios/Info.plist ${DIR_FRAMEWORK}/Versions/A/Resources/Info.plist
cp -vp bin/package/ios/Info.plist ${DIR_FRAMEWORK}/Versions/A/Resources/Info.plist

(cd ${DIR_TEMP} && zip -r - .) > ${PACKAGE_FILE}
rm -rf ${DIR_TEMP}
Expand Down

0 comments on commit 9a50f30

Please sign in to comment.