diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f09a2e5..500dd96b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,14 +50,6 @@ jobs: - checkout - run: *prepare - run: carthage build --no-skip-current --platform macos,ios - cocoapods: - <<: *defaults - steps: - - checkout - - run: *prepare - - run: | - bundle exec pod repo update --silent; - pod lib lint ParseLiveQuery.podspec; workflows: version: 2 @@ -68,7 +60,6 @@ workflows: - demo nightly: jobs: - - cocoapods - carthage triggers: - schedule: diff --git a/.travis.yml b/.travis.yml index 0c007fed..c545c7e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ branches: - /^v?[0-9]+\.[0-9]+\.[0-9]+(-.*)?$/ language: objective-c os: osx -osx_image: xcode9 +osx_image: xcode10.1 cache: - cocoapods install: bundle install @@ -13,7 +13,7 @@ jobs: include: - stage: distribution env: CocoaPods - script: bundle exec pod spec lint ParseLiveQuery.podspec --quick + script: EXPANDED_CODE_SIGN_IDENTITY="-" EXPANDED_CODE_SIGN_IDENTITY_NAME="-" bundle exec pod lib lint --allow-warnings deploy: provider: script skip_cleanup: true diff --git a/publish.sh b/publish.sh index f5c2d589..e2f88f72 100755 --- a/publish.sh +++ b/publish.sh @@ -2,4 +2,4 @@ rvm use $(< .ruby-version) --install --binary --fuzzy gem install bundler bundle install -bundle exec pod trunk push ParseLiveQuery.podspec --allow-warnings +EXPANDED_CODE_SIGN_IDENTITY="-" EXPANDED_CODE_SIGN_IDENTITY_NAME="-" bundle exec pod trunk push ParseLiveQuery.podspec --allow-warnings