https://github.com/keenteam1990/packageapplication
🦉PackageApplication is still here waiting for you,even if Xcode 8.3.2 excluded it, so what ?
https://github.com/keenteam1990/packageapplication
xcode8
Last synced: about 1 month ago
JSON representation
🦉PackageApplication is still here waiting for you,even if Xcode 8.3.2 excluded it, so what ?
- Host: GitHub
- URL: https://github.com/keenteam1990/packageapplication
- Owner: KeenTeam1990
- Created: 2018-06-19T03:07:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T03:23:35.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T03:23:05.802Z (about 1 year ago)
- Topics: xcode8
- Language: Perl
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PackageApplication
PackageApplication is still here waiting for you, even if Xcode 8.3.2 excluded it, so what ?
## Usage
Copy `PackageApplication` script to this directory `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin` ,
then you have to give it authority to this script ,like this `chmod 777 PackageApplication`
Run the following command the application will be packing to a ipa file
`xcrun -sdk iphoneos PackageApplication -v youapp.app -o $(pwd)/youapp.ipa`
## Xcode 命令行打包ipa
1.cd 进入工程目录下 有.xcodeproj文件的目录
2.xcodebuild clean
3.xcodebuild -scheme EasySchool -workspace EasyShool.xcworkspace build
4.xcrun -sdk iphoneos -v PackageApplication ./build/Release-iphoneos/EasySchool.app -o ~/Desktop/EasySchool.ipa