react-native-pdf 6.3.0 → 6.6.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 (116) hide show
  1. package/README.md +59 -69
  2. package/android/.gradle/5.6.1/fileChanges/last-build.bin +0 -0
  3. package/android/.gradle/5.6.1/fileHashes/fileHashes.lock +0 -0
  4. package/android/.gradle/5.6.1/gc.properties +0 -0
  5. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  6. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  7. package/android/.gradle/vcs-1/gc.properties +0 -0
  8. package/android/build.gradle +3 -3
  9. package/android/src/main/java/org/wonday/pdf/PdfView.java +21 -2
  10. package/ios/RCTPdf/PdfManager.m +11 -1
  11. package/ios/RCTPdf/RCTPdfView.h +2 -0
  12. package/ios/RCTPdf/RCTPdfView.m +21 -5
  13. package/ios/RCTPdf/RCTPdfViewManager.m +1 -1
  14. package/ios/RCTPdf.xcodeproj/xcuserdata/wonday.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
  15. package/package.json +18 -6
  16. package/windows/RCTPdf/RCTPdfControl.xaml +0 -1
  17. package/windows/README.md +4 -8
  18. package/.babelrc +0 -3
  19. package/.github/workflows/windows-ci.yml +0 -39
  20. package/DoubleTapView.js +0 -126
  21. package/PdfManager.js +0 -31
  22. package/PdfPageView.js +0 -54
  23. package/PdfView.js +0 -416
  24. package/PdfViewFlatList.js +0 -31
  25. package/PinchZoomView.js +0 -126
  26. package/example/.eslintrc.js +0 -4
  27. package/example/PDFExample.js +0 -180
  28. package/example/__windows_tests__/TestPDF.js +0 -43
  29. package/example/android/app/BUCK +0 -55
  30. package/example/android/app/build.gradle +0 -210
  31. package/example/android/app/build_defs.bzl +0 -19
  32. package/example/android/app/proguard-rules.pro +0 -10
  33. package/example/android/app/src/debug/AndroidManifest.xml +0 -8
  34. package/example/android/app/src/main/AndroidManifest.xml +0 -26
  35. package/example/android/app/src/main/assets/test.pdf +0 -0
  36. package/example/android/app/src/main/java/com/pdfexample/MainActivity.java +0 -15
  37. package/example/android/app/src/main/java/com/pdfexample/MainApplication.java +0 -49
  38. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  39. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  40. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  41. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  42. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  43. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  44. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  45. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  46. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  47. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  48. package/example/android/app/src/main/res/values/strings.xml +0 -3
  49. package/example/android/app/src/main/res/values/styles.xml +0 -9
  50. package/example/android/build.gradle +0 -38
  51. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  52. package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  53. package/example/android/gradle.properties +0 -21
  54. package/example/android/gradlew +0 -188
  55. package/example/android/gradlew.bat +0 -100
  56. package/example/android/settings.gradle +0 -3
  57. package/example/app.json +0 -4
  58. package/example/babel.config.js +0 -3
  59. package/example/index.js +0 -9
  60. package/example/ios/PDFExample/AppDelegate.h +0 -15
  61. package/example/ios/PDFExample/AppDelegate.m +0 -42
  62. package/example/ios/PDFExample/Base.lproj/LaunchScreen.xib +0 -42
  63. package/example/ios/PDFExample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  64. package/example/ios/PDFExample/Images.xcassets/Contents.json +0 -6
  65. package/example/ios/PDFExample/Info.plist +0 -57
  66. package/example/ios/PDFExample/main.m +0 -16
  67. package/example/ios/PDFExample-tvOS/Info.plist +0 -53
  68. package/example/ios/PDFExample-tvOSTests/Info.plist +0 -24
  69. package/example/ios/PDFExample.xcodeproj/project.pbxproj +0 -923
  70. package/example/ios/PDFExample.xcodeproj/xcshareddata/xcschemes/PDFExample-tvOS.xcscheme +0 -129
  71. package/example/ios/PDFExample.xcodeproj/xcshareddata/xcschemes/PDFExample.xcscheme +0 -129
  72. package/example/ios/PDFExample.xcworkspace/contents.xcworkspacedata +0 -10
  73. package/example/ios/PDFExampleTests/Info.plist +0 -24
  74. package/example/ios/PDFExampleTests/PDFExampleTests.m +0 -68
  75. package/example/ios/Podfile +0 -47
  76. package/example/ios/Podfile.lock +0 -205
  77. package/example/jest-windows/driver.setup.js +0 -12
  78. package/example/jest-windows/jest.setup.js +0 -1
  79. package/example/jest.windows.config.js +0 -4
  80. package/example/metro.config.js +0 -29
  81. package/example/package.json +0 -48
  82. package/example/test.pdf +0 -0
  83. package/example/windows/PDFExample/App.cpp +0 -80
  84. package/example/windows/PDFExample/App.h +0 -20
  85. package/example/windows/PDFExample/App.idl +0 -3
  86. package/example/windows/PDFExample/App.xaml +0 -10
  87. package/example/windows/PDFExample/Assets/LockScreenLogo.scale-200.png +0 -0
  88. package/example/windows/PDFExample/Assets/SplashScreen.scale-200.png +0 -0
  89. package/example/windows/PDFExample/Assets/Square150x150Logo.scale-200.png +0 -0
  90. package/example/windows/PDFExample/Assets/Square44x44Logo.scale-200.png +0 -0
  91. package/example/windows/PDFExample/Assets/Square44x44Logo.targetsize-24_altform-unplated.png +0 -0
  92. package/example/windows/PDFExample/Assets/StoreLogo.png +0 -0
  93. package/example/windows/PDFExample/Assets/Wide310x150Logo.scale-200.png +0 -0
  94. package/example/windows/PDFExample/AutolinkedNativeModules.g.cpp +0 -18
  95. package/example/windows/PDFExample/AutolinkedNativeModules.g.h +0 -10
  96. package/example/windows/PDFExample/AutolinkedNativeModules.g.props +0 -6
  97. package/example/windows/PDFExample/AutolinkedNativeModules.g.targets +0 -10
  98. package/example/windows/PDFExample/MainPage.cpp +0 -24
  99. package/example/windows/PDFExample/MainPage.h +0 -21
  100. package/example/windows/PDFExample/MainPage.idl +0 -8
  101. package/example/windows/PDFExample/MainPage.xaml +0 -16
  102. package/example/windows/PDFExample/PDFExample.vcxproj +0 -205
  103. package/example/windows/PDFExample/PDFExample.vcxproj.filters +0 -64
  104. package/example/windows/PDFExample/PDFExample_TemporaryKey.pfx +0 -0
  105. package/example/windows/PDFExample/Package.appxmanifest +0 -52
  106. package/example/windows/PDFExample/PropertySheet.props +0 -16
  107. package/example/windows/PDFExample/ReactPackageProvider.cpp +0 -18
  108. package/example/windows/PDFExample/ReactPackageProvider.h +0 -15
  109. package/example/windows/PDFExample/packages.config +0 -5
  110. package/example/windows/PDFExample/pch.cpp +0 -1
  111. package/example/windows/PDFExample/pch.h +0 -29
  112. package/example/windows/PDFExample.sln +0 -264
  113. package/index.d.ts +0 -51
  114. package/index.js +0 -493
  115. package/index.js.flow +0 -63
  116. package/issue_template.md +0 -13
@@ -1,100 +0,0 @@
1
- @rem
2
- @rem Copyright 2015 the original author or authors.
3
- @rem
4
- @rem Licensed under the Apache License, Version 2.0 (the "License");
5
- @rem you may not use this file except in compliance with the License.
6
- @rem You may obtain a copy of the License at
7
- @rem
8
- @rem http://www.apache.org/licenses/LICENSE-2.0
9
- @rem
10
- @rem Unless required by applicable law or agreed to in writing, software
11
- @rem distributed under the License is distributed on an "AS IS" BASIS,
12
- @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- @rem See the License for the specific language governing permissions and
14
- @rem limitations under the License.
15
- @rem
16
-
17
- @if "%DEBUG%" == "" @echo off
18
- @rem ##########################################################################
19
- @rem
20
- @rem Gradle startup script for Windows
21
- @rem
22
- @rem ##########################################################################
23
-
24
- @rem Set local scope for the variables with windows NT shell
25
- if "%OS%"=="Windows_NT" setlocal
26
-
27
- set DIRNAME=%~dp0
28
- if "%DIRNAME%" == "" set DIRNAME=.
29
- set APP_BASE_NAME=%~n0
30
- set APP_HOME=%DIRNAME%
31
-
32
- @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
33
- set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
34
-
35
- @rem Find java.exe
36
- if defined JAVA_HOME goto findJavaFromJavaHome
37
-
38
- set JAVA_EXE=java.exe
39
- %JAVA_EXE% -version >NUL 2>&1
40
- if "%ERRORLEVEL%" == "0" goto init
41
-
42
- echo.
43
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
44
- echo.
45
- echo Please set the JAVA_HOME variable in your environment to match the
46
- echo location of your Java installation.
47
-
48
- goto fail
49
-
50
- :findJavaFromJavaHome
51
- set JAVA_HOME=%JAVA_HOME:"=%
52
- set JAVA_EXE=%JAVA_HOME%/bin/java.exe
53
-
54
- if exist "%JAVA_EXE%" goto init
55
-
56
- echo.
57
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
58
- echo.
59
- echo Please set the JAVA_HOME variable in your environment to match the
60
- echo location of your Java installation.
61
-
62
- goto fail
63
-
64
- :init
65
- @rem Get command-line arguments, handling Windows variants
66
-
67
- if not "%OS%" == "Windows_NT" goto win9xME_args
68
-
69
- :win9xME_args
70
- @rem Slurp the command line arguments.
71
- set CMD_LINE_ARGS=
72
- set _SKIP=2
73
-
74
- :win9xME_args_slurp
75
- if "x%~1" == "x" goto execute
76
-
77
- set CMD_LINE_ARGS=%*
78
-
79
- :execute
80
- @rem Setup the command line
81
-
82
- set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
83
-
84
- @rem Execute Gradle
85
- "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
86
-
87
- :end
88
- @rem End local scope for the variables with windows NT shell
89
- if "%ERRORLEVEL%"=="0" goto mainEnd
90
-
91
- :fail
92
- rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
93
- rem the _cmd.exe /c_ return code!
94
- if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
95
- exit /b 1
96
-
97
- :mainEnd
98
- if "%OS%"=="Windows_NT" endlocal
99
-
100
- :omega
@@ -1,3 +0,0 @@
1
- rootProject.name = 'PDFExample'
2
- apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
3
- include ':app'
package/example/app.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "name": "PDFExample",
3
- "displayName": "PDFExample"
4
- }
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- presets: ['module:metro-react-native-babel-preset'],
3
- };
package/example/index.js DELETED
@@ -1,9 +0,0 @@
1
- /**
2
- * @format
3
- */
4
-
5
- import {AppRegistry} from 'react-native';
6
- import PDFExample from './PDFExample';
7
- import {name as appName} from './app.json';
8
-
9
- AppRegistry.registerComponent(appName, () => PDFExample);
@@ -1,15 +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 <React/RCTBridgeDelegate.h>
9
- #import <UIKit/UIKit.h>
10
-
11
- @interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
12
-
13
- @property (nonatomic, strong) UIWindow *window;
14
-
15
- @end
@@ -1,42 +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 "AppDelegate.h"
9
-
10
- #import <React/RCTBridge.h>
11
- #import <React/RCTBundleURLProvider.h>
12
- #import <React/RCTRootView.h>
13
-
14
- @implementation AppDelegate
15
-
16
- - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
17
- {
18
- RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
19
- RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
20
- moduleName:@"PDFExample"
21
- initialProperties:nil];
22
-
23
- rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
24
-
25
- self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
26
- UIViewController *rootViewController = [UIViewController new];
27
- rootViewController.view = rootView;
28
- self.window.rootViewController = rootViewController;
29
- [self.window makeKeyAndVisible];
30
- return YES;
31
- }
32
-
33
- - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
34
- {
35
- #if DEBUG
36
- return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
37
- #else
38
- return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
39
- #endif
40
- }
41
-
42
- @end
@@ -1,42 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
3
- <dependencies>
4
- <deployment identifier="iOS"/>
5
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
6
- <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
7
- </dependencies>
8
- <objects>
9
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
10
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
11
- <view contentMode="scaleToFill" id="iN0-l3-epB">
12
- <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
13
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
14
- <subviews>
15
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Powered by React Native" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
16
- <rect key="frame" x="20" y="439" width="441" height="21"/>
17
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
18
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
19
- <nil key="highlightedColor"/>
20
- </label>
21
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="PDFExample" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
22
- <rect key="frame" x="20" y="140" width="441" height="43"/>
23
- <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
24
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
25
- <nil key="highlightedColor"/>
26
- </label>
27
- </subviews>
28
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
29
- <constraints>
30
- <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
31
- <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
32
- <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
33
- <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
34
- <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
35
- <constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
36
- </constraints>
37
- <nil key="simulatedStatusBarMetrics"/>
38
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
39
- <point key="canvasLocation" x="548" y="455"/>
40
- </view>
41
- </objects>
42
- </document>
@@ -1,38 +0,0 @@
1
- {
2
- "images" : [
3
- {
4
- "idiom" : "iphone",
5
- "size" : "29x29",
6
- "scale" : "2x"
7
- },
8
- {
9
- "idiom" : "iphone",
10
- "size" : "29x29",
11
- "scale" : "3x"
12
- },
13
- {
14
- "idiom" : "iphone",
15
- "size" : "40x40",
16
- "scale" : "2x"
17
- },
18
- {
19
- "idiom" : "iphone",
20
- "size" : "40x40",
21
- "scale" : "3x"
22
- },
23
- {
24
- "idiom" : "iphone",
25
- "size" : "60x60",
26
- "scale" : "2x"
27
- },
28
- {
29
- "idiom" : "iphone",
30
- "size" : "60x60",
31
- "scale" : "3x"
32
- }
33
- ],
34
- "info" : {
35
- "version" : 1,
36
- "author" : "xcode"
37
- }
38
- }
@@ -1,6 +0,0 @@
1
- {
2
- "info" : {
3
- "version" : 1,
4
- "author" : "xcode"
5
- }
6
- }
@@ -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>PDFExample</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>