This repository was archived by the owner on Jun 13, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 132
Add watchOS and tvOS support #235
Merged
Merged
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2b027c1
add watchOS support to cocoapods
cbaker6 70dcec2
add cache to CI and bump version numbers
cbaker6 679a1e5
fix colon
cbaker6 a20ca9e
fix circle cache
cbaker6 73b54b5
current circle builds don't need bundle, no need to waste time with it
cbaker6 b5709a4
add back bundle install
cbaker6 3177b65
fix travis cache
cbaker6 6cbb1da
fix travis cache
cbaker6 49ae8a8
updates CI to 11.6
cbaker6 265b069
remove OS req in circle build. Update gems
cbaker6 75299a6
update travis
cbaker6 21d375b
update jazzy script
cbaker6 647389f
update travis
cbaker6 36ae812
latest working version of Jazzy. It won't build for jazzy >0.13.1
cbaker6 b9362d1
revert travis
cbaker6 f405228
add watchOS and tvOS targets
cbaker6 1fed8e1
add watchOS and tvOS to circle
cbaker6 9b09ef0
watchOS/tvOS devices on xcode 11
cbaker6 01f162e
no need to specify destination
cbaker6 d61bce3
Starscream can't be higher
cbaker6 4fbd3ab
Update ParseLiveQuery.podspec
cbaker6 5d2f801
Update pod spec to match min between dependencies and reduce warnings
cbaker6 2e65510
Update CHANGELOG.md
cbaker6 e458ecb
Update CHANGELOG.md
cbaker6 f4cef4d
Update CHANGELOG.md
cbaker6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.