Skip to content

Commit

Permalink
remove local mobileprovision
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed Jul 7, 2015
1 parent 26e0b65 commit b54b6ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ Sigh allow to sign .app with a provisioning file via the terminal
sudo gem install sigh
```

### Move the distribution provisioning file to the build folder

Go get the distribution provisioning file from <https://developer.apple.com/account/overview.action> then move it to the ```./build``` folder under the name ```release.mobileprovision```

### Build PROD IPA

```
Expand Down
2 changes: 1 addition & 1 deletion release.sh.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ if [ "${platforms}" == "ios" -o "${platforms}" == "android ios" ]; then
rm -r ./build/ios.app
mv ./platforms/ios/build/device/*.app ./build/ios.app
xcrun -sdk iphoneos PackageApplication -v $PWD/build/ios.app
sigh resign ./build/ios.ipa -p "release.mobileprovision"
sigh resign ./build/ios.ipa
fi

0 comments on commit b54b6ad

Please sign in to comment.