Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on #5 being merged first.
This PR adds a CircleCI config and some release config files that:
.framework
and Android.aar
on each commit to master, save the libraries as artifactsconfig.yml
'sbuild-ios-framework
job) to build an iOS framework that Apple with actually approve for App Store distribution (the current/defaultgomobile
creates.frameworks
that use some illegal API Apple will reject apps for).framework
and Android.aar
on Cocoapods and Bintray maven respectively on every release tagThis provides a nice foundation to build iOS, Android and React Native libraries from. Presumably, those libraries will depend on the artifacts published by this repo.
A couple notes/todos:
.framework
archive from the Github release, but can't since the Github repo is private). It should work fine once the repo is public..pom
,.podspec
and build configuration use "Textile" naming for various things. We will update that once this is merged and lives in a Berty or ifps-shipyard repo and we can use their CI and Maven organizations.