@mux/mux-data-react-native-video 0.5.7 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +5 -2
- package/.eslintrc +0 -9
- package/DemoApp/.buckconfig +0 -6
- package/DemoApp/.eslintrc.js +0 -4
- package/DemoApp/.flowconfig +0 -75
- package/DemoApp/.gitattributes +0 -1
- package/DemoApp/.prettierrc.js +0 -6
- package/DemoApp/.watchmanconfig +0 -1
- package/DemoApp/App.js +0 -121
- package/DemoApp/README.md +0 -17
- package/DemoApp/__tests__/App-test.js +0 -14
- package/DemoApp/android/app/BUCK +0 -55
- package/DemoApp/android/app/build.gradle +0 -201
- package/DemoApp/android/app/build_defs.bzl +0 -19
- package/DemoApp/android/app/debug.keystore +0 -0
- package/DemoApp/android/app/proguard-rules.pro +0 -10
- package/DemoApp/android/app/src/debug/AndroidManifest.xml +0 -8
- package/DemoApp/android/app/src/main/AndroidManifest.xml +0 -26
- package/DemoApp/android/app/src/main/java/com/demoapp/MainActivity.java +0 -15
- package/DemoApp/android/app/src/main/java/com/demoapp/MainApplication.java +0 -74
- package/DemoApp/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/values/strings.xml +0 -3
- package/DemoApp/android/app/src/main/res/values/styles.xml +0 -9
- package/DemoApp/android/build.gradle +0 -38
- package/DemoApp/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/DemoApp/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/DemoApp/android/gradle.properties +0 -21
- package/DemoApp/android/gradlew +0 -188
- package/DemoApp/android/gradlew.bat +0 -100
- package/DemoApp/android/settings.gradle +0 -3
- package/DemoApp/app.json +0 -4
- package/DemoApp/babel.config.js +0 -3
- package/DemoApp/index.js +0 -9
- package/DemoApp/ios/DemoApp/AppDelegate.h +0 -15
- package/DemoApp/ios/DemoApp/AppDelegate.m +0 -42
- package/DemoApp/ios/DemoApp/Base.lproj/LaunchScreen.xib +0 -42
- package/DemoApp/ios/DemoApp/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- package/DemoApp/ios/DemoApp/Images.xcassets/Contents.json +0 -6
- package/DemoApp/ios/DemoApp/Info.plist +0 -57
- package/DemoApp/ios/DemoApp/main.m +0 -16
- package/DemoApp/ios/DemoApp-tvOS/Info.plist +0 -53
- package/DemoApp/ios/DemoApp-tvOSTests/Info.plist +0 -24
- package/DemoApp/ios/DemoApp.xcodeproj/project.pbxproj +0 -942
- package/DemoApp/ios/DemoApp.xcodeproj/xcshareddata/xcschemes/DemoApp-tvOS.xcscheme +0 -129
- package/DemoApp/ios/DemoApp.xcodeproj/xcshareddata/xcschemes/DemoApp.xcscheme +0 -129
- package/DemoApp/ios/DemoApp.xcworkspace/contents.xcworkspacedata +0 -10
- package/DemoApp/ios/DemoAppTests/DemoAppTests.m +0 -72
- package/DemoApp/ios/DemoAppTests/Info.plist +0 -24
- package/DemoApp/ios/Podfile +0 -59
- package/DemoApp/ios/Podfile.lock +0 -429
- package/DemoApp/metro.config.js +0 -17
- package/DemoApp/package.json +0 -32
- package/DemoApp/yarn.lock +0 -7143
- package/README_INTERNAL.md +0 -11
- package/mux-react-native-video-sdk.podspec +0 -19
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>en</string>
|
|
7
|
-
<key>CFBundleDisplayName</key>
|
|
8
|
-
<string>DemoApp</string>
|
|
9
|
-
<key>CFBundleExecutable</key>
|
|
10
|
-
<string>$(EXECUTABLE_NAME)</string>
|
|
11
|
-
<key>CFBundleIdentifier</key>
|
|
12
|
-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
13
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
-
<string>6.0</string>
|
|
15
|
-
<key>CFBundleName</key>
|
|
16
|
-
<string>$(PRODUCT_NAME)</string>
|
|
17
|
-
<key>CFBundlePackageType</key>
|
|
18
|
-
<string>APPL</string>
|
|
19
|
-
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>1.0</string>
|
|
21
|
-
<key>CFBundleSignature</key>
|
|
22
|
-
<string>????</string>
|
|
23
|
-
<key>CFBundleVersion</key>
|
|
24
|
-
<string>1</string>
|
|
25
|
-
<key>LSRequiresIPhoneOS</key>
|
|
26
|
-
<true/>
|
|
27
|
-
<key>NSAppTransportSecurity</key>
|
|
28
|
-
<dict>
|
|
29
|
-
<key>NSAllowsArbitraryLoads</key>
|
|
30
|
-
<true/>
|
|
31
|
-
<key>NSExceptionDomains</key>
|
|
32
|
-
<dict>
|
|
33
|
-
<key>localhost</key>
|
|
34
|
-
<dict>
|
|
35
|
-
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
36
|
-
<true/>
|
|
37
|
-
</dict>
|
|
38
|
-
</dict>
|
|
39
|
-
</dict>
|
|
40
|
-
<key>NSLocationWhenInUseUsageDescription</key>
|
|
41
|
-
<string></string>
|
|
42
|
-
<key>UILaunchStoryboardName</key>
|
|
43
|
-
<string>LaunchScreen</string>
|
|
44
|
-
<key>UIRequiredDeviceCapabilities</key>
|
|
45
|
-
<array>
|
|
46
|
-
<string>armv7</string>
|
|
47
|
-
</array>
|
|
48
|
-
<key>UISupportedInterfaceOrientations</key>
|
|
49
|
-
<array>
|
|
50
|
-
<string>UIInterfaceOrientationPortrait</string>
|
|
51
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
52
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
53
|
-
</array>
|
|
54
|
-
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
55
|
-
<false/>
|
|
56
|
-
</dict>
|
|
57
|
-
</plist>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the MIT license found in the
|
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
#import <UIKit/UIKit.h>
|
|
9
|
-
|
|
10
|
-
#import "AppDelegate.h"
|
|
11
|
-
|
|
12
|
-
int main(int argc, char * argv[]) {
|
|
13
|
-
@autoreleasepool {
|
|
14
|
-
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>en</string>
|
|
7
|
-
<key>CFBundleExecutable</key>
|
|
8
|
-
<string>$(EXECUTABLE_NAME)</string>
|
|
9
|
-
<key>CFBundleIdentifier</key>
|
|
10
|
-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
11
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
-
<string>6.0</string>
|
|
13
|
-
<key>CFBundleName</key>
|
|
14
|
-
<string>$(PRODUCT_NAME)</string>
|
|
15
|
-
<key>CFBundlePackageType</key>
|
|
16
|
-
<string>APPL</string>
|
|
17
|
-
<key>CFBundleShortVersionString</key>
|
|
18
|
-
<string>1.0</string>
|
|
19
|
-
<key>CFBundleSignature</key>
|
|
20
|
-
<string>????</string>
|
|
21
|
-
<key>CFBundleVersion</key>
|
|
22
|
-
<string>1</string>
|
|
23
|
-
<key>LSRequiresIPhoneOS</key>
|
|
24
|
-
<true/>
|
|
25
|
-
<key>NSAppTransportSecurity</key>
|
|
26
|
-
<dict>
|
|
27
|
-
<key>NSExceptionDomains</key>
|
|
28
|
-
<dict>
|
|
29
|
-
<key>localhost</key>
|
|
30
|
-
<dict>
|
|
31
|
-
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
32
|
-
<true/>
|
|
33
|
-
</dict>
|
|
34
|
-
</dict>
|
|
35
|
-
</dict>
|
|
36
|
-
<key>NSLocationWhenInUseUsageDescription</key>
|
|
37
|
-
<string></string>
|
|
38
|
-
<key>UILaunchStoryboardName</key>
|
|
39
|
-
<string>LaunchScreen</string>
|
|
40
|
-
<key>UIRequiredDeviceCapabilities</key>
|
|
41
|
-
<array>
|
|
42
|
-
<string>armv7</string>
|
|
43
|
-
</array>
|
|
44
|
-
<key>UISupportedInterfaceOrientations</key>
|
|
45
|
-
<array>
|
|
46
|
-
<string>UIInterfaceOrientationPortrait</string>
|
|
47
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
48
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
49
|
-
</array>
|
|
50
|
-
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
51
|
-
<false/>
|
|
52
|
-
</dict>
|
|
53
|
-
</plist>
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>en</string>
|
|
7
|
-
<key>CFBundleExecutable</key>
|
|
8
|
-
<string>$(EXECUTABLE_NAME)</string>
|
|
9
|
-
<key>CFBundleIdentifier</key>
|
|
10
|
-
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
|
|
11
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
-
<string>6.0</string>
|
|
13
|
-
<key>CFBundleName</key>
|
|
14
|
-
<string>$(PRODUCT_NAME)</string>
|
|
15
|
-
<key>CFBundlePackageType</key>
|
|
16
|
-
<string>BNDL</string>
|
|
17
|
-
<key>CFBundleShortVersionString</key>
|
|
18
|
-
<string>1.0</string>
|
|
19
|
-
<key>CFBundleSignature</key>
|
|
20
|
-
<string>????</string>
|
|
21
|
-
<key>CFBundleVersion</key>
|
|
22
|
-
<string>1</string>
|
|
23
|
-
</dict>
|
|
24
|
-
</plist>
|