iamport-react-native 2.0.15 → 3.0.1-alpha.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 (430) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +12 -2
  3. package/lib/module/components/Certification/index.js +75 -72
  4. package/lib/module/components/Certification/index.js.map +1 -1
  5. package/lib/module/components/ErrorOnParams/index.js +13 -9
  6. package/lib/module/components/ErrorOnParams/index.js.map +1 -1
  7. package/lib/module/components/Loading/index.js +13 -9
  8. package/lib/module/components/Loading/index.js.map +1 -1
  9. package/lib/module/components/Payment/index.js +111 -93
  10. package/lib/module/components/Payment/index.js.map +1 -1
  11. package/lib/module/constants/index.js +2 -0
  12. package/lib/module/constants/index.js.map +1 -1
  13. package/lib/module/index.js +6 -4
  14. package/lib/module/index.js.map +1 -1
  15. package/lib/module/package.json +1 -0
  16. package/lib/module/styles.js +2 -0
  17. package/lib/module/styles.js.map +1 -1
  18. package/lib/module/utils/IamportUrl.js +51 -29
  19. package/lib/module/utils/IamportUrl.js.map +1 -1
  20. package/lib/module/utils/Validation.js +3 -2
  21. package/lib/module/utils/Validation.js.map +1 -1
  22. package/lib/module/utils/ValidationForPayment.js +4 -2
  23. package/lib/module/utils/ValidationForPayment.js.map +1 -1
  24. package/lib/typescript/package.json +1 -0
  25. package/lib/typescript/{components → src/components}/Certification/index.d.ts +1 -2
  26. package/lib/typescript/src/components/Certification/index.d.ts.map +1 -0
  27. package/lib/typescript/src/components/ErrorOnParams/index.d.ts +6 -0
  28. package/lib/typescript/src/components/ErrorOnParams/index.d.ts.map +1 -0
  29. package/lib/typescript/src/components/Loading/index.d.ts +3 -0
  30. package/lib/typescript/src/components/Loading/index.d.ts.map +1 -0
  31. package/lib/typescript/{components → src/components}/Payment/index.d.ts +1 -2
  32. package/lib/typescript/src/components/Payment/index.d.ts.map +1 -0
  33. package/lib/typescript/src/constants/index.d.ts.map +1 -0
  34. package/lib/typescript/src/index.d.ts.map +1 -0
  35. package/lib/typescript/{styles.d.ts → src/styles.d.ts} +2 -2
  36. package/lib/typescript/src/styles.d.ts.map +1 -0
  37. package/lib/typescript/{utils → src/utils}/IamportUrl.d.ts +8 -7
  38. package/lib/typescript/src/utils/IamportUrl.d.ts.map +1 -0
  39. package/lib/typescript/src/utils/Validation.d.ts.map +1 -0
  40. package/lib/typescript/src/utils/ValidationForPayment.d.ts.map +1 -0
  41. package/package.json +81 -74
  42. package/src/components/Certification/index.tsx +7 -7
  43. package/src/components/ErrorOnParams/index.tsx +1 -2
  44. package/src/components/Loading/index.tsx +1 -2
  45. package/src/components/Payment/index.tsx +31 -7
  46. package/src/utils/IamportUrl.ts +54 -26
  47. package/.circleci/config.yml +0 -98
  48. package/.editorconfig +0 -15
  49. package/.gitattributes +0 -3
  50. package/.gitignore +0 -69
  51. package/.yarnrc +0 -3
  52. package/.yarnrc.yml +0 -1
  53. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  54. package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
  55. package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
  56. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  57. package/android/.gradle/8.9/executionHistory/executionHistory.lock +0 -0
  58. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  59. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  60. package/android/.gradle/8.9/gc.properties +0 -0
  61. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  62. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  63. package/android/.gradle/vcs-1/gc.properties +0 -0
  64. package/android/build.gradle +0 -128
  65. package/android/gradle.properties +0 -4
  66. package/android/src/main/AndroidManifest.xml +0 -4
  67. package/android/src/main/java/com/iamportreactnative/IamportReactNativePackage.kt +0 -17
  68. package/android/src/main/java/com/iamportreactnative/IamportReactNativeViewManager.kt +0 -20
  69. package/babel.config.js +0 -3
  70. package/example/.gitignore +0 -69
  71. package/example/README.md +0 -44
  72. package/example/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
  73. package/example/android/.gradle/7.5.1/checksums/md5-checksums.bin +0 -0
  74. package/example/android/.gradle/7.5.1/checksums/sha1-checksums.bin +0 -0
  75. package/example/android/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  76. package/example/android/.gradle/7.5.1/dependencies-accessors/gc.properties +0 -0
  77. package/example/android/.gradle/7.5.1/executionHistory/executionHistory.lock +0 -0
  78. package/example/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
  79. package/example/android/.gradle/7.5.1/fileHashes/fileHashes.bin +0 -0
  80. package/example/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
  81. package/example/android/.gradle/7.5.1/gc.properties +0 -0
  82. package/example/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  83. package/example/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  84. package/example/android/.gradle/vcs-1/gc.properties +0 -0
  85. package/example/android/app/build.gradle +0 -183
  86. package/example/android/app/debug.keystore +0 -0
  87. package/example/android/app/proguard-rules.pro +0 -10
  88. package/example/android/app/src/debug/AndroidManifest.xml +0 -8
  89. package/example/android/app/src/debug/java/com/example/iamportreactnative/ReactNativeFlipper.java +0 -69
  90. package/example/android/app/src/main/AndroidManifest.xml +0 -34
  91. package/example/android/app/src/main/java/com/example/iamportreactnative/MainActivity.java +0 -15
  92. package/example/android/app/src/main/java/com/example/iamportreactnative/MainApplication.java +0 -80
  93. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  94. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  95. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  96. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  97. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  98. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  99. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  100. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  101. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  102. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  103. package/example/android/app/src/main/res/values/strings.xml +0 -3
  104. package/example/android/app/src/main/res/values/styles.xml +0 -9
  105. package/example/android/build.gradle +0 -21
  106. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  107. package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -6
  108. package/example/android/gradle.properties +0 -44
  109. package/example/android/gradlew +0 -183
  110. package/example/android/gradlew.bat +0 -103
  111. package/example/android/settings.gradle +0 -9
  112. package/example/app.json +0 -4
  113. package/example/babel.config.js +0 -11
  114. package/example/index.js +0 -5
  115. package/example/ios/File.swift +0 -8
  116. package/example/ios/Gemfile +0 -7
  117. package/example/ios/Gemfile.lock +0 -99
  118. package/example/ios/IamportReactNativeExample/AppDelegate.h +0 -15
  119. package/example/ios/IamportReactNativeExample/AppDelegate.mm +0 -138
  120. package/example/ios/IamportReactNativeExample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
  121. package/example/ios/IamportReactNativeExample/Images.xcassets/Contents.json +0 -6
  122. package/example/ios/IamportReactNativeExample/Info.plist +0 -121
  123. package/example/ios/IamportReactNativeExample/LaunchScreen.storyboard +0 -58
  124. package/example/ios/IamportReactNativeExample/main.m +0 -16
  125. package/example/ios/IamportReactNativeExample-Bridging-Header.h +0 -3
  126. package/example/ios/IamportReactNativeExample.xcodeproj/project.pbxproj +0 -969
  127. package/example/ios/IamportReactNativeExample.xcodeproj/xcshareddata/xcschemes/IamportReactNativeExample.xcscheme +0 -99
  128. package/example/ios/IamportReactNativeExample.xcworkspace/contents.xcworkspacedata +0 -10
  129. package/example/ios/IamportReactNativeExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  130. package/example/ios/Podfile +0 -57
  131. package/example/ios/Podfile.lock +0 -756
  132. package/example/metro.config.js +0 -66
  133. package/example/package.json +0 -40
  134. package/example/src/App.tsx +0 -17
  135. package/example/src/Certification/index.tsx +0 -30
  136. package/example/src/CertificationResult/index.tsx +0 -79
  137. package/example/src/CertificationTest/index.tsx +0 -214
  138. package/example/src/Home/index.tsx +0 -87
  139. package/example/src/Loading/index.tsx +0 -12
  140. package/example/src/NavigationService.tsx +0 -127
  141. package/example/src/Payment/index.tsx +0 -28
  142. package/example/src/PaymentResult/index.tsx +0 -96
  143. package/example/src/PaymentTest/index.tsx +0 -383
  144. package/example/src/Picker/index.tsx +0 -60
  145. package/example/src/constants.ts +0 -274
  146. package/example/src/utils.ts +0 -83
  147. package/example/yarn.lock +0 -7358
  148. package/exampleForExpo/.buckconfig +0 -6
  149. package/exampleForExpo/.expo/README.md +0 -8
  150. package/exampleForExpo/.expo/devices.json +0 -3
  151. package/exampleForExpo/.gitattributes +0 -1
  152. package/exampleForExpo/.gitignore +0 -125
  153. package/exampleForExpo/.idea/.gitignore +0 -3
  154. package/exampleForExpo/.idea/caches/deviceStreaming.xml +0 -549
  155. package/exampleForExpo/.idea/exampleForExpo.iml +0 -9
  156. package/exampleForExpo/.idea/misc.xml +0 -6
  157. package/exampleForExpo/.idea/modules.xml +0 -8
  158. package/exampleForExpo/.idea/vcs.xml +0 -6
  159. package/exampleForExpo/.idea/workspace.xml +0 -53
  160. package/exampleForExpo/README.md +0 -58
  161. package/exampleForExpo/__tests__/App.js +0 -10
  162. package/exampleForExpo/android/.gitignore +0 -21
  163. package/exampleForExpo/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
  164. package/exampleForExpo/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
  165. package/exampleForExpo/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
  166. package/exampleForExpo/android/.gradle/7.5.1/gc.properties +0 -0
  167. package/exampleForExpo/android/.gradle/vcs-1/gc.properties +0 -0
  168. package/exampleForExpo/android/app/BUCK +0 -55
  169. package/exampleForExpo/android/app/build.gradle +0 -362
  170. package/exampleForExpo/android/app/build_defs.bzl +0 -19
  171. package/exampleForExpo/android/app/debug.keystore +0 -0
  172. package/exampleForExpo/android/app/proguard-rules.pro +0 -14
  173. package/exampleForExpo/android/app/src/debug/AndroidManifest.xml +0 -7
  174. package/exampleForExpo/android/app/src/debug/java/kr/iamport/exampleForExpo/ReactNativeFlipper.java +0 -69
  175. package/exampleForExpo/android/app/src/main/AndroidManifest.xml +0 -34
  176. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/MainActivity.java +0 -83
  177. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/MainApplication.java +0 -106
  178. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/newarchitecture/MainApplicationReactNativeHost.java +0 -117
  179. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/newarchitecture/components/MainComponentsRegistry.java +0 -36
  180. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +0 -48
  181. package/exampleForExpo/android/app/src/main/jni/CMakeLists.txt +0 -7
  182. package/exampleForExpo/android/app/src/main/jni/MainApplicationModuleProvider.cpp +0 -32
  183. package/exampleForExpo/android/app/src/main/jni/MainApplicationModuleProvider.h +0 -16
  184. package/exampleForExpo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +0 -45
  185. package/exampleForExpo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +0 -38
  186. package/exampleForExpo/android/app/src/main/jni/MainComponentsRegistry.cpp +0 -65
  187. package/exampleForExpo/android/app/src/main/jni/MainComponentsRegistry.h +0 -32
  188. package/exampleForExpo/android/app/src/main/jni/OnLoad.cpp +0 -11
  189. package/exampleForExpo/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
  190. package/exampleForExpo/android/app/src/main/res/drawable/splashscreen.xml +0 -4
  191. package/exampleForExpo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  192. package/exampleForExpo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  193. package/exampleForExpo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  194. package/exampleForExpo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  195. package/exampleForExpo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  196. package/exampleForExpo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  197. package/exampleForExpo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  198. package/exampleForExpo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  199. package/exampleForExpo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  200. package/exampleForExpo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  201. package/exampleForExpo/android/app/src/main/res/values/colors.xml +0 -4
  202. package/exampleForExpo/android/app/src/main/res/values/strings.xml +0 -3
  203. package/exampleForExpo/android/app/src/main/res/values/styles.xml +0 -17
  204. package/exampleForExpo/android/app/src/main/res/values-night/colors.xml +0 -1
  205. package/exampleForExpo/android/build.gradle +0 -65
  206. package/exampleForExpo/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  207. package/exampleForExpo/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  208. package/exampleForExpo/android/gradle.properties +0 -53
  209. package/exampleForExpo/android/gradlew +0 -240
  210. package/exampleForExpo/android/gradlew.bat +0 -91
  211. package/exampleForExpo/android/settings.gradle +0 -17
  212. package/exampleForExpo/app.json +0 -16
  213. package/exampleForExpo/babel.config.js +0 -11
  214. package/exampleForExpo/index.js +0 -9
  215. package/exampleForExpo/ios/.gitignore +0 -30
  216. package/exampleForExpo/ios/.xcode.env +0 -11
  217. package/exampleForExpo/ios/Podfile +0 -61
  218. package/exampleForExpo/ios/Podfile.lock +0 -734
  219. package/exampleForExpo/ios/Podfile.properties.json +0 -3
  220. package/exampleForExpo/ios/exampleForExpo/AppDelegate.h +0 -9
  221. package/exampleForExpo/ios/exampleForExpo/AppDelegate.mm +0 -166
  222. package/exampleForExpo/ios/exampleForExpo/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  223. package/exampleForExpo/ios/exampleForExpo/Images.xcassets/Contents.json +0 -6
  224. package/exampleForExpo/ios/exampleForExpo/Images.xcassets/SplashScreenBackground.imageset/Contents.json +0 -21
  225. package/exampleForExpo/ios/exampleForExpo/Images.xcassets/SplashScreenBackground.imageset/image.png +0 -0
  226. package/exampleForExpo/ios/exampleForExpo/Info.plist +0 -118
  227. package/exampleForExpo/ios/exampleForExpo/SplashScreen.storyboard +0 -43
  228. package/exampleForExpo/ios/exampleForExpo/Supporting/Expo.plist +0 -16
  229. package/exampleForExpo/ios/exampleForExpo/exampleForExpo.entitlements +0 -8
  230. package/exampleForExpo/ios/exampleForExpo/main.m +0 -10
  231. package/exampleForExpo/ios/exampleForExpo/noop-file.swift +0 -4
  232. package/exampleForExpo/ios/exampleForExpo.xcodeproj/project.pbxproj +0 -544
  233. package/exampleForExpo/ios/exampleForExpo.xcodeproj/xcshareddata/xcschemes/exampleForExpo.xcscheme +0 -88
  234. package/exampleForExpo/ios/exampleForExpo.xcworkspace/contents.xcworkspacedata +0 -10
  235. package/exampleForExpo/ios/exampleForExpo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  236. package/exampleForExpo/metro.config.js +0 -62
  237. package/exampleForExpo/package.json +0 -40
  238. package/exampleForExpo/src/App.js +0 -14
  239. package/exampleForExpo/src/Certification/index.js +0 -25
  240. package/exampleForExpo/src/CertificationResult/index.js +0 -61
  241. package/exampleForExpo/src/CertificationTest/index.js +0 -151
  242. package/exampleForExpo/src/Home/index.js +0 -80
  243. package/exampleForExpo/src/Loading/index.js +0 -10
  244. package/exampleForExpo/src/NavigationService.js +0 -102
  245. package/exampleForExpo/src/Payment/index.js +0 -23
  246. package/exampleForExpo/src/PaymentResult/index.js +0 -82
  247. package/exampleForExpo/src/PaymentTest/index.js +0 -313
  248. package/exampleForExpo/src/Picker/index.js +0 -19
  249. package/exampleForExpo/src/constants.js +0 -322
  250. package/exampleForExpo/src/utils.js +0 -116
  251. package/exampleForExpo/yarn.lock +0 -9498
  252. package/exampleForManagedExpo/.expo-shared/assets.json +0 -4
  253. package/exampleForManagedExpo/.gitignore +0 -22
  254. package/exampleForManagedExpo/App.js +0 -11
  255. package/exampleForManagedExpo/README.md +0 -33
  256. package/exampleForManagedExpo/app.json +0 -90
  257. package/exampleForManagedExpo/assets/adaptive-icon.png +0 -0
  258. package/exampleForManagedExpo/assets/favicon.png +0 -0
  259. package/exampleForManagedExpo/assets/icon.png +0 -0
  260. package/exampleForManagedExpo/assets/splash.png +0 -0
  261. package/exampleForManagedExpo/babel.config.js +0 -11
  262. package/exampleForManagedExpo/metro.config.js +0 -62
  263. package/exampleForManagedExpo/package.json +0 -36
  264. package/exampleForManagedExpo/src/Certification/index.js +0 -25
  265. package/exampleForManagedExpo/src/CertificationResult/index.js +0 -61
  266. package/exampleForManagedExpo/src/CertificationTest/index.js +0 -151
  267. package/exampleForManagedExpo/src/Home/index.js +0 -80
  268. package/exampleForManagedExpo/src/Loading/index.js +0 -10
  269. package/exampleForManagedExpo/src/NavigationService.js +0 -102
  270. package/exampleForManagedExpo/src/Payment/index.js +0 -23
  271. package/exampleForManagedExpo/src/PaymentResult/index.js +0 -82
  272. package/exampleForManagedExpo/src/PaymentTest/index.js +0 -313
  273. package/exampleForManagedExpo/src/Picker/index.js +0 -19
  274. package/exampleForManagedExpo/src/constants.js +0 -322
  275. package/exampleForManagedExpo/src/utils.js +0 -116
  276. package/exampleForManagedExpo/yarn.lock +0 -9411
  277. package/exampleForWebView/.buckconfig +0 -6
  278. package/exampleForWebView/.eslintrc.js +0 -4
  279. package/exampleForWebView/.gitattributes +0 -3
  280. package/exampleForWebView/.gitignore +0 -68
  281. package/exampleForWebView/.prettierrc.js +0 -7
  282. package/exampleForWebView/.watchmanconfig +0 -1
  283. package/exampleForWebView/README.md +0 -77
  284. package/exampleForWebView/__tests__/App-test.tsx +0 -14
  285. package/exampleForWebView/_editorconfig +0 -3
  286. package/exampleForWebView/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
  287. package/exampleForWebView/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
  288. package/exampleForWebView/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
  289. package/exampleForWebView/android/.gradle/7.5.1/gc.properties +0 -0
  290. package/exampleForWebView/android/.gradle/vcs-1/gc.properties +0 -0
  291. package/exampleForWebView/android/app/BUCK +0 -55
  292. package/exampleForWebView/android/app/build.gradle +0 -313
  293. package/exampleForWebView/android/app/build_defs.bzl +0 -19
  294. package/exampleForWebView/android/app/debug.keystore +0 -0
  295. package/exampleForWebView/android/app/proguard-rules.pro +0 -10
  296. package/exampleForWebView/android/app/src/debug/AndroidManifest.xml +0 -13
  297. package/exampleForWebView/android/app/src/debug/java/com/exampleforwebview/ReactNativeFlipper.java +0 -73
  298. package/exampleForWebView/android/app/src/main/AndroidManifest.xml +0 -26
  299. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/MainActivity.java +0 -48
  300. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/MainApplication.java +0 -91
  301. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/newarchitecture/MainApplicationReactNativeHost.java +0 -116
  302. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/newarchitecture/components/MainComponentsRegistry.java +0 -36
  303. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +0 -48
  304. package/exampleForWebView/android/app/src/main/jni/CMakeLists.txt +0 -7
  305. package/exampleForWebView/android/app/src/main/jni/MainApplicationModuleProvider.cpp +0 -32
  306. package/exampleForWebView/android/app/src/main/jni/MainApplicationModuleProvider.h +0 -16
  307. package/exampleForWebView/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +0 -45
  308. package/exampleForWebView/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +0 -38
  309. package/exampleForWebView/android/app/src/main/jni/MainComponentsRegistry.cpp +0 -65
  310. package/exampleForWebView/android/app/src/main/jni/MainComponentsRegistry.h +0 -32
  311. package/exampleForWebView/android/app/src/main/jni/OnLoad.cpp +0 -11
  312. package/exampleForWebView/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
  313. package/exampleForWebView/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  314. package/exampleForWebView/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  315. package/exampleForWebView/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  316. package/exampleForWebView/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  317. package/exampleForWebView/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  318. package/exampleForWebView/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  319. package/exampleForWebView/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  320. package/exampleForWebView/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  321. package/exampleForWebView/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  322. package/exampleForWebView/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  323. package/exampleForWebView/android/app/src/main/res/values/strings.xml +0 -3
  324. package/exampleForWebView/android/app/src/main/res/values/styles.xml +0 -9
  325. package/exampleForWebView/android/build.gradle +0 -51
  326. package/exampleForWebView/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  327. package/exampleForWebView/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  328. package/exampleForWebView/android/gradle.properties +0 -40
  329. package/exampleForWebView/android/gradlew +0 -234
  330. package/exampleForWebView/android/gradlew.bat +0 -89
  331. package/exampleForWebView/android/settings.gradle +0 -11
  332. package/exampleForWebView/app.json +0 -4
  333. package/exampleForWebView/babel.config.js +0 -11
  334. package/exampleForWebView/index.js +0 -9
  335. package/exampleForWebView/ios/.xcode.env +0 -11
  336. package/exampleForWebView/ios/Podfile +0 -43
  337. package/exampleForWebView/ios/Podfile.lock +0 -748
  338. package/exampleForWebView/ios/exampleForWebView/AppDelegate.h +0 -8
  339. package/exampleForWebView/ios/exampleForWebView/AppDelegate.mm +0 -133
  340. package/exampleForWebView/ios/exampleForWebView/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
  341. package/exampleForWebView/ios/exampleForWebView/Images.xcassets/Contents.json +0 -6
  342. package/exampleForWebView/ios/exampleForWebView/Info.plist +0 -96
  343. package/exampleForWebView/ios/exampleForWebView/LaunchScreen.storyboard +0 -47
  344. package/exampleForWebView/ios/exampleForWebView/main.m +0 -10
  345. package/exampleForWebView/ios/exampleForWebView.xcodeproj/project.pbxproj +0 -723
  346. package/exampleForWebView/ios/exampleForWebView.xcodeproj/xcshareddata/xcschemes/exampleForWebView.xcscheme +0 -88
  347. package/exampleForWebView/ios/exampleForWebView.xcworkspace/contents.xcworkspacedata +0 -10
  348. package/exampleForWebView/ios/exampleForWebView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  349. package/exampleForWebView/ios/exampleForWebViewTests/Info.plist +0 -24
  350. package/exampleForWebView/ios/exampleForWebViewTests/exampleForWebViewTests.m +0 -66
  351. package/exampleForWebView/manuals/CERTIFICATION.md +0 -223
  352. package/exampleForWebView/manuals/PAYMENT.md +0 -232
  353. package/exampleForWebView/metro.config.js +0 -61
  354. package/exampleForWebView/package.json +0 -54
  355. package/exampleForWebView/src/App.tsx +0 -50
  356. package/exampleForWebView/src/Certification.tsx +0 -54
  357. package/exampleForWebView/src/Home.tsx +0 -49
  358. package/exampleForWebView/src/Loading.tsx +0 -23
  359. package/exampleForWebView/src/Payment.tsx +0 -65
  360. package/exampleForWebView/yarn.lock +0 -7362
  361. package/iamport-react-native.podspec +0 -19
  362. package/ios/IamportReactNative-Bridging-Header.h +0 -1
  363. package/ios/IamportReactNative.xcodeproj/project.pbxproj +0 -293
  364. package/ios/IamportReactNativeViewManager.m +0 -12
  365. package/ios/IamportReactNativeViewManager.swift +0 -32
  366. package/lib/commonjs/components/Certification/index.js +0 -121
  367. package/lib/commonjs/components/Certification/index.js.map +0 -1
  368. package/lib/commonjs/components/ErrorOnParams/index.js +0 -50
  369. package/lib/commonjs/components/ErrorOnParams/index.js.map +0 -1
  370. package/lib/commonjs/components/Loading/index.js +0 -34
  371. package/lib/commonjs/components/Loading/index.js.map +0 -1
  372. package/lib/commonjs/components/Payment/index.js +0 -225
  373. package/lib/commonjs/components/Payment/index.js.map +0 -1
  374. package/lib/commonjs/constants/index.js +0 -114
  375. package/lib/commonjs/constants/index.js.map +0 -1
  376. package/lib/commonjs/img/iamport-logo.png +0 -0
  377. package/lib/commonjs/index.js +0 -29
  378. package/lib/commonjs/index.js.map +0 -1
  379. package/lib/commonjs/styles.js +0 -27
  380. package/lib/commonjs/styles.js.map +0 -1
  381. package/lib/commonjs/utils/IamportUrl.js +0 -289
  382. package/lib/commonjs/utils/IamportUrl.js.map +0 -1
  383. package/lib/commonjs/utils/Validation.js +0 -109
  384. package/lib/commonjs/utils/Validation.js.map +0 -1
  385. package/lib/commonjs/utils/ValidationForPayment.js +0 -112
  386. package/lib/commonjs/utils/ValidationForPayment.js.map +0 -1
  387. package/lib/typescript/components/Certification/index.d.ts.map +0 -1
  388. package/lib/typescript/components/ErrorOnParams/index.d.ts +0 -7
  389. package/lib/typescript/components/ErrorOnParams/index.d.ts.map +0 -1
  390. package/lib/typescript/components/Loading/index.d.ts +0 -4
  391. package/lib/typescript/components/Loading/index.d.ts.map +0 -1
  392. package/lib/typescript/components/Payment/index.d.ts.map +0 -1
  393. package/lib/typescript/constants/index.d.ts.map +0 -1
  394. package/lib/typescript/index.d.ts.map +0 -1
  395. package/lib/typescript/styles.d.ts.map +0 -1
  396. package/lib/typescript/utils/IamportUrl.d.ts.map +0 -1
  397. package/lib/typescript/utils/Validation.d.ts.map +0 -1
  398. package/lib/typescript/utils/ValidationForPayment.d.ts.map +0 -1
  399. package/manuals/CALLBACK.md +0 -72
  400. package/manuals/EXAMPLE.md +0 -168
  401. package/manuals/EXPO.md +0 -246
  402. package/manuals/INSTALL.md +0 -31
  403. package/manuals/SETTING.md +0 -140
  404. package/manuals/SUPPORT.md +0 -35
  405. package/manuals/TRANS.md +0 -77
  406. package/manuals/VERSION.md +0 -187
  407. package/manuals/assets/after-linking-iamport.png +0 -0
  408. package/manuals/assets/after-linking-webview.png +0 -0
  409. package/manuals/assets/allow-arbitrary.gif +0 -0
  410. package/manuals/assets/android-studio-avd-manager.png +0 -0
  411. package/manuals/assets/android-studio-build.png +0 -0
  412. package/manuals/assets/app-scheme-registry.gif +0 -0
  413. package/manuals/assets/expo-eject.png +0 -0
  414. package/manuals/assets/ios-emulator-certification.png +0 -0
  415. package/manuals/assets/ios-emulator-home.png +0 -0
  416. package/manuals/assets/ios-emulator-payment.png +0 -0
  417. package/manuals/assets/ios-trans-create-header-file-1.png +0 -0
  418. package/manuals/assets/ios-trans-create-header-file-2.png +0 -0
  419. package/manuals/assets/ios-trans-create-objectivec-file-1.png +0 -0
  420. package/manuals/assets/ios-trans-create-objectivec-file-2.png +0 -0
  421. package/manuals/assets/ios-trans-result.png +0 -0
  422. package/manuals/assets/webview-peer-dependency.png +0 -0
  423. package/scripts/bootstrap.js +0 -24
  424. package/tsconfig.build.json +0 -9
  425. package/tsconfig.json +0 -26
  426. package/yarn.lock +0 -6174
  427. /package/lib/typescript/{constants → src/constants}/index.d.ts +0 -0
  428. /package/lib/typescript/{index.d.ts → src/index.d.ts} +0 -0
  429. /package/lib/typescript/{utils → src/utils}/Validation.d.ts +0 -0
  430. /package/lib/typescript/{utils → src/utils}/ValidationForPayment.d.ts +0 -0
@@ -1,544 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 54;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
11
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
12
- 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
13
- 3526E1DC7D8A47BBAABD90D8 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D1C7563A984133AAB95E63 /* noop-file.swift */; };
14
- 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
15
- 96905EF65AED1B983A6B3ABC /* libPods-exampleForExpo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-exampleForExpo.a */; };
16
- B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
17
- BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
18
- /* End PBXBuildFile section */
19
-
20
- /* Begin PBXFileReference section */
21
- 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
22
- 13B07F961A680F5B00A75B9A /* exampleForExpo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = exampleForExpo.app; sourceTree = BUILT_PRODUCTS_DIR; };
23
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = exampleForExpo/AppDelegate.h; sourceTree = "<group>"; };
24
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = exampleForExpo/AppDelegate.mm; sourceTree = "<group>"; };
25
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = exampleForExpo/Images.xcassets; sourceTree = "<group>"; };
26
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = exampleForExpo/Info.plist; sourceTree = "<group>"; };
27
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = exampleForExpo/main.m; sourceTree = "<group>"; };
28
- 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-exampleForExpo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-exampleForExpo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
29
- 6C2E3173556A471DD304B334 /* Pods-exampleForExpo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-exampleForExpo.debug.xcconfig"; path = "Target Support Files/Pods-exampleForExpo/Pods-exampleForExpo.debug.xcconfig"; sourceTree = "<group>"; };
30
- 7A4D352CD337FB3A3BF06240 /* Pods-exampleForExpo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-exampleForExpo.release.xcconfig"; path = "Target Support Files/Pods-exampleForExpo/Pods-exampleForExpo.release.xcconfig"; sourceTree = "<group>"; };
31
- AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = exampleForExpo/SplashScreen.storyboard; sourceTree = "<group>"; };
32
- BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
33
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
34
- F1D1C7563A984133AAB95E63 /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "exampleForExpo/noop-file.swift"; sourceTree = "<group>"; };
35
- FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-exampleForExpo/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
36
- /* End PBXFileReference section */
37
-
38
- /* Begin PBXFrameworksBuildPhase section */
39
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
40
- isa = PBXFrameworksBuildPhase;
41
- buildActionMask = 2147483647;
42
- files = (
43
- 96905EF65AED1B983A6B3ABC /* libPods-exampleForExpo.a in Frameworks */,
44
- );
45
- runOnlyForDeploymentPostprocessing = 0;
46
- };
47
- /* End PBXFrameworksBuildPhase section */
48
-
49
- /* Begin PBXGroup section */
50
- 13B07FAE1A68108700A75B9A /* exampleForExpo */ = {
51
- isa = PBXGroup;
52
- children = (
53
- BB2F792B24A3F905000567C9 /* Supporting */,
54
- 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
55
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
56
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
57
- 13B07FB51A68108700A75B9A /* Images.xcassets */,
58
- 13B07FB61A68108700A75B9A /* Info.plist */,
59
- 13B07FB71A68108700A75B9A /* main.m */,
60
- AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
61
- F1D1C7563A984133AAB95E63 /* noop-file.swift */,
62
- );
63
- name = exampleForExpo;
64
- sourceTree = "<group>";
65
- };
66
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
67
- isa = PBXGroup;
68
- children = (
69
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
70
- 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-exampleForExpo.a */,
71
- );
72
- name = Frameworks;
73
- sourceTree = "<group>";
74
- };
75
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
76
- isa = PBXGroup;
77
- children = (
78
- );
79
- name = Libraries;
80
- sourceTree = "<group>";
81
- };
82
- 83CBB9F61A601CBA00E9B192 = {
83
- isa = PBXGroup;
84
- children = (
85
- 13B07FAE1A68108700A75B9A /* exampleForExpo */,
86
- 832341AE1AAA6A7D00B99B32 /* Libraries */,
87
- 83CBBA001A601CBA00E9B192 /* Products */,
88
- 2D16E6871FA4F8E400B85C8A /* Frameworks */,
89
- D65327D7A22EEC0BE12398D9 /* Pods */,
90
- D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */,
91
- );
92
- indentWidth = 2;
93
- sourceTree = "<group>";
94
- tabWidth = 2;
95
- usesTabs = 0;
96
- };
97
- 83CBBA001A601CBA00E9B192 /* Products */ = {
98
- isa = PBXGroup;
99
- children = (
100
- 13B07F961A680F5B00A75B9A /* exampleForExpo.app */,
101
- );
102
- name = Products;
103
- sourceTree = "<group>";
104
- };
105
- 92DBD88DE9BF7D494EA9DA96 /* exampleForExpo */ = {
106
- isa = PBXGroup;
107
- children = (
108
- FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */,
109
- );
110
- name = exampleForExpo;
111
- sourceTree = "<group>";
112
- };
113
- BB2F792B24A3F905000567C9 /* Supporting */ = {
114
- isa = PBXGroup;
115
- children = (
116
- BB2F792C24A3F905000567C9 /* Expo.plist */,
117
- );
118
- name = Supporting;
119
- path = exampleForExpo/Supporting;
120
- sourceTree = "<group>";
121
- };
122
- D65327D7A22EEC0BE12398D9 /* Pods */ = {
123
- isa = PBXGroup;
124
- children = (
125
- 6C2E3173556A471DD304B334 /* Pods-exampleForExpo.debug.xcconfig */,
126
- 7A4D352CD337FB3A3BF06240 /* Pods-exampleForExpo.release.xcconfig */,
127
- );
128
- path = Pods;
129
- sourceTree = "<group>";
130
- };
131
- D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */ = {
132
- isa = PBXGroup;
133
- children = (
134
- 92DBD88DE9BF7D494EA9DA96 /* exampleForExpo */,
135
- );
136
- name = ExpoModulesProviders;
137
- sourceTree = "<group>";
138
- };
139
- /* End PBXGroup section */
140
-
141
- /* Begin PBXNativeTarget section */
142
- 13B07F861A680F5B00A75B9A /* exampleForExpo */ = {
143
- isa = PBXNativeTarget;
144
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "exampleForExpo" */;
145
- buildPhases = (
146
- 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
147
- FD10A7F022414F080027D42C /* Start Packager */,
148
- DF5B7D91A69AFD13A9B286A6 /* [Expo] Configure project */,
149
- 13B07F871A680F5B00A75B9A /* Sources */,
150
- 13B07F8C1A680F5B00A75B9A /* Frameworks */,
151
- 13B07F8E1A680F5B00A75B9A /* Resources */,
152
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
153
- 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
154
- );
155
- buildRules = (
156
- );
157
- dependencies = (
158
- );
159
- name = exampleForExpo;
160
- productName = exampleForExpo;
161
- productReference = 13B07F961A680F5B00A75B9A /* exampleForExpo.app */;
162
- productType = "com.apple.product-type.application";
163
- };
164
- /* End PBXNativeTarget section */
165
-
166
- /* Begin PBXProject section */
167
- 83CBB9F71A601CBA00E9B192 /* Project object */ = {
168
- isa = PBXProject;
169
- attributes = {
170
- LastUpgradeCheck = 1130;
171
- TargetAttributes = {
172
- 13B07F861A680F5B00A75B9A = {
173
- LastSwiftMigration = 1250;
174
- };
175
- };
176
- };
177
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "exampleForExpo" */;
178
- compatibilityVersion = "Xcode 3.2";
179
- developmentRegion = en;
180
- hasScannedForEncodings = 0;
181
- knownRegions = (
182
- en,
183
- Base,
184
- );
185
- mainGroup = 83CBB9F61A601CBA00E9B192;
186
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
187
- projectDirPath = "";
188
- projectRoot = "";
189
- targets = (
190
- 13B07F861A680F5B00A75B9A /* exampleForExpo */,
191
- );
192
- };
193
- /* End PBXProject section */
194
-
195
- /* Begin PBXResourcesBuildPhase section */
196
- 13B07F8E1A680F5B00A75B9A /* Resources */ = {
197
- isa = PBXResourcesBuildPhase;
198
- buildActionMask = 2147483647;
199
- files = (
200
- BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
201
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
202
- 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
203
- );
204
- runOnlyForDeploymentPostprocessing = 0;
205
- };
206
- /* End PBXResourcesBuildPhase section */
207
-
208
- /* Begin PBXShellScriptBuildPhase section */
209
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
210
- isa = PBXShellScriptBuildPhase;
211
- buildActionMask = 2147483647;
212
- files = (
213
- );
214
- inputPaths = (
215
- );
216
- name = "Bundle React Native code and images";
217
- outputPaths = (
218
- );
219
- runOnlyForDeploymentPostprocessing = 0;
220
- shellPath = /bin/sh;
221
- shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" $PROJECT_ROOT ios relative | tail -n 1)\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
222
- };
223
- 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
224
- isa = PBXShellScriptBuildPhase;
225
- buildActionMask = 2147483647;
226
- files = (
227
- );
228
- inputFileListPaths = (
229
- );
230
- inputPaths = (
231
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
232
- "${PODS_ROOT}/Manifest.lock",
233
- );
234
- name = "[CP] Check Pods Manifest.lock";
235
- outputFileListPaths = (
236
- );
237
- outputPaths = (
238
- "$(DERIVED_FILE_DIR)/Pods-exampleForExpo-checkManifestLockResult.txt",
239
- );
240
- runOnlyForDeploymentPostprocessing = 0;
241
- shellPath = /bin/sh;
242
- 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";
243
- showEnvVarsInLog = 0;
244
- };
245
- 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
246
- isa = PBXShellScriptBuildPhase;
247
- buildActionMask = 2147483647;
248
- files = (
249
- );
250
- inputPaths = (
251
- "${PODS_ROOT}/Target Support Files/Pods-exampleForExpo/Pods-exampleForExpo-resources.sh",
252
- "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
253
- "${PODS_CONFIGURATION_BUILD_DIR}/EXUpdates/EXUpdates.bundle",
254
- "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
255
- );
256
- name = "[CP] Copy Pods Resources";
257
- outputPaths = (
258
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
259
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXUpdates.bundle",
260
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
261
- );
262
- runOnlyForDeploymentPostprocessing = 0;
263
- shellPath = /bin/sh;
264
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-exampleForExpo/Pods-exampleForExpo-resources.sh\"\n";
265
- showEnvVarsInLog = 0;
266
- };
267
- DF5B7D91A69AFD13A9B286A6 /* [Expo] Configure project */ = {
268
- isa = PBXShellScriptBuildPhase;
269
- alwaysOutOfDate = 1;
270
- buildActionMask = 2147483647;
271
- files = (
272
- );
273
- inputFileListPaths = (
274
- );
275
- inputPaths = (
276
- );
277
- name = "[Expo] Configure project";
278
- outputFileListPaths = (
279
- );
280
- outputPaths = (
281
- );
282
- runOnlyForDeploymentPostprocessing = 0;
283
- shellPath = /bin/sh;
284
- shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-exampleForExpo/expo-configure-project.sh\"\n";
285
- };
286
- FD10A7F022414F080027D42C /* Start Packager */ = {
287
- isa = PBXShellScriptBuildPhase;
288
- buildActionMask = 2147483647;
289
- files = (
290
- );
291
- inputFileListPaths = (
292
- );
293
- inputPaths = (
294
- );
295
- name = "Start Packager";
296
- outputFileListPaths = (
297
- );
298
- outputPaths = (
299
- );
300
- runOnlyForDeploymentPostprocessing = 0;
301
- shellPath = /bin/sh;
302
- shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\nexport RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > `$NODE_BINARY --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/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 `$NODE_BINARY --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/launchPackager.command'\"` || echo \"Can't start packager automatically\"\n fi\nfi\n";
303
- showEnvVarsInLog = 0;
304
- };
305
- /* End PBXShellScriptBuildPhase section */
306
-
307
- /* Begin PBXSourcesBuildPhase section */
308
- 13B07F871A680F5B00A75B9A /* Sources */ = {
309
- isa = PBXSourcesBuildPhase;
310
- buildActionMask = 2147483647;
311
- files = (
312
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
313
- 13B07FC11A68108700A75B9A /* main.m in Sources */,
314
- B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
315
- 3526E1DC7D8A47BBAABD90D8 /* noop-file.swift in Sources */,
316
- );
317
- runOnlyForDeploymentPostprocessing = 0;
318
- };
319
- /* End PBXSourcesBuildPhase section */
320
-
321
- /* Begin XCBuildConfiguration section */
322
- 13B07F941A680F5B00A75B9A /* Debug */ = {
323
- isa = XCBuildConfiguration;
324
- baseConfigurationReference = 6C2E3173556A471DD304B334 /* Pods-exampleForExpo.debug.xcconfig */;
325
- buildSettings = {
326
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
327
- CLANG_ENABLE_MODULES = YES;
328
- CODE_SIGN_ENTITLEMENTS = exampleForExpo/exampleForExpo.entitlements;
329
- CURRENT_PROJECT_VERSION = 1;
330
- DEVELOPMENT_TEAM = NLA2N3C754;
331
- ENABLE_BITCODE = NO;
332
- GCC_PREPROCESSOR_DEFINITIONS = (
333
- "$(inherited)",
334
- "FB_SONARKIT_ENABLED=1",
335
- );
336
- INFOPLIST_FILE = exampleForExpo/Info.plist;
337
- IPHONEOS_DEPLOYMENT_TARGET = 13.0;
338
- LD_RUNPATH_SEARCH_PATHS = (
339
- "$(inherited)",
340
- "@executable_path/Frameworks",
341
- );
342
- OTHER_LDFLAGS = (
343
- "$(inherited)",
344
- "-ObjC",
345
- "-lc++",
346
- );
347
- OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
348
- PRODUCT_BUNDLE_IDENTIFIER = kr.iamport.exampleForExpo;
349
- PRODUCT_NAME = exampleForExpo;
350
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
351
- SWIFT_VERSION = 5.0;
352
- TARGETED_DEVICE_FAMILY = 1;
353
- VERSIONING_SYSTEM = "apple-generic";
354
- };
355
- name = Debug;
356
- };
357
- 13B07F951A680F5B00A75B9A /* Release */ = {
358
- isa = XCBuildConfiguration;
359
- baseConfigurationReference = 7A4D352CD337FB3A3BF06240 /* Pods-exampleForExpo.release.xcconfig */;
360
- buildSettings = {
361
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
362
- CLANG_ENABLE_MODULES = YES;
363
- CODE_SIGN_ENTITLEMENTS = exampleForExpo/exampleForExpo.entitlements;
364
- CURRENT_PROJECT_VERSION = 1;
365
- DEVELOPMENT_TEAM = NLA2N3C754;
366
- INFOPLIST_FILE = exampleForExpo/Info.plist;
367
- IPHONEOS_DEPLOYMENT_TARGET = 13.0;
368
- LD_RUNPATH_SEARCH_PATHS = (
369
- "$(inherited)",
370
- "@executable_path/Frameworks",
371
- );
372
- OTHER_LDFLAGS = (
373
- "$(inherited)",
374
- "-ObjC",
375
- "-lc++",
376
- );
377
- OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
378
- PRODUCT_BUNDLE_IDENTIFIER = kr.iamport.exampleForExpo;
379
- PRODUCT_NAME = exampleForExpo;
380
- SWIFT_VERSION = 5.0;
381
- TARGETED_DEVICE_FAMILY = 1;
382
- VERSIONING_SYSTEM = "apple-generic";
383
- };
384
- name = Release;
385
- };
386
- 83CBBA201A601CBA00E9B192 /* Debug */ = {
387
- isa = XCBuildConfiguration;
388
- buildSettings = {
389
- ALWAYS_SEARCH_USER_PATHS = NO;
390
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
391
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
392
- CLANG_CXX_LIBRARY = "libc++";
393
- CLANG_ENABLE_MODULES = YES;
394
- CLANG_ENABLE_OBJC_ARC = YES;
395
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
396
- CLANG_WARN_BOOL_CONVERSION = YES;
397
- CLANG_WARN_COMMA = YES;
398
- CLANG_WARN_CONSTANT_CONVERSION = YES;
399
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
400
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
401
- CLANG_WARN_EMPTY_BODY = YES;
402
- CLANG_WARN_ENUM_CONVERSION = YES;
403
- CLANG_WARN_INFINITE_RECURSION = YES;
404
- CLANG_WARN_INT_CONVERSION = YES;
405
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
406
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
407
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
408
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
409
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
410
- CLANG_WARN_STRICT_PROTOTYPES = YES;
411
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
412
- CLANG_WARN_UNREACHABLE_CODE = YES;
413
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
414
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
415
- COPY_PHASE_STRIP = NO;
416
- ENABLE_STRICT_OBJC_MSGSEND = YES;
417
- ENABLE_TESTABILITY = YES;
418
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
419
- GCC_C_LANGUAGE_STANDARD = gnu99;
420
- GCC_DYNAMIC_NO_PIC = NO;
421
- GCC_NO_COMMON_BLOCKS = YES;
422
- GCC_OPTIMIZATION_LEVEL = 0;
423
- GCC_PREPROCESSOR_DEFINITIONS = (
424
- "DEBUG=1",
425
- "$(inherited)",
426
- _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
427
- );
428
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
429
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
430
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
431
- GCC_WARN_UNDECLARED_SELECTOR = YES;
432
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
433
- GCC_WARN_UNUSED_FUNCTION = YES;
434
- GCC_WARN_UNUSED_VARIABLE = YES;
435
- IPHONEOS_DEPLOYMENT_TARGET = 13.0;
436
- LD_RUNPATH_SEARCH_PATHS = (
437
- /usr/lib/swift,
438
- "$(inherited)",
439
- );
440
- LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
441
- MTL_ENABLE_DEBUG_INFO = YES;
442
- ONLY_ACTIVE_ARCH = YES;
443
- OTHER_CFLAGS = "$(inherited)";
444
- OTHER_CPLUSPLUSFLAGS = "$(inherited)";
445
- OTHER_LDFLAGS = (
446
- "$(inherited)",
447
- "-Wl",
448
- "-ld_classic",
449
- );
450
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
451
- SDKROOT = iphoneos;
452
- };
453
- name = Debug;
454
- };
455
- 83CBBA211A601CBA00E9B192 /* Release */ = {
456
- isa = XCBuildConfiguration;
457
- buildSettings = {
458
- ALWAYS_SEARCH_USER_PATHS = NO;
459
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
460
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
461
- CLANG_CXX_LIBRARY = "libc++";
462
- CLANG_ENABLE_MODULES = YES;
463
- CLANG_ENABLE_OBJC_ARC = YES;
464
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
465
- CLANG_WARN_BOOL_CONVERSION = YES;
466
- CLANG_WARN_COMMA = YES;
467
- CLANG_WARN_CONSTANT_CONVERSION = YES;
468
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
469
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
470
- CLANG_WARN_EMPTY_BODY = YES;
471
- CLANG_WARN_ENUM_CONVERSION = YES;
472
- CLANG_WARN_INFINITE_RECURSION = YES;
473
- CLANG_WARN_INT_CONVERSION = YES;
474
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
475
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
476
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
477
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
478
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
479
- CLANG_WARN_STRICT_PROTOTYPES = YES;
480
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
481
- CLANG_WARN_UNREACHABLE_CODE = YES;
482
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
483
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
484
- COPY_PHASE_STRIP = YES;
485
- ENABLE_NS_ASSERTIONS = NO;
486
- ENABLE_STRICT_OBJC_MSGSEND = YES;
487
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
488
- GCC_C_LANGUAGE_STANDARD = gnu99;
489
- GCC_NO_COMMON_BLOCKS = YES;
490
- GCC_PREPROCESSOR_DEFINITIONS = (
491
- "$(inherited)",
492
- _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
493
- );
494
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
495
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
496
- GCC_WARN_UNDECLARED_SELECTOR = YES;
497
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
498
- GCC_WARN_UNUSED_FUNCTION = YES;
499
- GCC_WARN_UNUSED_VARIABLE = YES;
500
- IPHONEOS_DEPLOYMENT_TARGET = 13.0;
501
- LD_RUNPATH_SEARCH_PATHS = (
502
- /usr/lib/swift,
503
- "$(inherited)",
504
- );
505
- LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
506
- MTL_ENABLE_DEBUG_INFO = NO;
507
- OTHER_CFLAGS = "$(inherited)";
508
- OTHER_CPLUSPLUSFLAGS = "$(inherited)";
509
- OTHER_LDFLAGS = (
510
- "$(inherited)",
511
- "-Wl",
512
- "-ld_classic",
513
- );
514
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
515
- SDKROOT = iphoneos;
516
- VALIDATE_PRODUCT = YES;
517
- };
518
- name = Release;
519
- };
520
- /* End XCBuildConfiguration section */
521
-
522
- /* Begin XCConfigurationList section */
523
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "exampleForExpo" */ = {
524
- isa = XCConfigurationList;
525
- buildConfigurations = (
526
- 13B07F941A680F5B00A75B9A /* Debug */,
527
- 13B07F951A680F5B00A75B9A /* Release */,
528
- );
529
- defaultConfigurationIsVisible = 0;
530
- defaultConfigurationName = Release;
531
- };
532
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "exampleForExpo" */ = {
533
- isa = XCConfigurationList;
534
- buildConfigurations = (
535
- 83CBBA201A601CBA00E9B192 /* Debug */,
536
- 83CBBA211A601CBA00E9B192 /* Release */,
537
- );
538
- defaultConfigurationIsVisible = 0;
539
- defaultConfigurationName = Release;
540
- };
541
- /* End XCConfigurationList section */
542
- };
543
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
544
- }
@@ -1,88 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1130"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
18
- BuildableName = "exampleForExpo.app"
19
- BlueprintName = "exampleForExpo"
20
- ReferencedContainer = "container:exampleForExpo.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = "YES">
30
- <Testables>
31
- <TestableReference
32
- skipped = "NO">
33
- <BuildableReference
34
- BuildableIdentifier = "primary"
35
- BlueprintIdentifier = "00E356ED1AD99517003FC87E"
36
- BuildableName = "exampleForExpoTests.xctest"
37
- BlueprintName = "exampleForExpoTests"
38
- ReferencedContainer = "container:exampleForExpo.xcodeproj">
39
- </BuildableReference>
40
- </TestableReference>
41
- </Testables>
42
- </TestAction>
43
- <LaunchAction
44
- buildConfiguration = "Debug"
45
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
46
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47
- launchStyle = "0"
48
- useCustomWorkingDirectory = "NO"
49
- ignoresPersistentStateOnLaunch = "NO"
50
- debugDocumentVersioning = "YES"
51
- debugServiceExtension = "internal"
52
- allowLocationSimulation = "YES">
53
- <BuildableProductRunnable
54
- runnableDebuggingMode = "0">
55
- <BuildableReference
56
- BuildableIdentifier = "primary"
57
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
58
- BuildableName = "exampleForExpo.app"
59
- BlueprintName = "exampleForExpo"
60
- ReferencedContainer = "container:exampleForExpo.xcodeproj">
61
- </BuildableReference>
62
- </BuildableProductRunnable>
63
- </LaunchAction>
64
- <ProfileAction
65
- buildConfiguration = "Release"
66
- shouldUseLaunchSchemeArgsEnv = "YES"
67
- savedToolIdentifier = ""
68
- useCustomWorkingDirectory = "NO"
69
- debugDocumentVersioning = "YES">
70
- <BuildableProductRunnable
71
- runnableDebuggingMode = "0">
72
- <BuildableReference
73
- BuildableIdentifier = "primary"
74
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
75
- BuildableName = "exampleForExpo.app"
76
- BlueprintName = "exampleForExpo"
77
- ReferencedContainer = "container:exampleForExpo.xcodeproj">
78
- </BuildableReference>
79
- </BuildableProductRunnable>
80
- </ProfileAction>
81
- <AnalyzeAction
82
- buildConfiguration = "Debug">
83
- </AnalyzeAction>
84
- <ArchiveAction
85
- buildConfiguration = "Release"
86
- revealArchiveInOrganizer = "YES">
87
- </ArchiveAction>
88
- </Scheme>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "group:exampleForExpo.xcodeproj">
6
- </FileRef>
7
- <FileRef
8
- location = "group:Pods/Pods.xcodeproj">
9
- </FileRef>
10
- </Workspace>
@@ -1,8 +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>IDEDidComputeMac32BitWarning</key>
6
- <true/>
7
- </dict>
8
- </plist>