This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update build numbers for ios/tvos test apps
- Loading branch information
1 parent
c679de1
commit c373dc3
Showing
9 changed files
with
105 additions
and
17 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
Binary file modified
BIN
-364 Bytes
(99%)
.../MobileFFmpegTest.xcworkspace/xcuserdata/taner.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
ios/test-app/pods-with-tooltips/MobileFFmpegTest/MobileFFmpegTest.entitlements
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,12 @@ | ||
<?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>com.apple.security.app-sandbox</key> | ||
<true/> | ||
<key>com.apple.security.device.camera</key> | ||
<true/> | ||
<key>com.apple.security.network.client</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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,8 +1,8 @@ | ||
platform :ios, '9.3' | ||
platform :ios, '11.0' | ||
|
||
use_frameworks! | ||
|
||
target "MobileFFmpegTest" do | ||
pod 'mobile-ffmpeg-full', '4.3.1.LTS' | ||
pod 'mobile-ffmpeg-full', '4.3.2' | ||
pod 'NMEasyTipView', '~> 1.2' | ||
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
Binary file modified
BIN
+508 Bytes
(100%)
.../MobileFFmpegTest.xcworkspace/xcuserdata/taner.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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,16 +1,16 @@ | ||
PODS: | ||
- mobile-ffmpeg-tvos-min (4.3.1.LTS) | ||
- mobile-ffmpeg-tvos-min (4.3.2) | ||
|
||
DEPENDENCIES: | ||
- mobile-ffmpeg-tvos-min (= 4.3.1.LTS) | ||
- mobile-ffmpeg-tvos-min (= 4.3.2) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- mobile-ffmpeg-tvos-min | ||
|
||
SPEC CHECKSUMS: | ||
mobile-ffmpeg-tvos-min: 00db7d94645c8d08afdc7d7c752c9fb2707ce930 | ||
mobile-ffmpeg-tvos-min: 72b759a621b8dcc416d1ce084f03ae92fc372f51 | ||
|
||
PODFILE CHECKSUM: 1ddd068a72ae4706924a78e7f1f47d508f3eb2e7 | ||
PODFILE CHECKSUM: 336efdd780bafc044dda85fe9063f23d6b5181f5 | ||
|
||
COCOAPODS: 1.8.4 | ||
COCOAPODS: 1.9.1 |