-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to Xcode 15 ## Summary We want to make Texture build with recent tools like Xcode 15. Part of this is bumping the minimum supported OS to iOS 14. I only removed the dead code (i.e. code gated on versions older than iOS 14). There are still some warnings about outdated APIs in use, but they are non-trivial changes to fix. ## Test plan Run all the examples. Run all the unit tests and make them pass. * Use Xcode 15.3 so we have 17.4 simulators * Fixing an asset catalog compiler error when building against iPhone SE * Fix a couple of file extensions for assets A couple of PNGs were marked as JPGs
- Loading branch information
1 parent
923901a
commit e9bd484
Showing
168 changed files
with
1,359 additions
and
1,004 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 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 @@ | ||
3.3.0 |
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
2 changes: 1 addition & 1 deletion
2
AsyncDisplayKit.xcodeproj/xcshareddata/xcschemes/AsyncDisplayKit.xcscheme
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,2 +1,2 @@ | ||
github "pinterest/PINRemoteImage" "3.0.0-beta.14" | ||
github "pinterest/PINCache" "3.0.1-beta.7" | ||
github "pinterest/PINRemoteImage" "3.0.4" | ||
github "pinterest/PINCache" "3.0.4" |
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,4 +1,3 @@ | ||
git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0" | ||
github "pinterest/PINCache" "3.0.1-beta.7" | ||
github "pinterest/PINOperation" "1.1.2" | ||
github "pinterest/PINRemoteImage" "3.0.0-beta.14" | ||
github "pinterest/PINCache" "3.0.4" | ||
github "pinterest/PINOperation" "1.2.3" | ||
github "pinterest/PINRemoteImage" "3.0.4" |
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,9 +1,9 @@ | ||
source 'https://cdn.cocoapods.org/' | ||
platform :ios, '9.0' | ||
platform :ios, '14.0' | ||
|
||
target :'AsyncDisplayKitTests' do | ||
platform :ios, '10.0' | ||
platform :ios, '14.0' | ||
use_frameworks! | ||
pod 'OCMock', '~>3.6' | ||
pod 'iOSSnapshotTestCase/Core', '~> 6.2' | ||
pod 'OCMock', '~>3.9' | ||
pod 'iOSSnapshotTestCase/Core', '~> 8.0' | ||
end |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.