-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate publication of new releases #337
Comments
Per: Change the |
Added "publish" string for keyword search (keep struggling to find this ticket) |
I have tried to fix that in this branch https://github.com/snowplow/snowplow-objc-tracker/tree/matrix-all-versions (quality is WIP and I am not at all experienced in objc but I hope it helps) Unfortunately as you can see here: https://travis-ci.org/snowplow/snowplow-objc-tracker/builds/557852562 I got stuck on the macOS test failing at compile time. |
CocoaPods
For the Snowplow iOS Tracker, must be pushed from a Mac:
sudo gem install cocoapods
pod trunk register [email protected] 'Snowplow Analytics' --description='<computer desc>'
cd /vagrant/snowplow-ios-tracker
SnowplowTracker.podspec
'ss.version
to correct versionSnowplowSPTracker.m
'skSPVersion
to correct versionVERSION
file (what is this?) to the correct versionpod spec lint --allow-warnings
pod trunk push --allow-warnings
Static library
The text was updated successfully, but these errors were encountered: