@exodus/react-native-screenshot-detector 1.0.0 → 1.1.0
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/RNScreenshotDetector.podspec +23 -0
- package/package.json +1 -1
- package/Example/.babelrc +0 -3
- package/Example/.buckconfig +0 -6
- package/Example/.flowconfig +0 -46
- package/Example/.gitattributes +0 -1
- package/Example/.watchmanconfig +0 -1
- package/Example/__tests__/index.android.js +0 -12
- package/Example/__tests__/index.ios.js +0 -12
- package/Example/android/app/BUCK +0 -66
- package/Example/android/app/build.gradle +0 -140
- package/Example/android/app/proguard-rules.pro +0 -66
- package/Example/android/app/src/main/AndroidManifest.xml +0 -32
- package/Example/android/app/src/main/java/com/example/MainActivity.java +0 -15
- package/Example/android/app/src/main/java/com/example/MainApplication.java +0 -46
- package/Example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/Example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/Example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/Example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/Example/android/app/src/main/res/values/strings.xml +0 -3
- package/Example/android/app/src/main/res/values/styles.xml +0 -8
- package/Example/android/build.gradle +0 -24
- package/Example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/Example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/Example/android/gradle.properties +0 -20
- package/Example/android/gradlew +0 -164
- package/Example/android/gradlew.bat +0 -90
- package/Example/android/keystores/BUCK +0 -8
- package/Example/android/keystores/debug.keystore.properties +0 -4
- package/Example/android/settings.gradle +0 -3
- package/Example/app.json +0 -4
- package/Example/index.android.js +0 -53
- package/Example/index.ios.js +0 -61
- package/Example/ios/Example/AppDelegate.h +0 -16
- package/Example/ios/Example/AppDelegate.m +0 -47
- package/Example/ios/Example/Base.lproj/LaunchScreen.xib +0 -42
- package/Example/ios/Example/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- package/Example/ios/Example/Info.plist +0 -57
- package/Example/ios/Example/main.m +0 -18
- package/Example/ios/Example-tvOS/Info.plist +0 -54
- package/Example/ios/Example-tvOSTests/Info.plist +0 -24
- package/Example/ios/Example.xcodeproj/project.pbxproj +0 -1328
- package/Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme +0 -129
- package/Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme +0 -129
- package/Example/ios/ExampleTests/ExampleTests.m +0 -70
- package/Example/ios/ExampleTests/Info.plist +0 -24
- package/Example/package.json +0 -23
|
@@ -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>
|