-
-
Notifications
You must be signed in to change notification settings - Fork 877
fix: compilation errors with Xcode 13 #1619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mtrezza
merged 28 commits into
parse-community:master
from
julianvogels:bugfix/ios-15-use-of-undeclared-identifier
Nov 12, 2021
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
24fed03
Fix issue where Xcode 13 beta 5 was not able to compile for iOS 15
ec658c4
Disambiguates configuration property in PFActionButton
drdaz 55b18e6
Fixes refs for ParseUI tests
drdaz 2a3cff7
Updates macos versions for CI
drdaz 7c1e63f
Fixes FBSDK dependency in ParseUI ParseFacebookUtils
drdaz 3ad5733
Updates CI Xcode versions
drdaz 642c55b
Updates FB SDK version to 11.0.1
drdaz 1d1596f
Refer FBSDK using XCFrameworks
drdaz c16d5f0
CircleCI -> Xcode 13 image
drdaz 7842c3f
CircleCI -> Xcode 13 take 2
drdaz 4b609d5
CircleCI -> Xcode 13 take 3
drdaz 69052bc
Fixes failing iOS test
drdaz 83477e5
Fixes issue with tvOS build & deps
drdaz 28ab8f4
Removes SPM ref
drdaz b8bdbe2
Allows som 'randomly' failing tests to fail without blocking
drdaz 1d77824
Allows another janky test to fail
drdaz 62ad57c
+1 to the janky-list
drdaz ea20dda
+1
drdaz 72424d1
Replaces OCMock in ObjectOfflineTests with simple test object
drdaz 54b0518
Fixes Cocoapods
drdaz cb70267
Fixes Facebook Utils tests
drdaz 4ca7bc4
Removes dependency on macOS tests passing for a few tests
drdaz 9ccb3b9
CI OS and Xcode version updates
drdaz 4813c3e
Update to FBSDK 12.1.0
drdaz 3be16ae
Revert "Update to FBSDK 12.1.0"
drdaz 91b3868
CircleCI --> Xcode 13.1
drdaz dca1a13
CI adjustments
drdaz d6b6cd7
Merge branch 'master' into bugfix/ios-15-use-of-undeclared-identifier
mtrezza 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 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
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,2 +1,2 @@ | ||
github "BoltsFramework/Bolts-ObjC" ~> 1.9.1 | ||
github "facebook/facebook-ios-sdk" | ||
github "facebook/facebook-ios-sdk" == 11.0.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,2 +1,2 @@ | ||
github "BoltsFramework/Bolts-ObjC" "1.9.1" | ||
github "facebook/facebook-ios-sdk" "v9.0.0" | ||
github "facebook/facebook-ios-sdk" "v11.0.1" |
Submodule facebook-ios-sdk
added at
8c6eea
Submodule facebook-objc-sdk
deleted from
cdb8c7
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
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
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.