From 1ab1a3e6c0ccd07afaf6e118d9fc8cc6bbb00146 Mon Sep 17 00:00:00 2001 From: Steffen Matthischke Date: Sat, 26 Jan 2019 13:50:03 +0100 Subject: [PATCH 1/3] [TravisCI] upgrade to Xcode 10.1, run a complete pod lib lint, add a workaround for Cocoapods < 1.6.0 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From eae6b14ef96fd07f295c9e7186b455505f206e4e Mon Sep 17 00:00:00 2001 From: Steffen Matthischke Date: Sat, 26 Jan 2019 18:33:15 +0100 Subject: [PATCH 2/3] publish.sh: add workaround for CocoaPods < 1.6.0 --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 04989c7790f419b29fc1b2bc89831e8bd5feee9e Mon Sep 17 00:00:00 2001 From: Steffen Matthischke Date: Sat, 26 Jan 2019 18:51:52 +0100 Subject: [PATCH 3/3] [CircleCI] remove redundant pod spec lint --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) 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: