This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add watchOS support to cocoapods * add cache to CI and bump version numbers * fix colon * fix circle cache * current circle builds don't need bundle, no need to waste time with it * add back bundle install * fix travis cache * fix travis cache * updates CI to 11.6 * remove OS req in circle build. Update gems * update travis * update jazzy script * update travis * latest working version of Jazzy. It won't build for jazzy >0.13.1 * revert travis * add watchOS and tvOS targets * add watchOS and tvOS to circle * watchOS/tvOS devices on xcode 11 * no need to specify destination * Starscream can't be higher Higher versions of Starscream will cause breaking change * Update ParseLiveQuery.podspec * Update pod spec to match min between dependencies and reduce warnings * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Tom Fox <[email protected]> Co-authored-by: Tom Fox <[email protected]>
- Loading branch information
Showing
18 changed files
with
732 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,41 @@ | ||
language: objective-c | ||
os: osx | ||
osx_image: xcode11.2 | ||
osx_image: xcode11.6 | ||
branches: | ||
only: | ||
- master | ||
- /^v?[0-9]+\.[0-9]+\.[0-9]+(-.*)?$/ | ||
cache: | ||
- cocoapods | ||
directories: | ||
- vendor/bundle | ||
|
||
install: | ||
- bundle install | ||
- bundle config set path 'vendor/bundle' | ||
- travis_wait bundle install | ||
|
||
jobs: | ||
include: | ||
- stage: release | ||
env: CocoaPods | ||
script: bundle exec pod lib lint --allow-warnings | ||
script: | ||
- bundle exec pod setup | ||
- travis_wait bundle exec pod lib lint --allow-warnings | ||
deploy: | ||
provider: script | ||
cleanup: false | ||
script: bundle exec pod trunk push ParseLiveQuery.podspec --allow-warnings | ||
skip_cleanup: true | ||
script: travis_wait bundle exec pod trunk push ParseLiveQuery.podspec --allow-warnings | ||
on: | ||
tags: true | ||
all_branches: true | ||
- stage: release | ||
env: Docs | ||
script: bundle exec jazzy | ||
script: | ||
- ./jazzy.sh | ||
deploy: | ||
provider: pages | ||
cleanup: false | ||
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard | ||
local_dir: docs/ | ||
skip_cleanup: true | ||
github_token: $GITHUB_TOKEN | ||
local_dir: ./docs/ | ||
on: | ||
tags: true | ||
all_branches: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "BoltsFramework/Bolts-Swift" >= 1.5.0 | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" >= 1.19.0 | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" >= 1.19.1 | ||
github "daltoniam/Starscream" == 3.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
github "BoltsFramework/Bolts-ObjC" "1.9.1" | ||
github "BoltsFramework/Bolts-Swift" "1.5.0" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.19.0" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.19.1" | ||
github "daltoniam/Starscream" "3.1.1" | ||
github "facebook/facebook-objc-sdk" "v6.5.2" |
Submodule Parse-SDK-iOS-OSX
updated
from 931684 to 9d1b95
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'jazzy', '~> 0.11.1' | ||
gem 'xcpretty' | ||
gem 'cocoapods', '~> 1.8.4' | ||
gem 'jazzy', '0.13.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.