mixpanel-react-native 1.3.3 → 1.3.4

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 (204) hide show
  1. package/MixpanelReactNative.podspec +1 -1
  2. package/__tests__/index.test.js +1 -1
  3. package/android/build.gradle +1 -1
  4. package/docs/Mixpanel.html +1 -1
  5. package/docs/MixpanelGroup.html +1 -1
  6. package/docs/People.html +1 -1
  7. package/docs/index.html +1 -1
  8. package/docs/index.js.html +1 -1
  9. package/ios/Constants.swift +0 -1
  10. package/ios/MixpanelReactNative.swift +1 -1
  11. package/package.json +1 -1
  12. package/release.py +3 -3
  13. package/Samples/ContextAPIMixpanel/.buckconfig +0 -6
  14. package/Samples/ContextAPIMixpanel/.editorconfig +0 -3
  15. package/Samples/ContextAPIMixpanel/.eslintrc.js +0 -4
  16. package/Samples/ContextAPIMixpanel/.flowconfig +0 -66
  17. package/Samples/ContextAPIMixpanel/.gitattributes +0 -3
  18. package/Samples/ContextAPIMixpanel/.prettierrc.js +0 -7
  19. package/Samples/ContextAPIMixpanel/.watchmanconfig +0 -1
  20. package/Samples/ContextAPIMixpanel/Analytics.js +0 -18
  21. package/Samples/ContextAPIMixpanel/App.js +0 -17
  22. package/Samples/ContextAPIMixpanel/Screens/SampleScreen.js +0 -17
  23. package/Samples/ContextAPIMixpanel/__tests__/App-test.js +0 -14
  24. package/Samples/ContextAPIMixpanel/android/app/BUCK +0 -55
  25. package/Samples/ContextAPIMixpanel/android/app/build.gradle +0 -222
  26. package/Samples/ContextAPIMixpanel/android/app/build_defs.bzl +0 -19
  27. package/Samples/ContextAPIMixpanel/android/app/debug.keystore +0 -0
  28. package/Samples/ContextAPIMixpanel/android/app/proguard-rules.pro +0 -10
  29. package/Samples/ContextAPIMixpanel/android/app/src/debug/AndroidManifest.xml +0 -13
  30. package/Samples/ContextAPIMixpanel/android/app/src/debug/java/com/contextapimixpanel/ReactNativeFlipper.java +0 -72
  31. package/Samples/ContextAPIMixpanel/android/app/src/main/AndroidManifest.xml +0 -25
  32. package/Samples/ContextAPIMixpanel/android/app/src/main/java/com/contextapimixpanel/MainActivity.java +0 -15
  33. package/Samples/ContextAPIMixpanel/android/app/src/main/java/com/contextapimixpanel/MainApplication.java +0 -80
  34. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  35. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  36. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  37. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  38. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  39. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  40. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  41. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  42. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  43. package/Samples/ContextAPIMixpanel/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  44. package/Samples/ContextAPIMixpanel/android/app/src/main/res/values/strings.xml +0 -3
  45. package/Samples/ContextAPIMixpanel/android/app/src/main/res/values/styles.xml +0 -9
  46. package/Samples/ContextAPIMixpanel/android/build.gradle +0 -38
  47. package/Samples/ContextAPIMixpanel/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  48. package/Samples/ContextAPIMixpanel/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  49. package/Samples/ContextAPIMixpanel/android/gradle.properties +0 -28
  50. package/Samples/ContextAPIMixpanel/android/gradlew +0 -185
  51. package/Samples/ContextAPIMixpanel/android/gradlew.bat +0 -89
  52. package/Samples/ContextAPIMixpanel/android/settings.gradle +0 -3
  53. package/Samples/ContextAPIMixpanel/app.json +0 -4
  54. package/Samples/ContextAPIMixpanel/babel.config.js +0 -3
  55. package/Samples/ContextAPIMixpanel/index.js +0 -9
  56. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel/AppDelegate.h +0 -8
  57. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel/AppDelegate.m +0 -62
  58. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  59. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel/Images.xcassets/Contents.json +0 -6
  60. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel/Info.plist +0 -55
  61. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel/LaunchScreen.storyboard +0 -47
  62. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel/main.m +0 -9
  63. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel-Bridging-Header.h +0 -4
  64. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel.xcodeproj/project.pbxproj +0 -694
  65. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel.xcodeproj/xcshareddata/xcschemes/ContextAPIMixpanel.xcscheme +0 -88
  66. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel.xcworkspace/contents.xcworkspacedata +0 -10
  67. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  68. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanelTests/ContextAPIMixpanelTests.m +0 -65
  69. package/Samples/ContextAPIMixpanel/ios/ContextAPIMixpanelTests/Info.plist +0 -24
  70. package/Samples/ContextAPIMixpanel/ios/File.swift +0 -8
  71. package/Samples/ContextAPIMixpanel/ios/Podfile +0 -29
  72. package/Samples/ContextAPIMixpanel/metro.config.js +0 -17
  73. package/Samples/ContextAPIMixpanel/package.json +0 -30
  74. package/Samples/ContextAPIMixpanel/yarn.lock +0 -6770
  75. package/Samples/MixpanelDemo/.buckconfig +0 -6
  76. package/Samples/MixpanelDemo/.eslintrc.js +0 -4
  77. package/Samples/MixpanelDemo/.flowconfig +0 -73
  78. package/Samples/MixpanelDemo/.gitattributes +0 -1
  79. package/Samples/MixpanelDemo/.prettierrc.js +0 -6
  80. package/Samples/MixpanelDemo/.watchmanconfig +0 -1
  81. package/Samples/MixpanelDemo/Analytics.js +0 -15
  82. package/Samples/MixpanelDemo/App.js +0 -11
  83. package/Samples/MixpanelDemo/Router.js +0 -35
  84. package/Samples/MixpanelDemo/__tests__/App-test.js +0 -3
  85. package/Samples/MixpanelDemo/android/app/BUCK +0 -55
  86. package/Samples/MixpanelDemo/android/app/build.gradle +0 -219
  87. package/Samples/MixpanelDemo/android/app/build_defs.bzl +0 -19
  88. package/Samples/MixpanelDemo/android/app/debug.keystore +0 -0
  89. package/Samples/MixpanelDemo/android/app/proguard-rules.pro +0 -10
  90. package/Samples/MixpanelDemo/android/app/src/debug/AndroidManifest.xml +0 -8
  91. package/Samples/MixpanelDemo/android/app/src/debug/java/com/mixpaneldemo/ReactNativeFlipper.java +0 -72
  92. package/Samples/MixpanelDemo/android/app/src/main/AndroidManifest.xml +0 -27
  93. package/Samples/MixpanelDemo/android/app/src/main/java/com/MixpanelDemo/MainActivity.java +0 -15
  94. package/Samples/MixpanelDemo/android/app/src/main/java/com/MixpanelDemo/MainApplication.java +0 -81
  95. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  96. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  97. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  98. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  99. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  100. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  101. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  102. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  103. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  104. package/Samples/MixpanelDemo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  105. package/Samples/MixpanelDemo/android/app/src/main/res/values/strings.xml +0 -3
  106. package/Samples/MixpanelDemo/android/app/src/main/res/values/styles.xml +0 -9
  107. package/Samples/MixpanelDemo/android/build.gradle +0 -37
  108. package/Samples/MixpanelDemo/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  109. package/Samples/MixpanelDemo/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  110. package/Samples/MixpanelDemo/android/gradle.properties +0 -28
  111. package/Samples/MixpanelDemo/android/gradlew +0 -183
  112. package/Samples/MixpanelDemo/android/gradlew.bat +0 -103
  113. package/Samples/MixpanelDemo/android/settings.gradle +0 -5
  114. package/Samples/MixpanelDemo/app.json +0 -5
  115. package/Samples/MixpanelDemo/babel.config.js +0 -3
  116. package/Samples/MixpanelDemo/index.js +0 -9
  117. package/Samples/MixpanelDemo/ios/Empty.swift +0 -8
  118. package/Samples/MixpanelDemo/ios/MixpanelDemo/AppDelegate.h +0 -8
  119. package/Samples/MixpanelDemo/ios/MixpanelDemo/AppDelegate.m +0 -58
  120. package/Samples/MixpanelDemo/ios/MixpanelDemo/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  121. package/Samples/MixpanelDemo/ios/MixpanelDemo/Images.xcassets/Contents.json +0 -6
  122. package/Samples/MixpanelDemo/ios/MixpanelDemo/Info.plist +0 -57
  123. package/Samples/MixpanelDemo/ios/MixpanelDemo/LaunchScreen.storyboard +0 -58
  124. package/Samples/MixpanelDemo/ios/MixpanelDemo/main.m +0 -9
  125. package/Samples/MixpanelDemo/ios/MixpanelDemo-Bridging-Header.h +0 -4
  126. package/Samples/MixpanelDemo/ios/MixpanelDemo-tvOS/Info.plist +0 -53
  127. package/Samples/MixpanelDemo/ios/MixpanelDemo-tvOSTests/Info.plist +0 -24
  128. package/Samples/MixpanelDemo/ios/MixpanelDemo.xcodeproj/project.pbxproj +0 -997
  129. package/Samples/MixpanelDemo/ios/MixpanelDemo.xcodeproj/xcshareddata/xcschemes/MixpanelDemo-tvOS.xcscheme +0 -88
  130. package/Samples/MixpanelDemo/ios/MixpanelDemo.xcodeproj/xcshareddata/xcschemes/MixpanelDemo.xcscheme +0 -88
  131. package/Samples/MixpanelDemo/ios/MixpanelDemo.xcworkspace/contents.xcworkspacedata +0 -10
  132. package/Samples/MixpanelDemo/ios/MixpanelDemo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  133. package/Samples/MixpanelDemo/ios/MixpanelDemoTests/Info.plist +0 -24
  134. package/Samples/MixpanelDemo/ios/MixpanelDemoTests/MixpanelDemoTests.m +0 -65
  135. package/Samples/MixpanelDemo/ios/Podfile +0 -24
  136. package/Samples/MixpanelDemo/metro.config.js +0 -17
  137. package/Samples/MixpanelDemo/package.json +0 -40
  138. package/Samples/MixpanelDemo/screens/EventScreen.js +0 -156
  139. package/Samples/MixpanelDemo/screens/GDPRScreen.js +0 -63
  140. package/Samples/MixpanelDemo/screens/GroupScreen.js +0 -142
  141. package/Samples/MixpanelDemo/screens/Home.js +0 -54
  142. package/Samples/MixpanelDemo/screens/ProfileScreen.js +0 -184
  143. package/Samples/MixpanelDemo/yarn.lock +0 -6945
  144. package/Samples/README.md +0 -39
  145. package/Samples/SimpleMixpanel/.buckconfig +0 -6
  146. package/Samples/SimpleMixpanel/.editorconfig +0 -3
  147. package/Samples/SimpleMixpanel/.eslintrc.js +0 -4
  148. package/Samples/SimpleMixpanel/.flowconfig +0 -66
  149. package/Samples/SimpleMixpanel/.gitattributes +0 -3
  150. package/Samples/SimpleMixpanel/.prettierrc.js +0 -7
  151. package/Samples/SimpleMixpanel/.watchmanconfig +0 -1
  152. package/Samples/SimpleMixpanel/App.js +0 -42
  153. package/Samples/SimpleMixpanel/__tests__/App-test.js +0 -14
  154. package/Samples/SimpleMixpanel/android/app/BUCK +0 -55
  155. package/Samples/SimpleMixpanel/android/app/build.gradle +0 -222
  156. package/Samples/SimpleMixpanel/android/app/build_defs.bzl +0 -19
  157. package/Samples/SimpleMixpanel/android/app/debug.keystore +0 -0
  158. package/Samples/SimpleMixpanel/android/app/proguard-rules.pro +0 -10
  159. package/Samples/SimpleMixpanel/android/app/src/debug/AndroidManifest.xml +0 -13
  160. package/Samples/SimpleMixpanel/android/app/src/debug/java/com/simplemixpanel/ReactNativeFlipper.java +0 -72
  161. package/Samples/SimpleMixpanel/android/app/src/main/AndroidManifest.xml +0 -25
  162. package/Samples/SimpleMixpanel/android/app/src/main/java/com/simplemixpanel/MainActivity.java +0 -15
  163. package/Samples/SimpleMixpanel/android/app/src/main/java/com/simplemixpanel/MainApplication.java +0 -80
  164. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  165. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  166. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  167. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  168. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  169. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  170. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  171. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  172. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  173. package/Samples/SimpleMixpanel/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  174. package/Samples/SimpleMixpanel/android/app/src/main/res/values/strings.xml +0 -3
  175. package/Samples/SimpleMixpanel/android/app/src/main/res/values/styles.xml +0 -9
  176. package/Samples/SimpleMixpanel/android/build.gradle +0 -38
  177. package/Samples/SimpleMixpanel/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  178. package/Samples/SimpleMixpanel/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  179. package/Samples/SimpleMixpanel/android/gradle.properties +0 -28
  180. package/Samples/SimpleMixpanel/android/gradlew +0 -185
  181. package/Samples/SimpleMixpanel/android/gradlew.bat +0 -89
  182. package/Samples/SimpleMixpanel/android/settings.gradle +0 -3
  183. package/Samples/SimpleMixpanel/app.json +0 -4
  184. package/Samples/SimpleMixpanel/babel.config.js +0 -3
  185. package/Samples/SimpleMixpanel/index.js +0 -9
  186. package/Samples/SimpleMixpanel/ios/File.swift +0 -8
  187. package/Samples/SimpleMixpanel/ios/Podfile +0 -29
  188. package/Samples/SimpleMixpanel/ios/SimpleMixpanel/AppDelegate.h +0 -8
  189. package/Samples/SimpleMixpanel/ios/SimpleMixpanel/AppDelegate.m +0 -62
  190. package/Samples/SimpleMixpanel/ios/SimpleMixpanel/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  191. package/Samples/SimpleMixpanel/ios/SimpleMixpanel/Images.xcassets/Contents.json +0 -6
  192. package/Samples/SimpleMixpanel/ios/SimpleMixpanel/Info.plist +0 -55
  193. package/Samples/SimpleMixpanel/ios/SimpleMixpanel/LaunchScreen.storyboard +0 -47
  194. package/Samples/SimpleMixpanel/ios/SimpleMixpanel/main.m +0 -9
  195. package/Samples/SimpleMixpanel/ios/SimpleMixpanel-Bridging-Header.h +0 -4
  196. package/Samples/SimpleMixpanel/ios/SimpleMixpanel.xcodeproj/project.pbxproj +0 -694
  197. package/Samples/SimpleMixpanel/ios/SimpleMixpanel.xcodeproj/xcshareddata/xcschemes/SimpleMixpanel.xcscheme +0 -88
  198. package/Samples/SimpleMixpanel/ios/SimpleMixpanel.xcworkspace/contents.xcworkspacedata +0 -10
  199. package/Samples/SimpleMixpanel/ios/SimpleMixpanel.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  200. package/Samples/SimpleMixpanel/ios/SimpleMixpanelTests/Info.plist +0 -24
  201. package/Samples/SimpleMixpanel/ios/SimpleMixpanelTests/SimpleMixpanelTests.m +0 -65
  202. package/Samples/SimpleMixpanel/metro.config.js +0 -17
  203. package/Samples/SimpleMixpanel/package.json +0 -30
  204. package/Samples/SimpleMixpanel/yarn.lock +0 -6770
@@ -1,997 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 00E356F31AD99517003FC87E /* MixpanelDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* MixpanelDemoTests.m */; };
11
- 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
12
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13
- 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
14
- 1B80D8B9E843717DFD25E9F7 /* libPods-MixpanelDemo-MixpanelDemoTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F317D0298CD98E58099BA151 /* libPods-MixpanelDemo-MixpanelDemoTests.a */; };
15
- 29E6D14A2F9489F5D0D5C121 /* libPods-MixpanelDemo-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D69CDC0D33FFCE3206A6AC32 /* libPods-MixpanelDemo-tvOSTests.a */; };
16
- 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
17
- 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
18
- 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
19
- 2DCD954D1E0B4F2C00145EB5 /* MixpanelDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* MixpanelDemoTests.m */; };
20
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
21
- 862F7C44263CD53A00F67ED4 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 862F7C43263CD53A00F67ED4 /* Empty.swift */; };
22
- 9561CA7D9A25C2BC498FE73D /* libPods-MixpanelDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9E29F404F822B45ECA7D0A59 /* libPods-MixpanelDemo.a */; };
23
- EAD753392B2501CEDB1EBC8E /* libPods-MixpanelDemo-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 33E45CC1F7F9BD597DAFF3D4 /* libPods-MixpanelDemo-tvOS.a */; };
24
- /* End PBXBuildFile section */
25
-
26
- /* Begin PBXContainerItemProxy section */
27
- 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
28
- isa = PBXContainerItemProxy;
29
- containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
30
- proxyType = 1;
31
- remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
32
- remoteInfo = MixpanelDemo;
33
- };
34
- 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
35
- isa = PBXContainerItemProxy;
36
- containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
37
- proxyType = 1;
38
- remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
39
- remoteInfo = "MixpanelDemo-tvOS";
40
- };
41
- /* End PBXContainerItemProxy section */
42
-
43
- /* Begin PBXFileReference section */
44
- 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
45
- 00E356EE1AD99517003FC87E /* MixpanelDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MixpanelDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
46
- 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
47
- 00E356F21AD99517003FC87E /* MixpanelDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MixpanelDemoTests.m; sourceTree = "<group>"; };
48
- 13B07F961A680F5B00A75B9A /* MixpanelDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MixpanelDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
49
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = MixpanelDemo/AppDelegate.h; sourceTree = "<group>"; };
50
- 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = MixpanelDemo/AppDelegate.m; sourceTree = "<group>"; };
51
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = MixpanelDemo/Images.xcassets; sourceTree = "<group>"; };
52
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = MixpanelDemo/Info.plist; sourceTree = "<group>"; };
53
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = MixpanelDemo/main.m; sourceTree = "<group>"; };
54
- 15B943AAE69F4D9E352E81B0 /* Pods-MixpanelDemo-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo-tvOSTests/Pods-MixpanelDemo-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
55
- 17C020705F9400DFE629B2F1 /* Pods-MixpanelDemo-MixpanelDemoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo-MixpanelDemoTests.debug.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo-MixpanelDemoTests/Pods-MixpanelDemo-MixpanelDemoTests.debug.xcconfig"; sourceTree = "<group>"; };
56
- 287593281AE532B01AC3BD00 /* Pods-MixpanelDemo-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo-tvOS/Pods-MixpanelDemo-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
57
- 2A1DE7E5A497266D26B3C2E9 /* Pods-MixpanelDemo-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo-tvOSTests/Pods-MixpanelDemo-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
58
- 2D02E47B1E0B4A5D006451C7 /* MixpanelDemo-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MixpanelDemo-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
59
- 2D02E4901E0B4A5D006451C7 /* MixpanelDemo-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "MixpanelDemo-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
60
- 33E45CC1F7F9BD597DAFF3D4 /* libPods-MixpanelDemo-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MixpanelDemo-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
61
- 60776E74F7AEBEFD3EB461E9 /* Pods-MixpanelDemo-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo-tvOS.release.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo-tvOS/Pods-MixpanelDemo-tvOS.release.xcconfig"; sourceTree = "<group>"; };
62
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = MixpanelDemo/LaunchScreen.storyboard; sourceTree = "<group>"; };
63
- 862F7C42263CD53A00F67ED4 /* MixpanelDemo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixpanelDemo-Bridging-Header.h"; sourceTree = "<group>"; };
64
- 862F7C43263CD53A00F67ED4 /* Empty.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Empty.swift; sourceTree = "<group>"; };
65
- 95E1F386AB50B6159FAEF19A /* Pods-MixpanelDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo.debug.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo/Pods-MixpanelDemo.debug.xcconfig"; sourceTree = "<group>"; };
66
- 9E29F404F822B45ECA7D0A59 /* libPods-MixpanelDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MixpanelDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
67
- B9764A5B9B45F21BD7CB2CBC /* Pods-MixpanelDemo-MixpanelDemoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo-MixpanelDemoTests.release.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo-MixpanelDemoTests/Pods-MixpanelDemo-MixpanelDemoTests.release.xcconfig"; sourceTree = "<group>"; };
68
- C0C81800A70AE986A2646ED6 /* Pods-MixpanelDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MixpanelDemo.release.xcconfig"; path = "Target Support Files/Pods-MixpanelDemo/Pods-MixpanelDemo.release.xcconfig"; sourceTree = "<group>"; };
69
- D69CDC0D33FFCE3206A6AC32 /* libPods-MixpanelDemo-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MixpanelDemo-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
70
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
71
- 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; };
72
- F317D0298CD98E58099BA151 /* libPods-MixpanelDemo-MixpanelDemoTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MixpanelDemo-MixpanelDemoTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
73
- /* End PBXFileReference section */
74
-
75
- /* Begin PBXFrameworksBuildPhase section */
76
- 00E356EB1AD99517003FC87E /* Frameworks */ = {
77
- isa = PBXFrameworksBuildPhase;
78
- buildActionMask = 2147483647;
79
- files = (
80
- 1B80D8B9E843717DFD25E9F7 /* libPods-MixpanelDemo-MixpanelDemoTests.a in Frameworks */,
81
- );
82
- runOnlyForDeploymentPostprocessing = 0;
83
- };
84
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
85
- isa = PBXFrameworksBuildPhase;
86
- buildActionMask = 2147483647;
87
- files = (
88
- 9561CA7D9A25C2BC498FE73D /* libPods-MixpanelDemo.a in Frameworks */,
89
- );
90
- runOnlyForDeploymentPostprocessing = 0;
91
- };
92
- 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
93
- isa = PBXFrameworksBuildPhase;
94
- buildActionMask = 2147483647;
95
- files = (
96
- EAD753392B2501CEDB1EBC8E /* libPods-MixpanelDemo-tvOS.a in Frameworks */,
97
- );
98
- runOnlyForDeploymentPostprocessing = 0;
99
- };
100
- 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
101
- isa = PBXFrameworksBuildPhase;
102
- buildActionMask = 2147483647;
103
- files = (
104
- 29E6D14A2F9489F5D0D5C121 /* libPods-MixpanelDemo-tvOSTests.a in Frameworks */,
105
- );
106
- runOnlyForDeploymentPostprocessing = 0;
107
- };
108
- /* End PBXFrameworksBuildPhase section */
109
-
110
- /* Begin PBXGroup section */
111
- 00E356EF1AD99517003FC87E /* MixpanelDemoTests */ = {
112
- isa = PBXGroup;
113
- children = (
114
- 00E356F21AD99517003FC87E /* MixpanelDemoTests.m */,
115
- 00E356F01AD99517003FC87E /* Supporting Files */,
116
- );
117
- path = MixpanelDemoTests;
118
- sourceTree = "<group>";
119
- };
120
- 00E356F01AD99517003FC87E /* Supporting Files */ = {
121
- isa = PBXGroup;
122
- children = (
123
- 00E356F11AD99517003FC87E /* Info.plist */,
124
- );
125
- name = "Supporting Files";
126
- sourceTree = "<group>";
127
- };
128
- 0A2FDA1B2D3586E9AEDCC0AD /* Pods */ = {
129
- isa = PBXGroup;
130
- children = (
131
- 95E1F386AB50B6159FAEF19A /* Pods-MixpanelDemo.debug.xcconfig */,
132
- C0C81800A70AE986A2646ED6 /* Pods-MixpanelDemo.release.xcconfig */,
133
- 17C020705F9400DFE629B2F1 /* Pods-MixpanelDemo-MixpanelDemoTests.debug.xcconfig */,
134
- B9764A5B9B45F21BD7CB2CBC /* Pods-MixpanelDemo-MixpanelDemoTests.release.xcconfig */,
135
- 287593281AE532B01AC3BD00 /* Pods-MixpanelDemo-tvOS.debug.xcconfig */,
136
- 60776E74F7AEBEFD3EB461E9 /* Pods-MixpanelDemo-tvOS.release.xcconfig */,
137
- 2A1DE7E5A497266D26B3C2E9 /* Pods-MixpanelDemo-tvOSTests.debug.xcconfig */,
138
- 15B943AAE69F4D9E352E81B0 /* Pods-MixpanelDemo-tvOSTests.release.xcconfig */,
139
- );
140
- path = Pods;
141
- sourceTree = "<group>";
142
- };
143
- 13B07FAE1A68108700A75B9A /* MixpanelDemo */ = {
144
- isa = PBXGroup;
145
- children = (
146
- 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
147
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
148
- 13B07FB01A68108700A75B9A /* AppDelegate.m */,
149
- 13B07FB51A68108700A75B9A /* Images.xcassets */,
150
- 13B07FB61A68108700A75B9A /* Info.plist */,
151
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
152
- 13B07FB71A68108700A75B9A /* main.m */,
153
- 862F7C43263CD53A00F67ED4 /* Empty.swift */,
154
- 862F7C42263CD53A00F67ED4 /* MixpanelDemo-Bridging-Header.h */,
155
- );
156
- name = MixpanelDemo;
157
- sourceTree = "<group>";
158
- };
159
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
160
- isa = PBXGroup;
161
- children = (
162
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
163
- ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
164
- 9E29F404F822B45ECA7D0A59 /* libPods-MixpanelDemo.a */,
165
- F317D0298CD98E58099BA151 /* libPods-MixpanelDemo-MixpanelDemoTests.a */,
166
- 33E45CC1F7F9BD597DAFF3D4 /* libPods-MixpanelDemo-tvOS.a */,
167
- D69CDC0D33FFCE3206A6AC32 /* libPods-MixpanelDemo-tvOSTests.a */,
168
- );
169
- name = Frameworks;
170
- sourceTree = "<group>";
171
- };
172
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
173
- isa = PBXGroup;
174
- children = (
175
- );
176
- name = Libraries;
177
- sourceTree = "<group>";
178
- };
179
- 83CBB9F61A601CBA00E9B192 = {
180
- isa = PBXGroup;
181
- children = (
182
- 13B07FAE1A68108700A75B9A /* MixpanelDemo */,
183
- 832341AE1AAA6A7D00B99B32 /* Libraries */,
184
- 00E356EF1AD99517003FC87E /* MixpanelDemoTests */,
185
- 83CBBA001A601CBA00E9B192 /* Products */,
186
- 2D16E6871FA4F8E400B85C8A /* Frameworks */,
187
- 0A2FDA1B2D3586E9AEDCC0AD /* Pods */,
188
- );
189
- indentWidth = 2;
190
- sourceTree = "<group>";
191
- tabWidth = 2;
192
- usesTabs = 0;
193
- };
194
- 83CBBA001A601CBA00E9B192 /* Products */ = {
195
- isa = PBXGroup;
196
- children = (
197
- 13B07F961A680F5B00A75B9A /* MixpanelDemo.app */,
198
- 00E356EE1AD99517003FC87E /* MixpanelDemoTests.xctest */,
199
- 2D02E47B1E0B4A5D006451C7 /* MixpanelDemo-tvOS.app */,
200
- 2D02E4901E0B4A5D006451C7 /* MixpanelDemo-tvOSTests.xctest */,
201
- );
202
- name = Products;
203
- sourceTree = "<group>";
204
- };
205
- /* End PBXGroup section */
206
-
207
- /* Begin PBXNativeTarget section */
208
- 00E356ED1AD99517003FC87E /* MixpanelDemoTests */ = {
209
- isa = PBXNativeTarget;
210
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MixpanelDemoTests" */;
211
- buildPhases = (
212
- 391B7CB7BA4FE1DC61A2ED12 /* [CP] Check Pods Manifest.lock */,
213
- 00E356EA1AD99517003FC87E /* Sources */,
214
- 00E356EB1AD99517003FC87E /* Frameworks */,
215
- 00E356EC1AD99517003FC87E /* Resources */,
216
- 7DF8F6302A7A1A242320059B /* [CP] Copy Pods Resources */,
217
- );
218
- buildRules = (
219
- );
220
- dependencies = (
221
- 00E356F51AD99517003FC87E /* PBXTargetDependency */,
222
- );
223
- name = MixpanelDemoTests;
224
- productName = MixpanelDemoTests;
225
- productReference = 00E356EE1AD99517003FC87E /* MixpanelDemoTests.xctest */;
226
- productType = "com.apple.product-type.bundle.unit-test";
227
- };
228
- 13B07F861A680F5B00A75B9A /* MixpanelDemo */ = {
229
- isa = PBXNativeTarget;
230
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "MixpanelDemo" */;
231
- buildPhases = (
232
- 1EEEF790D6E970FFC12127D7 /* [CP] Check Pods Manifest.lock */,
233
- FD10A7F022414F080027D42C /* Start Packager */,
234
- 13B07F871A680F5B00A75B9A /* Sources */,
235
- 13B07F8C1A680F5B00A75B9A /* Frameworks */,
236
- 13B07F8E1A680F5B00A75B9A /* Resources */,
237
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
238
- 546C5192FF1A3944BF098E1C /* [CP] Copy Pods Resources */,
239
- );
240
- buildRules = (
241
- );
242
- dependencies = (
243
- );
244
- name = MixpanelDemo;
245
- productName = MixpanelDemo;
246
- productReference = 13B07F961A680F5B00A75B9A /* MixpanelDemo.app */;
247
- productType = "com.apple.product-type.application";
248
- };
249
- 2D02E47A1E0B4A5D006451C7 /* MixpanelDemo-tvOS */ = {
250
- isa = PBXNativeTarget;
251
- buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "MixpanelDemo-tvOS" */;
252
- buildPhases = (
253
- 23DFB7905DD241E0AC721AF6 /* [CP] Check Pods Manifest.lock */,
254
- FD10A7F122414F3F0027D42C /* Start Packager */,
255
- 2D02E4771E0B4A5D006451C7 /* Sources */,
256
- 2D02E4781E0B4A5D006451C7 /* Frameworks */,
257
- 2D02E4791E0B4A5D006451C7 /* Resources */,
258
- 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
259
- );
260
- buildRules = (
261
- );
262
- dependencies = (
263
- );
264
- name = "MixpanelDemo-tvOS";
265
- productName = "MixpanelDemo-tvOS";
266
- productReference = 2D02E47B1E0B4A5D006451C7 /* MixpanelDemo-tvOS.app */;
267
- productType = "com.apple.product-type.application";
268
- };
269
- 2D02E48F1E0B4A5D006451C7 /* MixpanelDemo-tvOSTests */ = {
270
- isa = PBXNativeTarget;
271
- buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "MixpanelDemo-tvOSTests" */;
272
- buildPhases = (
273
- 8ADA917FB02238E508D5FAF8 /* [CP] Check Pods Manifest.lock */,
274
- 2D02E48C1E0B4A5D006451C7 /* Sources */,
275
- 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
276
- 2D02E48E1E0B4A5D006451C7 /* Resources */,
277
- );
278
- buildRules = (
279
- );
280
- dependencies = (
281
- 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
282
- );
283
- name = "MixpanelDemo-tvOSTests";
284
- productName = "MixpanelDemo-tvOSTests";
285
- productReference = 2D02E4901E0B4A5D006451C7 /* MixpanelDemo-tvOSTests.xctest */;
286
- productType = "com.apple.product-type.bundle.unit-test";
287
- };
288
- /* End PBXNativeTarget section */
289
-
290
- /* Begin PBXProject section */
291
- 83CBB9F71A601CBA00E9B192 /* Project object */ = {
292
- isa = PBXProject;
293
- attributes = {
294
- LastUpgradeCheck = 1130;
295
- TargetAttributes = {
296
- 00E356ED1AD99517003FC87E = {
297
- CreatedOnToolsVersion = 6.2;
298
- TestTargetID = 13B07F861A680F5B00A75B9A;
299
- };
300
- 13B07F861A680F5B00A75B9A = {
301
- LastSwiftMigration = 1250;
302
- };
303
- 2D02E47A1E0B4A5D006451C7 = {
304
- CreatedOnToolsVersion = 8.2.1;
305
- ProvisioningStyle = Automatic;
306
- };
307
- 2D02E48F1E0B4A5D006451C7 = {
308
- CreatedOnToolsVersion = 8.2.1;
309
- ProvisioningStyle = Automatic;
310
- TestTargetID = 2D02E47A1E0B4A5D006451C7;
311
- };
312
- };
313
- };
314
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "MixpanelDemo" */;
315
- compatibilityVersion = "Xcode 3.2";
316
- developmentRegion = en;
317
- hasScannedForEncodings = 0;
318
- knownRegions = (
319
- en,
320
- Base,
321
- );
322
- mainGroup = 83CBB9F61A601CBA00E9B192;
323
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
324
- projectDirPath = "";
325
- projectRoot = "";
326
- targets = (
327
- 13B07F861A680F5B00A75B9A /* MixpanelDemo */,
328
- 00E356ED1AD99517003FC87E /* MixpanelDemoTests */,
329
- 2D02E47A1E0B4A5D006451C7 /* MixpanelDemo-tvOS */,
330
- 2D02E48F1E0B4A5D006451C7 /* MixpanelDemo-tvOSTests */,
331
- );
332
- };
333
- /* End PBXProject section */
334
-
335
- /* Begin PBXResourcesBuildPhase section */
336
- 00E356EC1AD99517003FC87E /* Resources */ = {
337
- isa = PBXResourcesBuildPhase;
338
- buildActionMask = 2147483647;
339
- files = (
340
- );
341
- runOnlyForDeploymentPostprocessing = 0;
342
- };
343
- 13B07F8E1A680F5B00A75B9A /* Resources */ = {
344
- isa = PBXResourcesBuildPhase;
345
- buildActionMask = 2147483647;
346
- files = (
347
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
348
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
349
- );
350
- runOnlyForDeploymentPostprocessing = 0;
351
- };
352
- 2D02E4791E0B4A5D006451C7 /* Resources */ = {
353
- isa = PBXResourcesBuildPhase;
354
- buildActionMask = 2147483647;
355
- files = (
356
- 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
357
- );
358
- runOnlyForDeploymentPostprocessing = 0;
359
- };
360
- 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
361
- isa = PBXResourcesBuildPhase;
362
- buildActionMask = 2147483647;
363
- files = (
364
- );
365
- runOnlyForDeploymentPostprocessing = 0;
366
- };
367
- /* End PBXResourcesBuildPhase section */
368
-
369
- /* Begin PBXShellScriptBuildPhase section */
370
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
371
- isa = PBXShellScriptBuildPhase;
372
- buildActionMask = 2147483647;
373
- files = (
374
- );
375
- inputPaths = (
376
- );
377
- name = "Bundle React Native code and images";
378
- outputPaths = (
379
- );
380
- runOnlyForDeploymentPostprocessing = 0;
381
- shellPath = /bin/sh;
382
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
383
- };
384
- 1EEEF790D6E970FFC12127D7 /* [CP] Check Pods Manifest.lock */ = {
385
- isa = PBXShellScriptBuildPhase;
386
- buildActionMask = 2147483647;
387
- files = (
388
- );
389
- inputFileListPaths = (
390
- );
391
- inputPaths = (
392
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
393
- "${PODS_ROOT}/Manifest.lock",
394
- );
395
- name = "[CP] Check Pods Manifest.lock";
396
- outputFileListPaths = (
397
- );
398
- outputPaths = (
399
- "$(DERIVED_FILE_DIR)/Pods-MixpanelDemo-checkManifestLockResult.txt",
400
- );
401
- runOnlyForDeploymentPostprocessing = 0;
402
- shellPath = /bin/sh;
403
- 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";
404
- showEnvVarsInLog = 0;
405
- };
406
- 23DFB7905DD241E0AC721AF6 /* [CP] Check Pods Manifest.lock */ = {
407
- isa = PBXShellScriptBuildPhase;
408
- buildActionMask = 2147483647;
409
- files = (
410
- );
411
- inputFileListPaths = (
412
- );
413
- inputPaths = (
414
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
415
- "${PODS_ROOT}/Manifest.lock",
416
- );
417
- name = "[CP] Check Pods Manifest.lock";
418
- outputFileListPaths = (
419
- );
420
- outputPaths = (
421
- "$(DERIVED_FILE_DIR)/Pods-MixpanelDemo-tvOS-checkManifestLockResult.txt",
422
- );
423
- runOnlyForDeploymentPostprocessing = 0;
424
- shellPath = /bin/sh;
425
- 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";
426
- showEnvVarsInLog = 0;
427
- };
428
- 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
429
- isa = PBXShellScriptBuildPhase;
430
- buildActionMask = 2147483647;
431
- files = (
432
- );
433
- inputPaths = (
434
- );
435
- name = "Bundle React Native Code And Images";
436
- outputPaths = (
437
- );
438
- runOnlyForDeploymentPostprocessing = 0;
439
- shellPath = /bin/sh;
440
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
441
- };
442
- 391B7CB7BA4FE1DC61A2ED12 /* [CP] Check Pods Manifest.lock */ = {
443
- isa = PBXShellScriptBuildPhase;
444
- buildActionMask = 2147483647;
445
- files = (
446
- );
447
- inputFileListPaths = (
448
- );
449
- inputPaths = (
450
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
451
- "${PODS_ROOT}/Manifest.lock",
452
- );
453
- name = "[CP] Check Pods Manifest.lock";
454
- outputFileListPaths = (
455
- );
456
- outputPaths = (
457
- "$(DERIVED_FILE_DIR)/Pods-MixpanelDemo-MixpanelDemoTests-checkManifestLockResult.txt",
458
- );
459
- runOnlyForDeploymentPostprocessing = 0;
460
- shellPath = /bin/sh;
461
- 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";
462
- showEnvVarsInLog = 0;
463
- };
464
- 546C5192FF1A3944BF098E1C /* [CP] Copy Pods Resources */ = {
465
- isa = PBXShellScriptBuildPhase;
466
- buildActionMask = 2147483647;
467
- files = (
468
- );
469
- inputPaths = (
470
- "${PODS_ROOT}/Target Support Files/Pods-MixpanelDemo/Pods-MixpanelDemo-resources.sh",
471
- "${PODS_ROOT}/Mixpanel-swift/Sources/MiniNotificationViewController.xib",
472
- "${PODS_ROOT}/Mixpanel-swift/Sources/placeholder-image.png",
473
- "${PODS_ROOT}/Mixpanel-swift/Sources/TakeoverNotificationViewController~ipad.xib",
474
- "${PODS_ROOT}/Mixpanel-swift/Sources/TakeoverNotificationViewController~iphonelandscape.xib",
475
- "${PODS_ROOT}/Mixpanel-swift/Sources/TakeoverNotificationViewController~iphoneportrait.xib",
476
- "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
477
- );
478
- name = "[CP] Copy Pods Resources";
479
- outputPaths = (
480
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MiniNotificationViewController.nib",
481
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/placeholder-image.png",
482
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TakeoverNotificationViewController~ipad.nib",
483
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TakeoverNotificationViewController~iphonelandscape.nib",
484
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TakeoverNotificationViewController~iphoneportrait.nib",
485
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
486
- );
487
- runOnlyForDeploymentPostprocessing = 0;
488
- shellPath = /bin/sh;
489
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MixpanelDemo/Pods-MixpanelDemo-resources.sh\"\n";
490
- showEnvVarsInLog = 0;
491
- };
492
- 7DF8F6302A7A1A242320059B /* [CP] Copy Pods Resources */ = {
493
- isa = PBXShellScriptBuildPhase;
494
- buildActionMask = 2147483647;
495
- files = (
496
- );
497
- inputPaths = (
498
- "${PODS_ROOT}/Target Support Files/Pods-MixpanelDemo-MixpanelDemoTests/Pods-MixpanelDemo-MixpanelDemoTests-resources.sh",
499
- "${PODS_ROOT}/Mixpanel-swift/Sources/MiniNotificationViewController.xib",
500
- "${PODS_ROOT}/Mixpanel-swift/Sources/placeholder-image.png",
501
- "${PODS_ROOT}/Mixpanel-swift/Sources/TakeoverNotificationViewController~ipad.xib",
502
- "${PODS_ROOT}/Mixpanel-swift/Sources/TakeoverNotificationViewController~iphonelandscape.xib",
503
- "${PODS_ROOT}/Mixpanel-swift/Sources/TakeoverNotificationViewController~iphoneportrait.xib",
504
- "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
505
- );
506
- name = "[CP] Copy Pods Resources";
507
- outputPaths = (
508
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MiniNotificationViewController.nib",
509
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/placeholder-image.png",
510
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TakeoverNotificationViewController~ipad.nib",
511
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TakeoverNotificationViewController~iphonelandscape.nib",
512
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TakeoverNotificationViewController~iphoneportrait.nib",
513
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
514
- );
515
- runOnlyForDeploymentPostprocessing = 0;
516
- shellPath = /bin/sh;
517
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MixpanelDemo-MixpanelDemoTests/Pods-MixpanelDemo-MixpanelDemoTests-resources.sh\"\n";
518
- showEnvVarsInLog = 0;
519
- };
520
- 8ADA917FB02238E508D5FAF8 /* [CP] Check Pods Manifest.lock */ = {
521
- isa = PBXShellScriptBuildPhase;
522
- buildActionMask = 2147483647;
523
- files = (
524
- );
525
- inputFileListPaths = (
526
- );
527
- inputPaths = (
528
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
529
- "${PODS_ROOT}/Manifest.lock",
530
- );
531
- name = "[CP] Check Pods Manifest.lock";
532
- outputFileListPaths = (
533
- );
534
- outputPaths = (
535
- "$(DERIVED_FILE_DIR)/Pods-MixpanelDemo-tvOSTests-checkManifestLockResult.txt",
536
- );
537
- runOnlyForDeploymentPostprocessing = 0;
538
- shellPath = /bin/sh;
539
- 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";
540
- showEnvVarsInLog = 0;
541
- };
542
- FD10A7F022414F080027D42C /* Start Packager */ = {
543
- isa = PBXShellScriptBuildPhase;
544
- buildActionMask = 2147483647;
545
- files = (
546
- );
547
- inputFileListPaths = (
548
- );
549
- inputPaths = (
550
- );
551
- name = "Start Packager";
552
- outputFileListPaths = (
553
- );
554
- outputPaths = (
555
- );
556
- runOnlyForDeploymentPostprocessing = 0;
557
- shellPath = /bin/sh;
558
- 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";
559
- showEnvVarsInLog = 0;
560
- };
561
- FD10A7F122414F3F0027D42C /* Start Packager */ = {
562
- isa = PBXShellScriptBuildPhase;
563
- buildActionMask = 2147483647;
564
- files = (
565
- );
566
- inputFileListPaths = (
567
- );
568
- inputPaths = (
569
- );
570
- name = "Start Packager";
571
- outputFileListPaths = (
572
- );
573
- outputPaths = (
574
- );
575
- runOnlyForDeploymentPostprocessing = 0;
576
- shellPath = /bin/sh;
577
- 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";
578
- showEnvVarsInLog = 0;
579
- };
580
- /* End PBXShellScriptBuildPhase section */
581
-
582
- /* Begin PBXSourcesBuildPhase section */
583
- 00E356EA1AD99517003FC87E /* Sources */ = {
584
- isa = PBXSourcesBuildPhase;
585
- buildActionMask = 2147483647;
586
- files = (
587
- 00E356F31AD99517003FC87E /* MixpanelDemoTests.m in Sources */,
588
- );
589
- runOnlyForDeploymentPostprocessing = 0;
590
- };
591
- 13B07F871A680F5B00A75B9A /* Sources */ = {
592
- isa = PBXSourcesBuildPhase;
593
- buildActionMask = 2147483647;
594
- files = (
595
- 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
596
- 13B07FC11A68108700A75B9A /* main.m in Sources */,
597
- 862F7C44263CD53A00F67ED4 /* Empty.swift in Sources */,
598
- );
599
- runOnlyForDeploymentPostprocessing = 0;
600
- };
601
- 2D02E4771E0B4A5D006451C7 /* Sources */ = {
602
- isa = PBXSourcesBuildPhase;
603
- buildActionMask = 2147483647;
604
- files = (
605
- 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
606
- 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
607
- );
608
- runOnlyForDeploymentPostprocessing = 0;
609
- };
610
- 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
611
- isa = PBXSourcesBuildPhase;
612
- buildActionMask = 2147483647;
613
- files = (
614
- 2DCD954D1E0B4F2C00145EB5 /* MixpanelDemoTests.m in Sources */,
615
- );
616
- runOnlyForDeploymentPostprocessing = 0;
617
- };
618
- /* End PBXSourcesBuildPhase section */
619
-
620
- /* Begin PBXTargetDependency section */
621
- 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
622
- isa = PBXTargetDependency;
623
- target = 13B07F861A680F5B00A75B9A /* MixpanelDemo */;
624
- targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
625
- };
626
- 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
627
- isa = PBXTargetDependency;
628
- target = 2D02E47A1E0B4A5D006451C7 /* MixpanelDemo-tvOS */;
629
- targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
630
- };
631
- /* End PBXTargetDependency section */
632
-
633
- /* Begin XCBuildConfiguration section */
634
- 00E356F61AD99517003FC87E /* Debug */ = {
635
- isa = XCBuildConfiguration;
636
- baseConfigurationReference = 17C020705F9400DFE629B2F1 /* Pods-MixpanelDemo-MixpanelDemoTests.debug.xcconfig */;
637
- buildSettings = {
638
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
639
- BUNDLE_LOADER = "$(TEST_HOST)";
640
- GCC_PREPROCESSOR_DEFINITIONS = (
641
- "DEBUG=1",
642
- "$(inherited)",
643
- );
644
- INFOPLIST_FILE = MixpanelDemoTests/Info.plist;
645
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
646
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
647
- OTHER_LDFLAGS = (
648
- "-ObjC",
649
- "-lc++",
650
- "$(inherited)",
651
- );
652
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
653
- PRODUCT_NAME = "$(TARGET_NAME)";
654
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MixpanelDemo.app/MixpanelDemo";
655
- };
656
- name = Debug;
657
- };
658
- 00E356F71AD99517003FC87E /* Release */ = {
659
- isa = XCBuildConfiguration;
660
- baseConfigurationReference = B9764A5B9B45F21BD7CB2CBC /* Pods-MixpanelDemo-MixpanelDemoTests.release.xcconfig */;
661
- buildSettings = {
662
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
663
- BUNDLE_LOADER = "$(TEST_HOST)";
664
- COPY_PHASE_STRIP = NO;
665
- INFOPLIST_FILE = MixpanelDemoTests/Info.plist;
666
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
667
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
668
- OTHER_LDFLAGS = (
669
- "-ObjC",
670
- "-lc++",
671
- "$(inherited)",
672
- );
673
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
674
- PRODUCT_NAME = "$(TARGET_NAME)";
675
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MixpanelDemo.app/MixpanelDemo";
676
- };
677
- name = Release;
678
- };
679
- 13B07F941A680F5B00A75B9A /* Debug */ = {
680
- isa = XCBuildConfiguration;
681
- baseConfigurationReference = 95E1F386AB50B6159FAEF19A /* Pods-MixpanelDemo.debug.xcconfig */;
682
- buildSettings = {
683
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
684
- CLANG_ENABLE_MODULES = YES;
685
- CURRENT_PROJECT_VERSION = 1;
686
- ENABLE_BITCODE = NO;
687
- INFOPLIST_FILE = MixpanelDemo/Info.plist;
688
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
689
- OTHER_LDFLAGS = (
690
- "$(inherited)",
691
- "-ObjC",
692
- "-lc++",
693
- );
694
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
695
- PRODUCT_NAME = MixpanelDemo;
696
- SWIFT_OBJC_BRIDGING_HEADER = "MixpanelDemo-Bridging-Header.h";
697
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
698
- SWIFT_VERSION = 5.0;
699
- VERSIONING_SYSTEM = "apple-generic";
700
- };
701
- name = Debug;
702
- };
703
- 13B07F951A680F5B00A75B9A /* Release */ = {
704
- isa = XCBuildConfiguration;
705
- baseConfigurationReference = C0C81800A70AE986A2646ED6 /* Pods-MixpanelDemo.release.xcconfig */;
706
- buildSettings = {
707
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
708
- CLANG_ENABLE_MODULES = YES;
709
- CURRENT_PROJECT_VERSION = 1;
710
- INFOPLIST_FILE = MixpanelDemo/Info.plist;
711
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
712
- OTHER_LDFLAGS = (
713
- "$(inherited)",
714
- "-ObjC",
715
- "-lc++",
716
- );
717
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
718
- PRODUCT_NAME = MixpanelDemo;
719
- SWIFT_OBJC_BRIDGING_HEADER = "MixpanelDemo-Bridging-Header.h";
720
- SWIFT_VERSION = 5.0;
721
- VERSIONING_SYSTEM = "apple-generic";
722
- };
723
- name = Release;
724
- };
725
- 2D02E4971E0B4A5E006451C7 /* Debug */ = {
726
- isa = XCBuildConfiguration;
727
- baseConfigurationReference = 287593281AE532B01AC3BD00 /* Pods-MixpanelDemo-tvOS.debug.xcconfig */;
728
- buildSettings = {
729
- ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
730
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
731
- CLANG_ANALYZER_NONNULL = YES;
732
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
733
- CLANG_WARN_INFINITE_RECURSION = YES;
734
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
735
- DEBUG_INFORMATION_FORMAT = dwarf;
736
- ENABLE_TESTABILITY = YES;
737
- GCC_NO_COMMON_BLOCKS = YES;
738
- INFOPLIST_FILE = "MixpanelDemo-tvOS/Info.plist";
739
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
740
- OTHER_LDFLAGS = (
741
- "$(inherited)",
742
- "-ObjC",
743
- "-lc++",
744
- );
745
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.MixpanelDemo-tvOS";
746
- PRODUCT_NAME = "$(TARGET_NAME)";
747
- SDKROOT = appletvos;
748
- TARGETED_DEVICE_FAMILY = 3;
749
- TVOS_DEPLOYMENT_TARGET = 10.0;
750
- };
751
- name = Debug;
752
- };
753
- 2D02E4981E0B4A5E006451C7 /* Release */ = {
754
- isa = XCBuildConfiguration;
755
- baseConfigurationReference = 60776E74F7AEBEFD3EB461E9 /* Pods-MixpanelDemo-tvOS.release.xcconfig */;
756
- buildSettings = {
757
- ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
758
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
759
- CLANG_ANALYZER_NONNULL = YES;
760
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
761
- CLANG_WARN_INFINITE_RECURSION = YES;
762
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
763
- COPY_PHASE_STRIP = NO;
764
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
765
- GCC_NO_COMMON_BLOCKS = YES;
766
- INFOPLIST_FILE = "MixpanelDemo-tvOS/Info.plist";
767
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
768
- OTHER_LDFLAGS = (
769
- "$(inherited)",
770
- "-ObjC",
771
- "-lc++",
772
- );
773
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.MixpanelDemo-tvOS";
774
- PRODUCT_NAME = "$(TARGET_NAME)";
775
- SDKROOT = appletvos;
776
- TARGETED_DEVICE_FAMILY = 3;
777
- TVOS_DEPLOYMENT_TARGET = 10.0;
778
- };
779
- name = Release;
780
- };
781
- 2D02E4991E0B4A5E006451C7 /* Debug */ = {
782
- isa = XCBuildConfiguration;
783
- baseConfigurationReference = 2A1DE7E5A497266D26B3C2E9 /* Pods-MixpanelDemo-tvOSTests.debug.xcconfig */;
784
- buildSettings = {
785
- BUNDLE_LOADER = "$(TEST_HOST)";
786
- CLANG_ANALYZER_NONNULL = YES;
787
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
788
- CLANG_WARN_INFINITE_RECURSION = YES;
789
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
790
- DEBUG_INFORMATION_FORMAT = dwarf;
791
- ENABLE_TESTABILITY = YES;
792
- GCC_NO_COMMON_BLOCKS = YES;
793
- INFOPLIST_FILE = "MixpanelDemo-tvOSTests/Info.plist";
794
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
795
- OTHER_LDFLAGS = (
796
- "$(inherited)",
797
- "-ObjC",
798
- "-lc++",
799
- );
800
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.MixpanelDemo-tvOSTests";
801
- PRODUCT_NAME = "$(TARGET_NAME)";
802
- SDKROOT = appletvos;
803
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MixpanelDemo-tvOS.app/MixpanelDemo-tvOS";
804
- TVOS_DEPLOYMENT_TARGET = 10.1;
805
- };
806
- name = Debug;
807
- };
808
- 2D02E49A1E0B4A5E006451C7 /* Release */ = {
809
- isa = XCBuildConfiguration;
810
- baseConfigurationReference = 15B943AAE69F4D9E352E81B0 /* Pods-MixpanelDemo-tvOSTests.release.xcconfig */;
811
- buildSettings = {
812
- BUNDLE_LOADER = "$(TEST_HOST)";
813
- CLANG_ANALYZER_NONNULL = YES;
814
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
815
- CLANG_WARN_INFINITE_RECURSION = YES;
816
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
817
- COPY_PHASE_STRIP = NO;
818
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
819
- GCC_NO_COMMON_BLOCKS = YES;
820
- INFOPLIST_FILE = "MixpanelDemo-tvOSTests/Info.plist";
821
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
822
- OTHER_LDFLAGS = (
823
- "$(inherited)",
824
- "-ObjC",
825
- "-lc++",
826
- );
827
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.MixpanelDemo-tvOSTests";
828
- PRODUCT_NAME = "$(TARGET_NAME)";
829
- SDKROOT = appletvos;
830
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MixpanelDemo-tvOS.app/MixpanelDemo-tvOS";
831
- TVOS_DEPLOYMENT_TARGET = 10.1;
832
- };
833
- name = Release;
834
- };
835
- 83CBBA201A601CBA00E9B192 /* Debug */ = {
836
- isa = XCBuildConfiguration;
837
- buildSettings = {
838
- ALWAYS_SEARCH_USER_PATHS = NO;
839
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
840
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
841
- CLANG_CXX_LIBRARY = "libc++";
842
- CLANG_ENABLE_MODULES = YES;
843
- CLANG_ENABLE_OBJC_ARC = YES;
844
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
845
- CLANG_WARN_BOOL_CONVERSION = YES;
846
- CLANG_WARN_COMMA = YES;
847
- CLANG_WARN_CONSTANT_CONVERSION = YES;
848
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
849
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
850
- CLANG_WARN_EMPTY_BODY = YES;
851
- CLANG_WARN_ENUM_CONVERSION = YES;
852
- CLANG_WARN_INFINITE_RECURSION = YES;
853
- CLANG_WARN_INT_CONVERSION = YES;
854
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
855
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
856
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
857
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
858
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
859
- CLANG_WARN_STRICT_PROTOTYPES = YES;
860
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
861
- CLANG_WARN_UNREACHABLE_CODE = YES;
862
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
863
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
864
- COPY_PHASE_STRIP = NO;
865
- ENABLE_STRICT_OBJC_MSGSEND = YES;
866
- ENABLE_TESTABILITY = YES;
867
- GCC_C_LANGUAGE_STANDARD = gnu99;
868
- GCC_DYNAMIC_NO_PIC = NO;
869
- GCC_NO_COMMON_BLOCKS = YES;
870
- GCC_OPTIMIZATION_LEVEL = 0;
871
- GCC_PREPROCESSOR_DEFINITIONS = (
872
- "DEBUG=1",
873
- "$(inherited)",
874
- );
875
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
876
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
877
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
878
- GCC_WARN_UNDECLARED_SELECTOR = YES;
879
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
880
- GCC_WARN_UNUSED_FUNCTION = YES;
881
- GCC_WARN_UNUSED_VARIABLE = YES;
882
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
883
- LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
884
- LIBRARY_SEARCH_PATHS = (
885
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
886
- "\"$(inherited)\"",
887
- );
888
- MTL_ENABLE_DEBUG_INFO = YES;
889
- ONLY_ACTIVE_ARCH = YES;
890
- SDKROOT = iphoneos;
891
- };
892
- name = Debug;
893
- };
894
- 83CBBA211A601CBA00E9B192 /* Release */ = {
895
- isa = XCBuildConfiguration;
896
- buildSettings = {
897
- ALWAYS_SEARCH_USER_PATHS = NO;
898
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
899
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
900
- CLANG_CXX_LIBRARY = "libc++";
901
- CLANG_ENABLE_MODULES = YES;
902
- CLANG_ENABLE_OBJC_ARC = YES;
903
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
904
- CLANG_WARN_BOOL_CONVERSION = YES;
905
- CLANG_WARN_COMMA = YES;
906
- CLANG_WARN_CONSTANT_CONVERSION = YES;
907
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
908
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
909
- CLANG_WARN_EMPTY_BODY = YES;
910
- CLANG_WARN_ENUM_CONVERSION = YES;
911
- CLANG_WARN_INFINITE_RECURSION = YES;
912
- CLANG_WARN_INT_CONVERSION = YES;
913
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
914
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
915
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
916
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
917
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
918
- CLANG_WARN_STRICT_PROTOTYPES = YES;
919
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
920
- CLANG_WARN_UNREACHABLE_CODE = YES;
921
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
922
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
923
- COPY_PHASE_STRIP = YES;
924
- ENABLE_NS_ASSERTIONS = NO;
925
- ENABLE_STRICT_OBJC_MSGSEND = YES;
926
- GCC_C_LANGUAGE_STANDARD = gnu99;
927
- GCC_NO_COMMON_BLOCKS = YES;
928
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
929
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
930
- GCC_WARN_UNDECLARED_SELECTOR = YES;
931
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
932
- GCC_WARN_UNUSED_FUNCTION = YES;
933
- GCC_WARN_UNUSED_VARIABLE = YES;
934
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
935
- LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
936
- LIBRARY_SEARCH_PATHS = (
937
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
938
- "\"$(inherited)\"",
939
- );
940
- MTL_ENABLE_DEBUG_INFO = NO;
941
- SDKROOT = iphoneos;
942
- VALIDATE_PRODUCT = YES;
943
- };
944
- name = Release;
945
- };
946
- /* End XCBuildConfiguration section */
947
-
948
- /* Begin XCConfigurationList section */
949
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MixpanelDemoTests" */ = {
950
- isa = XCConfigurationList;
951
- buildConfigurations = (
952
- 00E356F61AD99517003FC87E /* Debug */,
953
- 00E356F71AD99517003FC87E /* Release */,
954
- );
955
- defaultConfigurationIsVisible = 0;
956
- defaultConfigurationName = Release;
957
- };
958
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "MixpanelDemo" */ = {
959
- isa = XCConfigurationList;
960
- buildConfigurations = (
961
- 13B07F941A680F5B00A75B9A /* Debug */,
962
- 13B07F951A680F5B00A75B9A /* Release */,
963
- );
964
- defaultConfigurationIsVisible = 0;
965
- defaultConfigurationName = Release;
966
- };
967
- 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "MixpanelDemo-tvOS" */ = {
968
- isa = XCConfigurationList;
969
- buildConfigurations = (
970
- 2D02E4971E0B4A5E006451C7 /* Debug */,
971
- 2D02E4981E0B4A5E006451C7 /* Release */,
972
- );
973
- defaultConfigurationIsVisible = 0;
974
- defaultConfigurationName = Release;
975
- };
976
- 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "MixpanelDemo-tvOSTests" */ = {
977
- isa = XCConfigurationList;
978
- buildConfigurations = (
979
- 2D02E4991E0B4A5E006451C7 /* Debug */,
980
- 2D02E49A1E0B4A5E006451C7 /* Release */,
981
- );
982
- defaultConfigurationIsVisible = 0;
983
- defaultConfigurationName = Release;
984
- };
985
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "MixpanelDemo" */ = {
986
- isa = XCConfigurationList;
987
- buildConfigurations = (
988
- 83CBBA201A601CBA00E9B192 /* Debug */,
989
- 83CBBA211A601CBA00E9B192 /* Release */,
990
- );
991
- defaultConfigurationIsVisible = 0;
992
- defaultConfigurationName = Release;
993
- };
994
- /* End XCConfigurationList section */
995
- };
996
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
997
- }