Commit a8f4ced3cf55a2c2ff32d5bfa12296f7d58a0a9a
1 parent
d0ff0de4
Exists in
master
and in
2 other branches
Ticket #53: Adding script to compile iOS version
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,6 @@ |
1 | +#!/bin/bash | |
2 | +rm -rf platforms/ios | |
3 | +ionic platform add ios | |
4 | +ionic build ios | |
5 | +sed -i ':a;N;$!ba;s/<\/dict>\n<\/plist>/ <key>NSAppTransportSecurity<\/key>\n <dict>\n <key>NSAllowsArbitraryLoads<\/key>\n <true\/>\n <\/dict>\n <\/dict>\n<\/plist>/g' 'platforms/ios/#3ConfJuv/#3ConfJuv-Info.plist' | |
6 | +echo 'Now open platforms/ios/#3ConfJuv.xcodeproj on XCode and continue from there' | ... | ... |
88.6 KB