react-native-pdf 6.2.2 → 6.5.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 (91) hide show
  1. package/PdfManager.js +6 -11
  2. package/PinchZoomView.js +1 -1
  3. package/README.md +120 -94
  4. package/android/.gradle/5.6.1/fileChanges/last-build.bin +0 -0
  5. package/android/.gradle/5.6.1/fileHashes/fileHashes.lock +0 -0
  6. package/android/.gradle/5.6.1/gc.properties +0 -0
  7. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  8. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  9. package/android/.gradle/vcs-1/gc.properties +0 -0
  10. package/android/build.gradle +3 -3
  11. package/android/src/main/java/org/wonday/pdf/PdfView.java +21 -2
  12. package/index.d.ts +13 -3
  13. package/index.js +25 -37
  14. package/index.js.flow +3 -3
  15. package/ios/RCTPdf/RCTPdfView.h +2 -0
  16. package/ios/RCTPdf/RCTPdfView.m +111 -94
  17. package/ios/RCTPdf/RCTPdfViewManager.m +1 -1
  18. package/ios/RCTPdf.xcodeproj/xcuserdata/wonday.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
  19. package/package.json +21 -6
  20. package/windows/RCTPdf/PropertySheet.props +16 -0
  21. package/windows/RCTPdf/RCTPdf.def +3 -0
  22. package/windows/RCTPdf/RCTPdf.vcxproj +180 -0
  23. package/windows/RCTPdf/RCTPdf.vcxproj.filters +38 -0
  24. package/windows/RCTPdf/RCTPdfControl.cpp +667 -0
  25. package/windows/RCTPdf/RCTPdfControl.h +119 -0
  26. package/windows/RCTPdf/RCTPdfControl.idl +10 -0
  27. package/windows/RCTPdf/RCTPdfControl.xaml +33 -0
  28. package/windows/RCTPdf/RCTPdfViewManager.cpp +69 -0
  29. package/windows/RCTPdf/RCTPdfViewManager.h +51 -0
  30. package/windows/RCTPdf/ReactPackageProvider.cpp +15 -0
  31. package/windows/RCTPdf/ReactPackageProvider.h +16 -0
  32. package/windows/RCTPdf/ReactPackageProvider.idl +9 -0
  33. package/windows/RCTPdf/packages.config +4 -0
  34. package/windows/RCTPdf/pch.cpp +1 -0
  35. package/windows/RCTPdf/pch.h +29 -0
  36. package/windows/README.md +21 -0
  37. package/.babelrc +0 -3
  38. package/example/.eslintrc.js +0 -4
  39. package/example/PDFExample.js +0 -176
  40. package/example/android/app/BUCK +0 -55
  41. package/example/android/app/build.gradle +0 -210
  42. package/example/android/app/build_defs.bzl +0 -19
  43. package/example/android/app/proguard-rules.pro +0 -10
  44. package/example/android/app/src/debug/AndroidManifest.xml +0 -8
  45. package/example/android/app/src/main/AndroidManifest.xml +0 -26
  46. package/example/android/app/src/main/assets/test.pdf +0 -0
  47. package/example/android/app/src/main/java/com/pdfexample/MainActivity.java +0 -15
  48. package/example/android/app/src/main/java/com/pdfexample/MainApplication.java +0 -49
  49. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  50. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  51. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  52. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  53. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  54. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  55. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  56. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  57. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  58. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  59. package/example/android/app/src/main/res/values/strings.xml +0 -3
  60. package/example/android/app/src/main/res/values/styles.xml +0 -9
  61. package/example/android/build.gradle +0 -38
  62. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  63. package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  64. package/example/android/gradle.properties +0 -21
  65. package/example/android/gradlew +0 -188
  66. package/example/android/gradlew.bat +0 -100
  67. package/example/android/settings.gradle +0 -3
  68. package/example/app.json +0 -4
  69. package/example/babel.config.js +0 -3
  70. package/example/index.js +0 -9
  71. package/example/ios/PDFExample/AppDelegate.h +0 -15
  72. package/example/ios/PDFExample/AppDelegate.m +0 -42
  73. package/example/ios/PDFExample/Base.lproj/LaunchScreen.xib +0 -42
  74. package/example/ios/PDFExample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  75. package/example/ios/PDFExample/Images.xcassets/Contents.json +0 -6
  76. package/example/ios/PDFExample/Info.plist +0 -57
  77. package/example/ios/PDFExample/main.m +0 -16
  78. package/example/ios/PDFExample-tvOS/Info.plist +0 -53
  79. package/example/ios/PDFExample-tvOSTests/Info.plist +0 -24
  80. package/example/ios/PDFExample.xcodeproj/project.pbxproj +0 -923
  81. package/example/ios/PDFExample.xcodeproj/xcshareddata/xcschemes/PDFExample-tvOS.xcscheme +0 -129
  82. package/example/ios/PDFExample.xcodeproj/xcshareddata/xcschemes/PDFExample.xcscheme +0 -129
  83. package/example/ios/PDFExample.xcworkspace/contents.xcworkspacedata +0 -10
  84. package/example/ios/PDFExampleTests/Info.plist +0 -24
  85. package/example/ios/PDFExampleTests/PDFExampleTests.m +0 -68
  86. package/example/ios/Podfile +0 -47
  87. package/example/ios/Podfile.lock +0 -205
  88. package/example/metro.config.js +0 -17
  89. package/example/package.json +0 -42
  90. package/example/test.pdf +0 -0
  91. package/issue_template.md +0 -13
@@ -1,923 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 00E356F31AD99517003FC87E /* PDFExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* PDFExampleTests.m */; };
11
- 014171ED02D6EA0A0A64971A /* libPods-PDFExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 098A45430F7176D348A6DC88 /* libPods-PDFExampleTests.a */; };
12
- 04F0D6625996957223F98A19 /* libPods-PDFExample-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE1E13F1C46F2FE0018918EC /* libPods-PDFExample-tvOSTests.a */; };
13
- 06D78736C17B978FECC236B3 /* libPods-PDFExample-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E8D3411FCA1D5A9BF03B714 /* libPods-PDFExample-tvOS.a */; };
14
- 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
15
- 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
16
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
17
- 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
18
- 27A778B723EA56E6AA32A7F5 /* libPods-PDFExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 88FD9DA8FB4BE0D551254B86 /* libPods-PDFExample.a */; };
19
- 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
20
- 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
21
- 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
22
- 2DCD954D1E0B4F2C00145EB5 /* PDFExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* PDFExampleTests.m */; };
23
- /* End PBXBuildFile section */
24
-
25
- /* Begin PBXContainerItemProxy section */
26
- 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
27
- isa = PBXContainerItemProxy;
28
- containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
29
- proxyType = 1;
30
- remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
31
- remoteInfo = PDFExample;
32
- };
33
- 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
34
- isa = PBXContainerItemProxy;
35
- containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
36
- proxyType = 1;
37
- remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
38
- remoteInfo = "PDFExample-tvOS";
39
- };
40
- /* End PBXContainerItemProxy section */
41
-
42
- /* Begin PBXFileReference section */
43
- 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
44
- 00E356EE1AD99517003FC87E /* PDFExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PDFExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
45
- 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
46
- 00E356F21AD99517003FC87E /* PDFExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PDFExampleTests.m; sourceTree = "<group>"; };
47
- 098A45430F7176D348A6DC88 /* libPods-PDFExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PDFExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
48
- 13B07F961A680F5B00A75B9A /* PDFExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PDFExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
49
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = PDFExample/AppDelegate.h; sourceTree = "<group>"; };
50
- 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = PDFExample/AppDelegate.m; sourceTree = "<group>"; };
51
- 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
52
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = PDFExample/Images.xcassets; sourceTree = "<group>"; };
53
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = PDFExample/Info.plist; sourceTree = "<group>"; };
54
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = PDFExample/main.m; sourceTree = "<group>"; };
55
- 1804E2A6EFC6811EBBD39CA6 /* Pods-PDFExample-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFExample-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-PDFExample-tvOS/Pods-PDFExample-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
56
- 290D274B0DBE7166308E91C8 /* Pods-PDFExample-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFExample-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-PDFExample-tvOSTests/Pods-PDFExample-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
57
- 2B742635006D932699F6A876 /* Pods-PDFExample-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFExample-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-PDFExample-tvOSTests/Pods-PDFExample-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
58
- 2D02E47B1E0B4A5D006451C7 /* PDFExample-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PDFExample-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
59
- 2D02E4901E0B4A5D006451C7 /* PDFExample-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PDFExample-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
60
- 4E8D3411FCA1D5A9BF03B714 /* libPods-PDFExample-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PDFExample-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
61
- 57A132A19E20689C43CF0330 /* Pods-PDFExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-PDFExampleTests/Pods-PDFExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
62
- 7FC92BE2205BD7FF6B5F4022 /* Pods-PDFExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFExample.release.xcconfig"; path = "Target Support Files/Pods-PDFExample/Pods-PDFExample.release.xcconfig"; sourceTree = "<group>"; };
63
- 88FD9DA8FB4BE0D551254B86 /* libPods-PDFExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PDFExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
64
- CE1E13F1C46F2FE0018918EC /* libPods-PDFExample-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PDFExample-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
65
- D81A5360685BEAA6B61D9FC3 /* Pods-PDFExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFExample.debug.xcconfig"; path = "Target Support Files/Pods-PDFExample/Pods-PDFExample.debug.xcconfig"; sourceTree = "<group>"; };
66
- E522718F147CC33F679DD07C /* Pods-PDFExample-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFExample-tvOS.release.xcconfig"; path = "Target Support Files/Pods-PDFExample-tvOS/Pods-PDFExample-tvOS.release.xcconfig"; sourceTree = "<group>"; };
67
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
68
- ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
69
- EFAEE976EB60AD504D1D0E83 /* Pods-PDFExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PDFExampleTests.release.xcconfig"; path = "Target Support Files/Pods-PDFExampleTests/Pods-PDFExampleTests.release.xcconfig"; sourceTree = "<group>"; };
70
- /* End PBXFileReference section */
71
-
72
- /* Begin PBXFrameworksBuildPhase section */
73
- 00E356EB1AD99517003FC87E /* Frameworks */ = {
74
- isa = PBXFrameworksBuildPhase;
75
- buildActionMask = 2147483647;
76
- files = (
77
- 014171ED02D6EA0A0A64971A /* libPods-PDFExampleTests.a in Frameworks */,
78
- );
79
- runOnlyForDeploymentPostprocessing = 0;
80
- };
81
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
82
- isa = PBXFrameworksBuildPhase;
83
- buildActionMask = 2147483647;
84
- files = (
85
- 27A778B723EA56E6AA32A7F5 /* libPods-PDFExample.a in Frameworks */,
86
- );
87
- runOnlyForDeploymentPostprocessing = 0;
88
- };
89
- 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
90
- isa = PBXFrameworksBuildPhase;
91
- buildActionMask = 2147483647;
92
- files = (
93
- 06D78736C17B978FECC236B3 /* libPods-PDFExample-tvOS.a in Frameworks */,
94
- );
95
- runOnlyForDeploymentPostprocessing = 0;
96
- };
97
- 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
98
- isa = PBXFrameworksBuildPhase;
99
- buildActionMask = 2147483647;
100
- files = (
101
- 04F0D6625996957223F98A19 /* libPods-PDFExample-tvOSTests.a in Frameworks */,
102
- );
103
- runOnlyForDeploymentPostprocessing = 0;
104
- };
105
- /* End PBXFrameworksBuildPhase section */
106
-
107
- /* Begin PBXGroup section */
108
- 00E356EF1AD99517003FC87E /* PDFExampleTests */ = {
109
- isa = PBXGroup;
110
- children = (
111
- 00E356F21AD99517003FC87E /* PDFExampleTests.m */,
112
- 00E356F01AD99517003FC87E /* Supporting Files */,
113
- );
114
- path = PDFExampleTests;
115
- sourceTree = "<group>";
116
- };
117
- 00E356F01AD99517003FC87E /* Supporting Files */ = {
118
- isa = PBXGroup;
119
- children = (
120
- 00E356F11AD99517003FC87E /* Info.plist */,
121
- );
122
- name = "Supporting Files";
123
- sourceTree = "<group>";
124
- };
125
- 13B07FAE1A68108700A75B9A /* PDFExample */ = {
126
- isa = PBXGroup;
127
- children = (
128
- 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
129
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
130
- 13B07FB01A68108700A75B9A /* AppDelegate.m */,
131
- 13B07FB51A68108700A75B9A /* Images.xcassets */,
132
- 13B07FB61A68108700A75B9A /* Info.plist */,
133
- 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
134
- 13B07FB71A68108700A75B9A /* main.m */,
135
- );
136
- name = PDFExample;
137
- sourceTree = "<group>";
138
- };
139
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
140
- isa = PBXGroup;
141
- children = (
142
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
143
- ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
144
- 88FD9DA8FB4BE0D551254B86 /* libPods-PDFExample.a */,
145
- 4E8D3411FCA1D5A9BF03B714 /* libPods-PDFExample-tvOS.a */,
146
- CE1E13F1C46F2FE0018918EC /* libPods-PDFExample-tvOSTests.a */,
147
- 098A45430F7176D348A6DC88 /* libPods-PDFExampleTests.a */,
148
- );
149
- name = Frameworks;
150
- sourceTree = "<group>";
151
- };
152
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
153
- isa = PBXGroup;
154
- children = (
155
- );
156
- name = Libraries;
157
- sourceTree = "<group>";
158
- };
159
- 83CBB9F61A601CBA00E9B192 = {
160
- isa = PBXGroup;
161
- children = (
162
- 13B07FAE1A68108700A75B9A /* PDFExample */,
163
- 832341AE1AAA6A7D00B99B32 /* Libraries */,
164
- 00E356EF1AD99517003FC87E /* PDFExampleTests */,
165
- 83CBBA001A601CBA00E9B192 /* Products */,
166
- 2D16E6871FA4F8E400B85C8A /* Frameworks */,
167
- FFD3DBE20FE7A8253F5C0808 /* Pods */,
168
- );
169
- indentWidth = 2;
170
- sourceTree = "<group>";
171
- tabWidth = 2;
172
- usesTabs = 0;
173
- };
174
- 83CBBA001A601CBA00E9B192 /* Products */ = {
175
- isa = PBXGroup;
176
- children = (
177
- 13B07F961A680F5B00A75B9A /* PDFExample.app */,
178
- 00E356EE1AD99517003FC87E /* PDFExampleTests.xctest */,
179
- 2D02E47B1E0B4A5D006451C7 /* PDFExample-tvOS.app */,
180
- 2D02E4901E0B4A5D006451C7 /* PDFExample-tvOSTests.xctest */,
181
- );
182
- name = Products;
183
- sourceTree = "<group>";
184
- };
185
- FFD3DBE20FE7A8253F5C0808 /* Pods */ = {
186
- isa = PBXGroup;
187
- children = (
188
- D81A5360685BEAA6B61D9FC3 /* Pods-PDFExample.debug.xcconfig */,
189
- 7FC92BE2205BD7FF6B5F4022 /* Pods-PDFExample.release.xcconfig */,
190
- 1804E2A6EFC6811EBBD39CA6 /* Pods-PDFExample-tvOS.debug.xcconfig */,
191
- E522718F147CC33F679DD07C /* Pods-PDFExample-tvOS.release.xcconfig */,
192
- 2B742635006D932699F6A876 /* Pods-PDFExample-tvOSTests.debug.xcconfig */,
193
- 290D274B0DBE7166308E91C8 /* Pods-PDFExample-tvOSTests.release.xcconfig */,
194
- 57A132A19E20689C43CF0330 /* Pods-PDFExampleTests.debug.xcconfig */,
195
- EFAEE976EB60AD504D1D0E83 /* Pods-PDFExampleTests.release.xcconfig */,
196
- );
197
- name = Pods;
198
- path = Pods;
199
- sourceTree = "<group>";
200
- };
201
- /* End PBXGroup section */
202
-
203
- /* Begin PBXNativeTarget section */
204
- 00E356ED1AD99517003FC87E /* PDFExampleTests */ = {
205
- isa = PBXNativeTarget;
206
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "PDFExampleTests" */;
207
- buildPhases = (
208
- 342563465147C984FD1E33E4 /* [CP] Check Pods Manifest.lock */,
209
- 00E356EA1AD99517003FC87E /* Sources */,
210
- 00E356EB1AD99517003FC87E /* Frameworks */,
211
- 00E356EC1AD99517003FC87E /* Resources */,
212
- );
213
- buildRules = (
214
- );
215
- dependencies = (
216
- 00E356F51AD99517003FC87E /* PBXTargetDependency */,
217
- );
218
- name = PDFExampleTests;
219
- productName = PDFExampleTests;
220
- productReference = 00E356EE1AD99517003FC87E /* PDFExampleTests.xctest */;
221
- productType = "com.apple.product-type.bundle.unit-test";
222
- };
223
- 13B07F861A680F5B00A75B9A /* PDFExample */ = {
224
- isa = PBXNativeTarget;
225
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "PDFExample" */;
226
- buildPhases = (
227
- 4F618DA08757E7063652AAB1 /* [CP] Check Pods Manifest.lock */,
228
- FD10A7F022414F080027D42C /* Start Packager */,
229
- 13B07F871A680F5B00A75B9A /* Sources */,
230
- 13B07F8C1A680F5B00A75B9A /* Frameworks */,
231
- 13B07F8E1A680F5B00A75B9A /* Resources */,
232
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
233
- );
234
- buildRules = (
235
- );
236
- dependencies = (
237
- );
238
- name = PDFExample;
239
- productName = PDFExample;
240
- productReference = 13B07F961A680F5B00A75B9A /* PDFExample.app */;
241
- productType = "com.apple.product-type.application";
242
- };
243
- 2D02E47A1E0B4A5D006451C7 /* PDFExample-tvOS */ = {
244
- isa = PBXNativeTarget;
245
- buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "PDFExample-tvOS" */;
246
- buildPhases = (
247
- 999FD2DB1B5086ABD8BB3A43 /* [CP] Check Pods Manifest.lock */,
248
- FD10A7F122414F3F0027D42C /* Start Packager */,
249
- 2D02E4771E0B4A5D006451C7 /* Sources */,
250
- 2D02E4781E0B4A5D006451C7 /* Frameworks */,
251
- 2D02E4791E0B4A5D006451C7 /* Resources */,
252
- 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
253
- );
254
- buildRules = (
255
- );
256
- dependencies = (
257
- );
258
- name = "PDFExample-tvOS";
259
- productName = "PDFExample-tvOS";
260
- productReference = 2D02E47B1E0B4A5D006451C7 /* PDFExample-tvOS.app */;
261
- productType = "com.apple.product-type.application";
262
- };
263
- 2D02E48F1E0B4A5D006451C7 /* PDFExample-tvOSTests */ = {
264
- isa = PBXNativeTarget;
265
- buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "PDFExample-tvOSTests" */;
266
- buildPhases = (
267
- D03B24DB332E22E03B304D29 /* [CP] Check Pods Manifest.lock */,
268
- 2D02E48C1E0B4A5D006451C7 /* Sources */,
269
- 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
270
- 2D02E48E1E0B4A5D006451C7 /* Resources */,
271
- );
272
- buildRules = (
273
- );
274
- dependencies = (
275
- 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
276
- );
277
- name = "PDFExample-tvOSTests";
278
- productName = "PDFExample-tvOSTests";
279
- productReference = 2D02E4901E0B4A5D006451C7 /* PDFExample-tvOSTests.xctest */;
280
- productType = "com.apple.product-type.bundle.unit-test";
281
- };
282
- /* End PBXNativeTarget section */
283
-
284
- /* Begin PBXProject section */
285
- 83CBB9F71A601CBA00E9B192 /* Project object */ = {
286
- isa = PBXProject;
287
- attributes = {
288
- LastUpgradeCheck = 0940;
289
- ORGANIZATIONNAME = Facebook;
290
- TargetAttributes = {
291
- 00E356ED1AD99517003FC87E = {
292
- CreatedOnToolsVersion = 6.2;
293
- TestTargetID = 13B07F861A680F5B00A75B9A;
294
- };
295
- 2D02E47A1E0B4A5D006451C7 = {
296
- CreatedOnToolsVersion = 8.2.1;
297
- ProvisioningStyle = Automatic;
298
- };
299
- 2D02E48F1E0B4A5D006451C7 = {
300
- CreatedOnToolsVersion = 8.2.1;
301
- ProvisioningStyle = Automatic;
302
- TestTargetID = 2D02E47A1E0B4A5D006451C7;
303
- };
304
- };
305
- };
306
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "PDFExample" */;
307
- compatibilityVersion = "Xcode 3.2";
308
- developmentRegion = English;
309
- hasScannedForEncodings = 0;
310
- knownRegions = (
311
- en,
312
- Base,
313
- );
314
- mainGroup = 83CBB9F61A601CBA00E9B192;
315
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
316
- projectDirPath = "";
317
- projectRoot = "";
318
- targets = (
319
- 13B07F861A680F5B00A75B9A /* PDFExample */,
320
- 00E356ED1AD99517003FC87E /* PDFExampleTests */,
321
- 2D02E47A1E0B4A5D006451C7 /* PDFExample-tvOS */,
322
- 2D02E48F1E0B4A5D006451C7 /* PDFExample-tvOSTests */,
323
- );
324
- };
325
- /* End PBXProject section */
326
-
327
- /* Begin PBXResourcesBuildPhase section */
328
- 00E356EC1AD99517003FC87E /* Resources */ = {
329
- isa = PBXResourcesBuildPhase;
330
- buildActionMask = 2147483647;
331
- files = (
332
- );
333
- runOnlyForDeploymentPostprocessing = 0;
334
- };
335
- 13B07F8E1A680F5B00A75B9A /* Resources */ = {
336
- isa = PBXResourcesBuildPhase;
337
- buildActionMask = 2147483647;
338
- files = (
339
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
340
- 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
341
- );
342
- runOnlyForDeploymentPostprocessing = 0;
343
- };
344
- 2D02E4791E0B4A5D006451C7 /* Resources */ = {
345
- isa = PBXResourcesBuildPhase;
346
- buildActionMask = 2147483647;
347
- files = (
348
- 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
349
- );
350
- runOnlyForDeploymentPostprocessing = 0;
351
- };
352
- 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
353
- isa = PBXResourcesBuildPhase;
354
- buildActionMask = 2147483647;
355
- files = (
356
- );
357
- runOnlyForDeploymentPostprocessing = 0;
358
- };
359
- /* End PBXResourcesBuildPhase section */
360
-
361
- /* Begin PBXShellScriptBuildPhase section */
362
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
363
- isa = PBXShellScriptBuildPhase;
364
- buildActionMask = 2147483647;
365
- files = (
366
- );
367
- inputPaths = (
368
- );
369
- name = "Bundle React Native code and images";
370
- outputPaths = (
371
- );
372
- runOnlyForDeploymentPostprocessing = 0;
373
- shellPath = /bin/sh;
374
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
375
- };
376
- 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
377
- isa = PBXShellScriptBuildPhase;
378
- buildActionMask = 2147483647;
379
- files = (
380
- );
381
- inputPaths = (
382
- );
383
- name = "Bundle React Native Code And Images";
384
- outputPaths = (
385
- );
386
- runOnlyForDeploymentPostprocessing = 0;
387
- shellPath = /bin/sh;
388
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
389
- };
390
- 342563465147C984FD1E33E4 /* [CP] Check Pods Manifest.lock */ = {
391
- isa = PBXShellScriptBuildPhase;
392
- buildActionMask = 2147483647;
393
- files = (
394
- );
395
- inputFileListPaths = (
396
- );
397
- inputPaths = (
398
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
399
- "${PODS_ROOT}/Manifest.lock",
400
- );
401
- name = "[CP] Check Pods Manifest.lock";
402
- outputFileListPaths = (
403
- );
404
- outputPaths = (
405
- "$(DERIVED_FILE_DIR)/Pods-PDFExampleTests-checkManifestLockResult.txt",
406
- );
407
- runOnlyForDeploymentPostprocessing = 0;
408
- shellPath = /bin/sh;
409
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
410
- showEnvVarsInLog = 0;
411
- };
412
- 4F618DA08757E7063652AAB1 /* [CP] Check Pods Manifest.lock */ = {
413
- isa = PBXShellScriptBuildPhase;
414
- buildActionMask = 2147483647;
415
- files = (
416
- );
417
- inputFileListPaths = (
418
- );
419
- inputPaths = (
420
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
421
- "${PODS_ROOT}/Manifest.lock",
422
- );
423
- name = "[CP] Check Pods Manifest.lock";
424
- outputFileListPaths = (
425
- );
426
- outputPaths = (
427
- "$(DERIVED_FILE_DIR)/Pods-PDFExample-checkManifestLockResult.txt",
428
- );
429
- runOnlyForDeploymentPostprocessing = 0;
430
- shellPath = /bin/sh;
431
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
432
- showEnvVarsInLog = 0;
433
- };
434
- 999FD2DB1B5086ABD8BB3A43 /* [CP] Check Pods Manifest.lock */ = {
435
- isa = PBXShellScriptBuildPhase;
436
- buildActionMask = 2147483647;
437
- files = (
438
- );
439
- inputFileListPaths = (
440
- );
441
- inputPaths = (
442
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
443
- "${PODS_ROOT}/Manifest.lock",
444
- );
445
- name = "[CP] Check Pods Manifest.lock";
446
- outputFileListPaths = (
447
- );
448
- outputPaths = (
449
- "$(DERIVED_FILE_DIR)/Pods-PDFExample-tvOS-checkManifestLockResult.txt",
450
- );
451
- runOnlyForDeploymentPostprocessing = 0;
452
- shellPath = /bin/sh;
453
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
454
- showEnvVarsInLog = 0;
455
- };
456
- D03B24DB332E22E03B304D29 /* [CP] Check Pods Manifest.lock */ = {
457
- isa = PBXShellScriptBuildPhase;
458
- buildActionMask = 2147483647;
459
- files = (
460
- );
461
- inputFileListPaths = (
462
- );
463
- inputPaths = (
464
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
465
- "${PODS_ROOT}/Manifest.lock",
466
- );
467
- name = "[CP] Check Pods Manifest.lock";
468
- outputFileListPaths = (
469
- );
470
- outputPaths = (
471
- "$(DERIVED_FILE_DIR)/Pods-PDFExample-tvOSTests-checkManifestLockResult.txt",
472
- );
473
- runOnlyForDeploymentPostprocessing = 0;
474
- shellPath = /bin/sh;
475
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
476
- showEnvVarsInLog = 0;
477
- };
478
- FD10A7F022414F080027D42C /* Start Packager */ = {
479
- isa = PBXShellScriptBuildPhase;
480
- buildActionMask = 2147483647;
481
- files = (
482
- );
483
- inputFileListPaths = (
484
- );
485
- inputPaths = (
486
- );
487
- name = "Start Packager";
488
- outputFileListPaths = (
489
- );
490
- outputPaths = (
491
- );
492
- runOnlyForDeploymentPostprocessing = 0;
493
- shellPath = /bin/sh;
494
- shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
495
- showEnvVarsInLog = 0;
496
- };
497
- FD10A7F122414F3F0027D42C /* Start Packager */ = {
498
- isa = PBXShellScriptBuildPhase;
499
- buildActionMask = 2147483647;
500
- files = (
501
- );
502
- inputFileListPaths = (
503
- );
504
- inputPaths = (
505
- );
506
- name = "Start Packager";
507
- outputFileListPaths = (
508
- );
509
- outputPaths = (
510
- );
511
- runOnlyForDeploymentPostprocessing = 0;
512
- shellPath = /bin/sh;
513
- shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
514
- showEnvVarsInLog = 0;
515
- };
516
- /* End PBXShellScriptBuildPhase section */
517
-
518
- /* Begin PBXSourcesBuildPhase section */
519
- 00E356EA1AD99517003FC87E /* Sources */ = {
520
- isa = PBXSourcesBuildPhase;
521
- buildActionMask = 2147483647;
522
- files = (
523
- 00E356F31AD99517003FC87E /* PDFExampleTests.m in Sources */,
524
- );
525
- runOnlyForDeploymentPostprocessing = 0;
526
- };
527
- 13B07F871A680F5B00A75B9A /* Sources */ = {
528
- isa = PBXSourcesBuildPhase;
529
- buildActionMask = 2147483647;
530
- files = (
531
- 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
532
- 13B07FC11A68108700A75B9A /* main.m in Sources */,
533
- );
534
- runOnlyForDeploymentPostprocessing = 0;
535
- };
536
- 2D02E4771E0B4A5D006451C7 /* Sources */ = {
537
- isa = PBXSourcesBuildPhase;
538
- buildActionMask = 2147483647;
539
- files = (
540
- 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
541
- 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
542
- );
543
- runOnlyForDeploymentPostprocessing = 0;
544
- };
545
- 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
546
- isa = PBXSourcesBuildPhase;
547
- buildActionMask = 2147483647;
548
- files = (
549
- 2DCD954D1E0B4F2C00145EB5 /* PDFExampleTests.m in Sources */,
550
- );
551
- runOnlyForDeploymentPostprocessing = 0;
552
- };
553
- /* End PBXSourcesBuildPhase section */
554
-
555
- /* Begin PBXTargetDependency section */
556
- 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
557
- isa = PBXTargetDependency;
558
- target = 13B07F861A680F5B00A75B9A /* PDFExample */;
559
- targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
560
- };
561
- 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
562
- isa = PBXTargetDependency;
563
- target = 2D02E47A1E0B4A5D006451C7 /* PDFExample-tvOS */;
564
- targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
565
- };
566
- /* End PBXTargetDependency section */
567
-
568
- /* Begin PBXVariantGroup section */
569
- 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
570
- isa = PBXVariantGroup;
571
- children = (
572
- 13B07FB21A68108700A75B9A /* Base */,
573
- );
574
- name = LaunchScreen.xib;
575
- path = PDFExample;
576
- sourceTree = "<group>";
577
- };
578
- /* End PBXVariantGroup section */
579
-
580
- /* Begin XCBuildConfiguration section */
581
- 00E356F61AD99517003FC87E /* Debug */ = {
582
- isa = XCBuildConfiguration;
583
- baseConfigurationReference = 57A132A19E20689C43CF0330 /* Pods-PDFExampleTests.debug.xcconfig */;
584
- buildSettings = {
585
- BUNDLE_LOADER = "$(TEST_HOST)";
586
- GCC_PREPROCESSOR_DEFINITIONS = (
587
- "DEBUG=1",
588
- "$(inherited)",
589
- );
590
- INFOPLIST_FILE = PDFExampleTests/Info.plist;
591
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
592
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
593
- OTHER_LDFLAGS = (
594
- "-ObjC",
595
- "-lc++",
596
- "$(inherited)",
597
- );
598
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
599
- PRODUCT_NAME = "$(TARGET_NAME)";
600
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDFExample.app/PDFExample";
601
- };
602
- name = Debug;
603
- };
604
- 00E356F71AD99517003FC87E /* Release */ = {
605
- isa = XCBuildConfiguration;
606
- baseConfigurationReference = EFAEE976EB60AD504D1D0E83 /* Pods-PDFExampleTests.release.xcconfig */;
607
- buildSettings = {
608
- BUNDLE_LOADER = "$(TEST_HOST)";
609
- COPY_PHASE_STRIP = NO;
610
- INFOPLIST_FILE = PDFExampleTests/Info.plist;
611
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
612
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
613
- OTHER_LDFLAGS = (
614
- "-ObjC",
615
- "-lc++",
616
- "$(inherited)",
617
- );
618
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
619
- PRODUCT_NAME = "$(TARGET_NAME)";
620
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDFExample.app/PDFExample";
621
- };
622
- name = Release;
623
- };
624
- 13B07F941A680F5B00A75B9A /* Debug */ = {
625
- isa = XCBuildConfiguration;
626
- baseConfigurationReference = D81A5360685BEAA6B61D9FC3 /* Pods-PDFExample.debug.xcconfig */;
627
- buildSettings = {
628
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
629
- CURRENT_PROJECT_VERSION = 1;
630
- DEAD_CODE_STRIPPING = NO;
631
- INFOPLIST_FILE = PDFExample/Info.plist;
632
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
633
- OTHER_LDFLAGS = (
634
- "$(inherited)",
635
- "-ObjC",
636
- "-lc++",
637
- );
638
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
639
- PRODUCT_NAME = PDFExample;
640
- VERSIONING_SYSTEM = "apple-generic";
641
- };
642
- name = Debug;
643
- };
644
- 13B07F951A680F5B00A75B9A /* Release */ = {
645
- isa = XCBuildConfiguration;
646
- baseConfigurationReference = 7FC92BE2205BD7FF6B5F4022 /* Pods-PDFExample.release.xcconfig */;
647
- buildSettings = {
648
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
649
- CURRENT_PROJECT_VERSION = 1;
650
- INFOPLIST_FILE = PDFExample/Info.plist;
651
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
652
- OTHER_LDFLAGS = (
653
- "$(inherited)",
654
- "-ObjC",
655
- "-lc++",
656
- );
657
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
658
- PRODUCT_NAME = PDFExample;
659
- VERSIONING_SYSTEM = "apple-generic";
660
- };
661
- name = Release;
662
- };
663
- 2D02E4971E0B4A5E006451C7 /* Debug */ = {
664
- isa = XCBuildConfiguration;
665
- baseConfigurationReference = 1804E2A6EFC6811EBBD39CA6 /* Pods-PDFExample-tvOS.debug.xcconfig */;
666
- buildSettings = {
667
- ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
668
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
669
- CLANG_ANALYZER_NONNULL = YES;
670
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
671
- CLANG_WARN_INFINITE_RECURSION = YES;
672
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
673
- DEBUG_INFORMATION_FORMAT = dwarf;
674
- ENABLE_TESTABILITY = YES;
675
- GCC_NO_COMMON_BLOCKS = YES;
676
- INFOPLIST_FILE = "PDFExample-tvOS/Info.plist";
677
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
678
- OTHER_LDFLAGS = (
679
- "$(inherited)",
680
- "-ObjC",
681
- "-lc++",
682
- );
683
- PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.PDFExample-tvOS";
684
- PRODUCT_NAME = "$(TARGET_NAME)";
685
- SDKROOT = appletvos;
686
- TARGETED_DEVICE_FAMILY = 3;
687
- TVOS_DEPLOYMENT_TARGET = 9.2;
688
- };
689
- name = Debug;
690
- };
691
- 2D02E4981E0B4A5E006451C7 /* Release */ = {
692
- isa = XCBuildConfiguration;
693
- baseConfigurationReference = E522718F147CC33F679DD07C /* Pods-PDFExample-tvOS.release.xcconfig */;
694
- buildSettings = {
695
- ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
696
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
697
- CLANG_ANALYZER_NONNULL = YES;
698
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
699
- CLANG_WARN_INFINITE_RECURSION = YES;
700
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
701
- COPY_PHASE_STRIP = NO;
702
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
703
- GCC_NO_COMMON_BLOCKS = YES;
704
- INFOPLIST_FILE = "PDFExample-tvOS/Info.plist";
705
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
706
- OTHER_LDFLAGS = (
707
- "$(inherited)",
708
- "-ObjC",
709
- "-lc++",
710
- );
711
- PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.PDFExample-tvOS";
712
- PRODUCT_NAME = "$(TARGET_NAME)";
713
- SDKROOT = appletvos;
714
- TARGETED_DEVICE_FAMILY = 3;
715
- TVOS_DEPLOYMENT_TARGET = 9.2;
716
- };
717
- name = Release;
718
- };
719
- 2D02E4991E0B4A5E006451C7 /* Debug */ = {
720
- isa = XCBuildConfiguration;
721
- baseConfigurationReference = 2B742635006D932699F6A876 /* Pods-PDFExample-tvOSTests.debug.xcconfig */;
722
- buildSettings = {
723
- BUNDLE_LOADER = "$(TEST_HOST)";
724
- CLANG_ANALYZER_NONNULL = YES;
725
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
726
- CLANG_WARN_INFINITE_RECURSION = YES;
727
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
728
- DEBUG_INFORMATION_FORMAT = dwarf;
729
- ENABLE_TESTABILITY = YES;
730
- GCC_NO_COMMON_BLOCKS = YES;
731
- INFOPLIST_FILE = "PDFExample-tvOSTests/Info.plist";
732
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
733
- OTHER_LDFLAGS = (
734
- "$(inherited)",
735
- "-ObjC",
736
- "-lc++",
737
- );
738
- PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.PDFExample-tvOSTests";
739
- PRODUCT_NAME = "$(TARGET_NAME)";
740
- SDKROOT = appletvos;
741
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDFExample-tvOS.app/PDFExample-tvOS";
742
- TVOS_DEPLOYMENT_TARGET = 10.1;
743
- };
744
- name = Debug;
745
- };
746
- 2D02E49A1E0B4A5E006451C7 /* Release */ = {
747
- isa = XCBuildConfiguration;
748
- baseConfigurationReference = 290D274B0DBE7166308E91C8 /* Pods-PDFExample-tvOSTests.release.xcconfig */;
749
- buildSettings = {
750
- BUNDLE_LOADER = "$(TEST_HOST)";
751
- CLANG_ANALYZER_NONNULL = YES;
752
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
753
- CLANG_WARN_INFINITE_RECURSION = YES;
754
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
755
- COPY_PHASE_STRIP = NO;
756
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
757
- GCC_NO_COMMON_BLOCKS = YES;
758
- INFOPLIST_FILE = "PDFExample-tvOSTests/Info.plist";
759
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
760
- OTHER_LDFLAGS = (
761
- "$(inherited)",
762
- "-ObjC",
763
- "-lc++",
764
- );
765
- PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.PDFExample-tvOSTests";
766
- PRODUCT_NAME = "$(TARGET_NAME)";
767
- SDKROOT = appletvos;
768
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDFExample-tvOS.app/PDFExample-tvOS";
769
- TVOS_DEPLOYMENT_TARGET = 10.1;
770
- };
771
- name = Release;
772
- };
773
- 83CBBA201A601CBA00E9B192 /* Debug */ = {
774
- isa = XCBuildConfiguration;
775
- buildSettings = {
776
- ALWAYS_SEARCH_USER_PATHS = NO;
777
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
778
- CLANG_CXX_LIBRARY = "libc++";
779
- CLANG_ENABLE_MODULES = YES;
780
- CLANG_ENABLE_OBJC_ARC = YES;
781
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
782
- CLANG_WARN_BOOL_CONVERSION = YES;
783
- CLANG_WARN_COMMA = YES;
784
- CLANG_WARN_CONSTANT_CONVERSION = YES;
785
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
786
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
787
- CLANG_WARN_EMPTY_BODY = YES;
788
- CLANG_WARN_ENUM_CONVERSION = YES;
789
- CLANG_WARN_INFINITE_RECURSION = YES;
790
- CLANG_WARN_INT_CONVERSION = YES;
791
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
792
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
793
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
794
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
795
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
796
- CLANG_WARN_STRICT_PROTOTYPES = YES;
797
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
798
- CLANG_WARN_UNREACHABLE_CODE = YES;
799
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
800
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
801
- COPY_PHASE_STRIP = NO;
802
- ENABLE_STRICT_OBJC_MSGSEND = YES;
803
- ENABLE_TESTABILITY = YES;
804
- GCC_C_LANGUAGE_STANDARD = gnu99;
805
- GCC_DYNAMIC_NO_PIC = NO;
806
- GCC_NO_COMMON_BLOCKS = YES;
807
- GCC_OPTIMIZATION_LEVEL = 0;
808
- GCC_PREPROCESSOR_DEFINITIONS = (
809
- "DEBUG=1",
810
- "$(inherited)",
811
- );
812
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
813
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
814
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
815
- GCC_WARN_UNDECLARED_SELECTOR = YES;
816
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
817
- GCC_WARN_UNUSED_FUNCTION = YES;
818
- GCC_WARN_UNUSED_VARIABLE = YES;
819
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
820
- MTL_ENABLE_DEBUG_INFO = YES;
821
- ONLY_ACTIVE_ARCH = YES;
822
- SDKROOT = iphoneos;
823
- };
824
- name = Debug;
825
- };
826
- 83CBBA211A601CBA00E9B192 /* Release */ = {
827
- isa = XCBuildConfiguration;
828
- buildSettings = {
829
- ALWAYS_SEARCH_USER_PATHS = NO;
830
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
831
- CLANG_CXX_LIBRARY = "libc++";
832
- CLANG_ENABLE_MODULES = YES;
833
- CLANG_ENABLE_OBJC_ARC = YES;
834
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
835
- CLANG_WARN_BOOL_CONVERSION = YES;
836
- CLANG_WARN_COMMA = YES;
837
- CLANG_WARN_CONSTANT_CONVERSION = YES;
838
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
839
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
840
- CLANG_WARN_EMPTY_BODY = YES;
841
- CLANG_WARN_ENUM_CONVERSION = YES;
842
- CLANG_WARN_INFINITE_RECURSION = YES;
843
- CLANG_WARN_INT_CONVERSION = YES;
844
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
845
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
846
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
847
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
848
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
849
- CLANG_WARN_STRICT_PROTOTYPES = YES;
850
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
851
- CLANG_WARN_UNREACHABLE_CODE = YES;
852
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
853
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
854
- COPY_PHASE_STRIP = YES;
855
- ENABLE_NS_ASSERTIONS = NO;
856
- ENABLE_STRICT_OBJC_MSGSEND = YES;
857
- GCC_C_LANGUAGE_STANDARD = gnu99;
858
- GCC_NO_COMMON_BLOCKS = YES;
859
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
860
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
861
- GCC_WARN_UNDECLARED_SELECTOR = YES;
862
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
863
- GCC_WARN_UNUSED_FUNCTION = YES;
864
- GCC_WARN_UNUSED_VARIABLE = YES;
865
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
866
- MTL_ENABLE_DEBUG_INFO = NO;
867
- SDKROOT = iphoneos;
868
- VALIDATE_PRODUCT = YES;
869
- };
870
- name = Release;
871
- };
872
- /* End XCBuildConfiguration section */
873
-
874
- /* Begin XCConfigurationList section */
875
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "PDFExampleTests" */ = {
876
- isa = XCConfigurationList;
877
- buildConfigurations = (
878
- 00E356F61AD99517003FC87E /* Debug */,
879
- 00E356F71AD99517003FC87E /* Release */,
880
- );
881
- defaultConfigurationIsVisible = 0;
882
- defaultConfigurationName = Release;
883
- };
884
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "PDFExample" */ = {
885
- isa = XCConfigurationList;
886
- buildConfigurations = (
887
- 13B07F941A680F5B00A75B9A /* Debug */,
888
- 13B07F951A680F5B00A75B9A /* Release */,
889
- );
890
- defaultConfigurationIsVisible = 0;
891
- defaultConfigurationName = Release;
892
- };
893
- 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "PDFExample-tvOS" */ = {
894
- isa = XCConfigurationList;
895
- buildConfigurations = (
896
- 2D02E4971E0B4A5E006451C7 /* Debug */,
897
- 2D02E4981E0B4A5E006451C7 /* Release */,
898
- );
899
- defaultConfigurationIsVisible = 0;
900
- defaultConfigurationName = Release;
901
- };
902
- 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "PDFExample-tvOSTests" */ = {
903
- isa = XCConfigurationList;
904
- buildConfigurations = (
905
- 2D02E4991E0B4A5E006451C7 /* Debug */,
906
- 2D02E49A1E0B4A5E006451C7 /* Release */,
907
- );
908
- defaultConfigurationIsVisible = 0;
909
- defaultConfigurationName = Release;
910
- };
911
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "PDFExample" */ = {
912
- isa = XCConfigurationList;
913
- buildConfigurations = (
914
- 83CBBA201A601CBA00E9B192 /* Debug */,
915
- 83CBBA211A601CBA00E9B192 /* Release */,
916
- );
917
- defaultConfigurationIsVisible = 0;
918
- defaultConfigurationName = Release;
919
- };
920
- /* End XCConfigurationList section */
921
- };
922
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
923
- }