-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update to OT 2.24.0 * update podspec
- Loading branch information
Showing
11 changed files
with
269 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ name: CI | |
|
||
on: | ||
push: | ||
branches: [ master ] | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ master ] | ||
branches: [ main ] | ||
|
||
jobs: | ||
lint: | ||
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Setup Xcode version | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '11.6' | ||
xcode-version: '14.1' | ||
- name: Lint Podspec | ||
run: pod lib lint --use-libraries --allow-warnings --verbose | ||
|
||
|
@@ -26,7 +26,7 @@ jobs: | |
strategy: | ||
matrix: | ||
scheme: [OTAcceleratorCore, OTAnnotationSample, OTTextChatSample] | ||
destination: ['platform=iOS Simulator,name=iPhone 6s,OS=12.4', 'platform=iOS Simulator,name=iPhone 11,OS=13.6'] | ||
destination: ['platform=iOS Simulator,name=iPhone 14,OS=16.1'] | ||
|
||
steps: | ||
- name: Checkout | ||
|
@@ -41,11 +41,7 @@ jobs: | |
- name: Setup Xcode version | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '11.6' | ||
- name: Prepare iOS 12 simulator | ||
run: | | ||
sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes | ||
sudo ln -s /Applications/Xcode_10.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 12.4.simruntime | ||
xcode-version: '14.1' | ||
- name: Cocoapods | ||
run: pod update | ||
- name: Test ${{ matrix.scheme }} | ||
|
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 |
---|---|---|
|
@@ -59,3 +59,4 @@ fastlane/screenshots | |
|
||
OTAcceleratorCore.xcworkspace | ||
iOSInjectionProject/ | ||
.DS_Store |
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
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
OTAcceleratorCore.xcodeproj/xcshareddata/xcschemes/OTAcceleratorCore.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
2 changes: 1 addition & 1 deletion
2
OTAcceleratorCore.xcodeproj/xcshareddata/xcschemes/OTAcceleratorCoreTests.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
2 changes: 1 addition & 1 deletion
2
OTAcceleratorCore.xcodeproj/xcshareddata/xcschemes/OTAcceleratorCoreUITests.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 |
---|---|---|
|
@@ -356,5 +356,4 @@ - (void) consumeFrame:(CGImageRef)frame { | |
CVPixelBufferUnlockBaseAddress(ref, 0); | ||
} | ||
|
||
|
||
@end |
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