orta / ARAnalytics

Simplify your iOS/Mac analytics
MIT License
1.84k stars 217 forks source link

Switch from deprecated ReactiveCoca version to ReactiveObjC #300

Closed DinosaurDad closed 7 years ago

DinosaurDad commented 7 years ago

ReactiveCocoa has changed to Swift, so moving ARAnalytics to ReactiveObjC is a better fit. This allows apps that have moved to ReactiveObjC to avoid also including ReactiveCocoa when using the DSL subspec.

orta commented 7 years ago

Any chance you can run bundle update colored2?

orta commented 7 years ago

That should fix the red

orta commented 7 years ago

Oh damn, that's a lot of commits - @Matt-ExpeData you don't need to make this go green, that's my responsibility - I was kinda hoping it would just require a quick fix.

orta commented 7 years ago

Err - oops, do you still have those commits?

orta commented 7 years ago

I have what I think is a working travis.yml now:

language: objective-c
osx_image: xcode9
env:
  global:
    - LC_CTYPE=en_US.UTF-8
    - LANG=en_US.UTF-8
before_script:
  - echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
  - bundle exec danger
  - cd Example; pod install; cd ..

script:
  - set -o pipefail && xcodebuild -workspace Example/ARAnalyticsTests.xcworkspace -scheme ARAnalyticsBootstrapiOS -configuration Debug test -sdk iphonesimulator -destination platform='iOS Simulator',OS='9.0',name='iPhone 6' CODE_SIGNING_REQUIRED=NO | bundle exec xcpretty
DinosaurDad commented 7 years ago

I just force pushed. ;)

orta commented 7 years ago

I recreated this PR from scratch in #302 - will release that as 5.0.0