https://github.com/keepsafe/objectiverocksframework
Binary framework version of ObjectiveRocks for iOS
https://github.com/keepsafe/objectiverocksframework
Last synced: about 1 year ago
JSON representation
Binary framework version of ObjectiveRocks for iOS
- Host: GitHub
- URL: https://github.com/keepsafe/objectiverocksframework
- Owner: KeepSafe
- License: mit
- Created: 2018-07-28T18:18:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T16:12:35.000Z (over 4 years ago)
- Last Synced: 2025-01-19T04:34:18.775Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObjectiveRocksFramework
Binary framework version of ObjectiveRocks for iOS to save time building code from scratch each run.
## Instructions
**Note**: versions of this pod should *always* match [the version in the main ObjectiveRocks repo](https://github.com/iabudiab/ObjectiveRocks/blob/develop/ObjectiveRocks.podspec).
1. Clone [Keepsafe's fork of the ObjectiveRocks repo](https://github.com/KeepSafe/ObjectiveRocks) and switch to the `frameworks` branch
2. From that repo, run `$ ./build_universal_framework.sh`
3. Upload the resulting zip file to this repo's release page as a new release (or overwrite an existing release if the release # hasn't changed)
4. Bump the version on the `.podspec` file in this repo and `pod trunk push` from this repo's directory
5. Update your app repo's pod with `$ pod update ObjectiveRocksFramework` and open a pull request with those changes