@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.
Files changed (47) hide show
  1. package/RNScreenshotDetector.podspec +23 -0
  2. package/package.json +1 -1
  3. package/Example/.babelrc +0 -3
  4. package/Example/.buckconfig +0 -6
  5. package/Example/.flowconfig +0 -46
  6. package/Example/.gitattributes +0 -1
  7. package/Example/.watchmanconfig +0 -1
  8. package/Example/__tests__/index.android.js +0 -12
  9. package/Example/__tests__/index.ios.js +0 -12
  10. package/Example/android/app/BUCK +0 -66
  11. package/Example/android/app/build.gradle +0 -140
  12. package/Example/android/app/proguard-rules.pro +0 -66
  13. package/Example/android/app/src/main/AndroidManifest.xml +0 -32
  14. package/Example/android/app/src/main/java/com/example/MainActivity.java +0 -15
  15. package/Example/android/app/src/main/java/com/example/MainApplication.java +0 -46
  16. package/Example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  17. package/Example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  18. package/Example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  19. package/Example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  20. package/Example/android/app/src/main/res/values/strings.xml +0 -3
  21. package/Example/android/app/src/main/res/values/styles.xml +0 -8
  22. package/Example/android/build.gradle +0 -24
  23. package/Example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  24. package/Example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  25. package/Example/android/gradle.properties +0 -20
  26. package/Example/android/gradlew +0 -164
  27. package/Example/android/gradlew.bat +0 -90
  28. package/Example/android/keystores/BUCK +0 -8
  29. package/Example/android/keystores/debug.keystore.properties +0 -4
  30. package/Example/android/settings.gradle +0 -3
  31. package/Example/app.json +0 -4
  32. package/Example/index.android.js +0 -53
  33. package/Example/index.ios.js +0 -61
  34. package/Example/ios/Example/AppDelegate.h +0 -16
  35. package/Example/ios/Example/AppDelegate.m +0 -47
  36. package/Example/ios/Example/Base.lproj/LaunchScreen.xib +0 -42
  37. package/Example/ios/Example/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  38. package/Example/ios/Example/Info.plist +0 -57
  39. package/Example/ios/Example/main.m +0 -18
  40. package/Example/ios/Example-tvOS/Info.plist +0 -54
  41. package/Example/ios/Example-tvOSTests/Info.plist +0 -24
  42. package/Example/ios/Example.xcodeproj/project.pbxproj +0 -1328
  43. package/Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme +0 -129
  44. package/Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme +0 -129
  45. package/Example/ios/ExampleTests/ExampleTests.m +0 -70
  46. package/Example/ios/ExampleTests/Info.plist +0 -24
  47. 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>