https://github.com/sschmid/bee-ios
Useful functions for iOS development - https://github.com/sschmid/bee
https://github.com/sschmid/bee-ios
apple bash bee ci ios plugin testflight
Last synced: about 2 months ago
JSON representation
Useful functions for iOS development - https://github.com/sschmid/bee
- Host: GitHub
- URL: https://github.com/sschmid/bee-ios
- Owner: sschmid
- License: mit
- Created: 2021-02-13T15:45:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T19:22:38.000Z (about 4 years ago)
- Last Synced: 2025-06-04T04:11:28.696Z (10 months ago)
- Topics: apple, bash, bee, ci, ios, plugin, testflight
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ios
Useful functions for iOS development
https://github.com/sschmid/bee-ios
```
This plugin comes with additional resources.
Please run 'bee res ios' to copy all required files to your project.
template:
IOS_PROJECT="${BEE_PROJECT}" # default
IOS_PROJECT_PATH="Build/iOS/${BEE_PROJECT}/${IOS_PROJECT}.xcodeproj" # default
IOS_WORKSPACE_PATH="Build/iOS/${BEE_PROJECT}/${IOS_PROJECT}.xcworkspace" # default
IOS_SCHEME="${IOS_PROJECT}" # default
IOS_ARCHIVE_PATH="Build/iOS/${BEE_PROJECT}/${BEE_PROJECT}.xcarchive" # default
IOS_EXPORT_PATH="Build/iOS/${BEE_PROJECT}/Export" # default
IOS_IPA_PATH="${IOS_EXPORT_PATH}/${IOS_PROJECT}.ipa" # default
IOS_EXPORT_OPTIONS_PATH="${BEE_RESOURCES}"/ios/ExportOptions.plist # default
secrets:
IOS_USER
IOS_PASSWORD
usage:
archive_project archive Xcode project
archive_workspace archive Xcode workspace
export export Xcode archive
upload upload IPA to TestFlight
requirements:
Xcode https://developer.apple.com/xcode
```