Skip to content

Commit

Permalink
Generate ipa for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Jun 1, 2023
1 parent 68fd61b commit 9904d4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions travis/predeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ function bundle_if_exists_ios {

cp -r ios-assets/* deploy/$1.app/
cp gframe/ios-Info.plist deploy/$1.app/Info.plist

mkdir -p deploy/Payload
cp -r deploy/$1.app deploy/Payload/EDOPro.app
cd deploy
zip -0 -y -r EDOPro.ipa Payload
rm -rf deploy/Payload
cd ..
fi
}

Expand Down

0 comments on commit 9904d4d

Please sign in to comment.