reactnative-plugin-appice 1.6.0 → 1.6.1

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 (121) hide show
  1. package/README.md +37 -37
  2. package/android/README.md +14 -14
  3. package/android/android.iml +150 -150
  4. package/android/build.gradle +152 -152
  5. package/android/gitignore +47 -47
  6. package/android/src/main/AndroidManifest.xml +234 -234
  7. package/android/src/main/java/com/reactlibrary/AppICEUtils.java +38 -38
  8. package/android/src/main/java/com/reactlibrary/AppIceReactPluginModule.java +473 -473
  9. package/android/src/main/java/com/reactlibrary/AppIceReactPluginPackage.java +28 -28
  10. package/android/src/main/java/com/reactlibrary/CampaignCampsReceiver.java +73 -73
  11. package/android/src/main/java/com/reactlibrary/InAppWebView.java +67 -67
  12. package/android/src/main/java/com/reactlibrary/NotificationEventService.java +62 -62
  13. package/example/App.js +148 -148
  14. package/example/Gemfile +6 -6
  15. package/example/__tests__/App-test.js +14 -14
  16. package/example/android/app/_BUCK +55 -55
  17. package/example/android/app/build.gradle +320 -320
  18. package/example/android/app/build_defs.bzl +19 -19
  19. package/example/android/app/proguard-rules.pro +10 -10
  20. package/example/android/app/src/debug/AndroidManifest.xml +13 -13
  21. package/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java +73 -73
  22. package/example/android/app/src/main/AndroidManifest.xml +72 -72
  23. package/example/android/app/src/main/java/com/example/MainActivity.java +48 -48
  24. package/example/android/app/src/main/java/com/example/MainApplication.java +91 -91
  25. package/example/android/app/src/main/java/com/example/newarchitecture/MainApplicationReactNativeHost.java +116 -116
  26. package/example/android/app/src/main/java/com/example/newarchitecture/components/MainComponentsRegistry.java +36 -36
  27. package/example/android/app/src/main/java/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +48 -48
  28. package/example/android/app/src/main/jni/Android.mk +48 -48
  29. package/example/android/app/src/main/jni/MainApplicationModuleProvider.cpp +24 -24
  30. package/example/android/app/src/main/jni/MainApplicationModuleProvider.h +16 -16
  31. package/example/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +45 -45
  32. package/example/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +38 -38
  33. package/example/android/app/src/main/jni/MainComponentsRegistry.cpp +61 -61
  34. package/example/android/app/src/main/jni/MainComponentsRegistry.h +32 -32
  35. package/example/android/app/src/main/jni/OnLoad.cpp +11 -11
  36. package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +36 -36
  37. package/example/android/app/src/main/res/values/strings.xml +3 -3
  38. package/example/android/app/src/main/res/values/styles.xml +9 -9
  39. package/example/android/build.gradle +53 -53
  40. package/example/android/gradle/wrapper/gradle-wrapper.properties +5 -5
  41. package/example/android/gradle.properties +40 -40
  42. package/example/android/gradlew +234 -234
  43. package/example/android/settings.gradle +11 -11
  44. package/example/app.json +3 -3
  45. package/example/babel.config.js +3 -3
  46. package/example/index.js +9 -9
  47. package/example/ios/Podfile +44 -44
  48. package/example/ios/Podfile.lock +561 -561
  49. package/example/ios/_xcode.env +11 -11
  50. package/example/ios/example/AppDelegate.h +8 -8
  51. package/example/ios/example/AppDelegate.mm +174 -174
  52. package/example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json +53 -53
  53. package/example/ios/example/Images.xcassets/Contents.json +6 -6
  54. package/example/ios/example/Info.plist +62 -62
  55. package/example/ios/example/LaunchScreen.storyboard +47 -47
  56. package/example/ios/example/example.entitlements +8 -8
  57. package/example/ios/example/main.m +10 -10
  58. package/example/ios/example.xcodeproj/project.pbxproj +712 -712
  59. package/example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme +88 -88
  60. package/example/ios/example.xcworkspace/contents.xcworkspacedata +10 -10
  61. package/example/ios/example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -8
  62. package/example/ios/exampleTests/Info.plist +24 -24
  63. package/example/ios/exampleTests/exampleTests.m +66 -66
  64. package/example/metro.config.js +17 -17
  65. package/example/package.json +34 -34
  66. package/index.js +124 -124
  67. package/ios/AppICEReactEvent.h +23 -23
  68. package/ios/AppICEReactEvent.m +86 -77
  69. package/ios/AppIceReactPlugin.h +22 -22
  70. package/ios/AppIceReactPlugin.m +190 -191
  71. package/ios/AppIceReactPlugin.xcodeproj/project.pbxproj +364 -434
  72. package/ios/AppIceReactPlugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata +4 -4
  73. package/ios/AppIceReactPlugin.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -8
  74. package/ios/AppIceReactPlugin.xcodeproj/xcuserdata/Adi.xcuserdatad/xcschemes/xcschememanagement.plist +14 -14
  75. package/ios/AppIceReactPlugin.xcworkspace/contents.xcworkspacedata +10 -10
  76. package/ios/AppIceReactPlugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -8
  77. package/ios/Podfile +10 -10
  78. package/ios/Podfile.lock +3 -3
  79. package/ios/Pods/Manifest.lock +3 -3
  80. package/ios/Pods/Pods.xcodeproj/project.pbxproj +395 -395
  81. package/ios/Pods/Pods.xcodeproj/xcuserdata/Adi.xcuserdatad/xcschemes/Pods-AppIceReactPlugin.xcscheme +58 -58
  82. package/ios/Pods/Pods.xcodeproj/xcuserdata/Adi.xcuserdatad/xcschemes/xcschememanagement.plist +18 -18
  83. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-Info.plist +26 -26
  84. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-acknowledgements.markdown +3 -3
  85. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-acknowledgements.plist +29 -29
  86. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-dummy.m +5 -5
  87. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-umbrella.h +16 -16
  88. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.debug.xcconfig +6 -6
  89. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.modulemap +6 -6
  90. package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.release.xcconfig +6 -6
  91. package/package.json +40 -40
  92. package/reactnative-plugin-appice.podspec +30 -30
  93. package/ios/AppICESDK/appICE.momd/VersionInfo.plist +0 -0
  94. package/ios/AppICESDK/appICE.momd/appICE 2.mom +0 -0
  95. package/ios/AppICESDK/appICE.momd/appICE 3.mom +0 -0
  96. package/ios/AppICESDK/appICE.momd/appICE 4.mom +0 -0
  97. package/ios/AppICESDK/appICE.momd/appICE 4.omo +0 -0
  98. package/ios/AppICESDK/appICE.momd/appICE.mom +0 -0
  99. package/ios/AppICESDK/appICE.momd/appICE2.mom +0 -0
  100. package/ios/AppICESDK/appICEBundle.bundle/APPChildViewController.nib +0 -0
  101. package/ios/AppICESDK/appICEBundle.bundle/AppICE_btn.png +0 -0
  102. package/ios/AppICESDK/appICEBundle.bundle/Black button.png +0 -0
  103. package/ios/AppICESDK/appICEBundle.bundle/HAlfFooterNOTINAppViewController.nib +0 -0
  104. package/ios/AppICESDK/appICEBundle.bundle/HAlfHeaderINAppViewController.nib +0 -0
  105. package/ios/AppICESDK/appICEBundle.bundle/HAlfINAppViewController.nib +0 -0
  106. package/ios/AppICESDK/appICEBundle.bundle/INAppViewController.nib/objects-11.0+.nib +0 -0
  107. package/ios/AppICESDK/appICEBundle.bundle/INAppViewController.nib/runtime.nib +0 -0
  108. package/ios/AppICESDK/appICEBundle.bundle/Info.plist +0 -0
  109. package/ios/AppICESDK/appICEBundle.bundle/RatingViewController.nib +0 -0
  110. package/ios/AppICESDK/appICEBundle.bundle/SurveyViewController.nib +0 -0
  111. package/ios/AppICESDK/appICEBundle.bundle/checked.png +0 -0
  112. package/ios/AppICESDK/appICEBundle.bundle/close-button.png +0 -0
  113. package/ios/AppICESDK/appICEBundle.bundle/sound2.caf +0 -0
  114. package/ios/AppICESDK/appICEBundle.bundle/unchecked.png +0 -0
  115. package/ios/AppICESDK/include/iosAppiceSDK/AppICEInboxMessage.h +0 -43
  116. package/ios/AppICESDK/include/iosAppiceSDK/AppICEJSInterface.h +0 -21
  117. package/ios/AppICESDK/include/iosAppiceSDK/appICE.h +0 -190
  118. package/ios/AppICESDK/include/iosAppiceSDK/appICEUserDetails.h +0 -87
  119. package/ios/AppICESDK/include/iosAppiceSDK/isrgrootx1.der +0 -0
  120. package/ios/AppICESDK/include/iosAppiceSDK/lets-encrypt-r3.der +0 -0
  121. package/ios/AppICESDK/libiosAppiceSDK_v1.7.56.a +0 -0
@@ -1,434 +1,364 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 0C28323232741F2D910A31B6 /* Pods_AppIceReactPlugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFE89FC47B2F8C1EAFF60C90 /* Pods_AppIceReactPlugin.framework */; };
11
- 404FB02224862CC80075A49E /* AppIceReactPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 404FB01F24862CC80075A49E /* AppIceReactPlugin.m */; };
12
- 89FCB9D328A611E400F7C1EB /* BugfenderSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89FCB9C728A611E400F7C1EB /* BugfenderSDK.framework */; };
13
- 89FCB9D428A611E400F7C1EB /* libiosAppiceSDK_v1.7.37.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 89FCB9D228A611E400F7C1EB /* libiosAppiceSDK_v1.7.37.a */; };
14
- BB66EA6428A256F3008EF447 /* AppICEReactEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BB66EA6328A256F3008EF447 /* AppICEReactEvent.m */; };
15
- /* End PBXBuildFile section */
16
-
17
- /* Begin PBXCopyFilesBuildPhase section */
18
- 58B511D91A9E6C8500147676 /* CopyFiles */ = {
19
- isa = PBXCopyFilesBuildPhase;
20
- buildActionMask = 2147483647;
21
- dstPath = "include/$(PRODUCT_NAME)";
22
- dstSubfolderSpec = 16;
23
- files = (
24
- );
25
- runOnlyForDeploymentPostprocessing = 0;
26
- };
27
- /* End PBXCopyFilesBuildPhase section */
28
-
29
- /* Begin PBXFileReference section */
30
- 134814201AA4EA6300B7C361 /* libAppIceReactPlugin.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAppIceReactPlugin.a; sourceTree = BUILT_PRODUCTS_DIR; };
31
- 404FB01F24862CC80075A49E /* AppIceReactPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppIceReactPlugin.m; sourceTree = "<group>"; };
32
- 89FCB9C128A611E400F7C1EB /* isrgrootx1.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = isrgrootx1.der; sourceTree = "<group>"; };
33
- 89FCB9C228A611E400F7C1EB /* AppICEHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppICEHelper.h; sourceTree = "<group>"; };
34
- 89FCB9C328A611E400F7C1EB /* appICE.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = appICE.h; sourceTree = "<group>"; };
35
- 89FCB9C428A611E400F7C1EB /* appICEUserDetails.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = appICEUserDetails.h; sourceTree = "<group>"; };
36
- 89FCB9C528A611E400F7C1EB /* AppICEJSInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppICEJSInterface.h; sourceTree = "<group>"; };
37
- 89FCB9C628A611E400F7C1EB /* lets-encrypt-r3.der */ = {isa = PBXFileReference; lastKnownFileType = file; path = "lets-encrypt-r3.der"; sourceTree = "<group>"; };
38
- 89FCB9C728A611E400F7C1EB /* BugfenderSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = BugfenderSDK.framework; sourceTree = "<group>"; };
39
- 89FCB9C828A611E400F7C1EB /* AppICEInboxMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppICEInboxMessage.h; sourceTree = "<group>"; };
40
- 89FCB9C928A611E400F7C1EB /* appICEBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = appICEBundle.bundle; sourceTree = "<group>"; };
41
- 89FCB9CB28A611E400F7C1EB /* VersionInfo.plist */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = VersionInfo.plist; sourceTree = "<group>"; };
42
- 89FCB9CC28A611E400F7C1EB /* appICE 4.omo */ = {isa = PBXFileReference; lastKnownFileType = file; path = "appICE 4.omo"; sourceTree = "<group>"; };
43
- 89FCB9CD28A611E400F7C1EB /* appICE 3.mom */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = "appICE 3.mom"; sourceTree = "<group>"; };
44
- 89FCB9CE28A611E400F7C1EB /* appICE 2.mom */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = "appICE 2.mom"; sourceTree = "<group>"; };
45
- 89FCB9CF28A611E400F7C1EB /* appICE2.mom */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = appICE2.mom; sourceTree = "<group>"; };
46
- 89FCB9D028A611E400F7C1EB /* appICE 4.mom */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = "appICE 4.mom"; sourceTree = "<group>"; };
47
- 89FCB9D128A611E400F7C1EB /* appICE.mom */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = appICE.mom; sourceTree = "<group>"; };
48
- 89FCB9D228A611E400F7C1EB /* libiosAppiceSDK_v1.7.37.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libiosAppiceSDK_v1.7.37.a; sourceTree = "<group>"; };
49
- 89FCB9D528A615DE00F7C1EB /* AppIceReactPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppIceReactPlugin.h; sourceTree = "<group>"; };
50
- BB66EA6228A256F2008EF447 /* AppICEReactEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppICEReactEvent.h; sourceTree = "<group>"; };
51
- BB66EA6328A256F3008EF447 /* AppICEReactEvent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppICEReactEvent.m; sourceTree = "<group>"; };
52
- C309D58EF84CFCAE1F2DABE9 /* Pods-AppIceReactPlugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppIceReactPlugin.release.xcconfig"; path = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.release.xcconfig"; sourceTree = "<group>"; };
53
- DFE89FC47B2F8C1EAFF60C90 /* Pods_AppIceReactPlugin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppIceReactPlugin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
54
- F1849A6B1F6169CACAE96561 /* Pods-AppIceReactPlugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppIceReactPlugin.debug.xcconfig"; path = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.debug.xcconfig"; sourceTree = "<group>"; };
55
- /* End PBXFileReference section */
56
-
57
- /* Begin PBXFrameworksBuildPhase section */
58
- 58B511D81A9E6C8500147676 /* Frameworks */ = {
59
- isa = PBXFrameworksBuildPhase;
60
- buildActionMask = 2147483647;
61
- files = (
62
- 89FCB9D428A611E400F7C1EB /* libiosAppiceSDK_v1.7.37.a in Frameworks */,
63
- 89FCB9D328A611E400F7C1EB /* BugfenderSDK.framework in Frameworks */,
64
- 0C28323232741F2D910A31B6 /* Pods_AppIceReactPlugin.framework in Frameworks */,
65
- );
66
- runOnlyForDeploymentPostprocessing = 0;
67
- };
68
- /* End PBXFrameworksBuildPhase section */
69
-
70
- /* Begin PBXGroup section */
71
- 134814211AA4EA7D00B7C361 /* Products */ = {
72
- isa = PBXGroup;
73
- children = (
74
- 134814201AA4EA6300B7C361 /* libAppIceReactPlugin.a */,
75
- );
76
- name = Products;
77
- sourceTree = "<group>";
78
- };
79
- 188C1374A6E81E91ECF3867A /* Frameworks */ = {
80
- isa = PBXGroup;
81
- children = (
82
- DFE89FC47B2F8C1EAFF60C90 /* Pods_AppIceReactPlugin.framework */,
83
- );
84
- name = Frameworks;
85
- sourceTree = "<group>";
86
- };
87
- 58B511D21A9E6C8500147676 = {
88
- isa = PBXGroup;
89
- children = (
90
- BB66EA6228A256F2008EF447 /* AppICEReactEvent.h */,
91
- BB66EA6328A256F3008EF447 /* AppICEReactEvent.m */,
92
- 89FCB9D528A615DE00F7C1EB /* AppIceReactPlugin.h */,
93
- 89FCB9BE28A611E400F7C1EB /* AppICESDK */,
94
- 404FB01F24862CC80075A49E /* AppIceReactPlugin.m */,
95
- 134814211AA4EA7D00B7C361 /* Products */,
96
- 7F32BBE73BD8F3C8D1DAD947 /* Pods */,
97
- 188C1374A6E81E91ECF3867A /* Frameworks */,
98
- );
99
- sourceTree = "<group>";
100
- };
101
- 7F32BBE73BD8F3C8D1DAD947 /* Pods */ = {
102
- isa = PBXGroup;
103
- children = (
104
- F1849A6B1F6169CACAE96561 /* Pods-AppIceReactPlugin.debug.xcconfig */,
105
- C309D58EF84CFCAE1F2DABE9 /* Pods-AppIceReactPlugin.release.xcconfig */,
106
- );
107
- path = Pods;
108
- sourceTree = "<group>";
109
- };
110
- 89FCB9BE28A611E400F7C1EB /* AppICESDK */ = {
111
- isa = PBXGroup;
112
- children = (
113
- 89FCB9BF28A611E400F7C1EB /* include */,
114
- 89FCB9C928A611E400F7C1EB /* appICEBundle.bundle */,
115
- 89FCB9CA28A611E400F7C1EB /* appICE.momd */,
116
- 89FCB9D228A611E400F7C1EB /* libiosAppiceSDK_v1.7.37.a */,
117
- );
118
- path = AppICESDK;
119
- sourceTree = "<group>";
120
- };
121
- 89FCB9BF28A611E400F7C1EB /* include */ = {
122
- isa = PBXGroup;
123
- children = (
124
- 89FCB9C028A611E400F7C1EB /* iosAppiceSDK */,
125
- );
126
- path = include;
127
- sourceTree = "<group>";
128
- };
129
- 89FCB9C028A611E400F7C1EB /* iosAppiceSDK */ = {
130
- isa = PBXGroup;
131
- children = (
132
- 89FCB9C128A611E400F7C1EB /* isrgrootx1.der */,
133
- 89FCB9C228A611E400F7C1EB /* AppICEHelper.h */,
134
- 89FCB9C328A611E400F7C1EB /* appICE.h */,
135
- 89FCB9C428A611E400F7C1EB /* appICEUserDetails.h */,
136
- 89FCB9C528A611E400F7C1EB /* AppICEJSInterface.h */,
137
- 89FCB9C628A611E400F7C1EB /* lets-encrypt-r3.der */,
138
- 89FCB9C728A611E400F7C1EB /* BugfenderSDK.framework */,
139
- 89FCB9C828A611E400F7C1EB /* AppICEInboxMessage.h */,
140
- );
141
- path = iosAppiceSDK;
142
- sourceTree = "<group>";
143
- };
144
- 89FCB9CA28A611E400F7C1EB /* appICE.momd */ = {
145
- isa = PBXGroup;
146
- children = (
147
- 89FCB9CB28A611E400F7C1EB /* VersionInfo.plist */,
148
- 89FCB9CC28A611E400F7C1EB /* appICE 4.omo */,
149
- 89FCB9CD28A611E400F7C1EB /* appICE 3.mom */,
150
- 89FCB9CE28A611E400F7C1EB /* appICE 2.mom */,
151
- 89FCB9CF28A611E400F7C1EB /* appICE2.mom */,
152
- 89FCB9D028A611E400F7C1EB /* appICE 4.mom */,
153
- 89FCB9D128A611E400F7C1EB /* appICE.mom */,
154
- );
155
- path = appICE.momd;
156
- sourceTree = "<group>";
157
- };
158
- /* End PBXGroup section */
159
-
160
- /* Begin PBXNativeTarget section */
161
- 58B511DA1A9E6C8500147676 /* AppIceReactPlugin */ = {
162
- isa = PBXNativeTarget;
163
- buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "AppIceReactPlugin" */;
164
- buildPhases = (
165
- E1D838F5C954732D315E9EB3 /* [CP] Check Pods Manifest.lock */,
166
- 58B511D71A9E6C8500147676 /* Sources */,
167
- 58B511D81A9E6C8500147676 /* Frameworks */,
168
- 58B511D91A9E6C8500147676 /* CopyFiles */,
169
- );
170
- buildRules = (
171
- );
172
- dependencies = (
173
- );
174
- name = AppIceReactPlugin;
175
- productName = RCTDataManager;
176
- productReference = 134814201AA4EA6300B7C361 /* libAppIceReactPlugin.a */;
177
- productType = "com.apple.product-type.library.static";
178
- };
179
- /* End PBXNativeTarget section */
180
-
181
- /* Begin PBXProject section */
182
- 58B511D31A9E6C8500147676 /* Project object */ = {
183
- isa = PBXProject;
184
- attributes = {
185
- LastUpgradeCheck = 0920;
186
- ORGANIZATIONNAME = Facebook;
187
- TargetAttributes = {
188
- 58B511DA1A9E6C8500147676 = {
189
- CreatedOnToolsVersion = 6.1.1;
190
- };
191
- };
192
- };
193
- buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "AppIceReactPlugin" */;
194
- compatibilityVersion = "Xcode 3.2";
195
- developmentRegion = en;
196
- hasScannedForEncodings = 0;
197
- knownRegions = (
198
- en,
199
- Base,
200
- );
201
- mainGroup = 58B511D21A9E6C8500147676;
202
- productRefGroup = 58B511D21A9E6C8500147676;
203
- projectDirPath = "";
204
- projectRoot = "";
205
- targets = (
206
- 58B511DA1A9E6C8500147676 /* AppIceReactPlugin */,
207
- );
208
- };
209
- /* End PBXProject section */
210
-
211
- /* Begin PBXShellScriptBuildPhase section */
212
- E1D838F5C954732D315E9EB3 /* [CP] Check Pods Manifest.lock */ = {
213
- isa = PBXShellScriptBuildPhase;
214
- buildActionMask = 2147483647;
215
- files = (
216
- );
217
- inputFileListPaths = (
218
- );
219
- inputPaths = (
220
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
221
- "${PODS_ROOT}/Manifest.lock",
222
- );
223
- name = "[CP] Check Pods Manifest.lock";
224
- outputFileListPaths = (
225
- );
226
- outputPaths = (
227
- "$(DERIVED_FILE_DIR)/Pods-AppIceReactPlugin-checkManifestLockResult.txt",
228
- );
229
- runOnlyForDeploymentPostprocessing = 0;
230
- shellPath = /bin/sh;
231
- 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";
232
- showEnvVarsInLog = 0;
233
- };
234
- /* End PBXShellScriptBuildPhase section */
235
-
236
- /* Begin PBXSourcesBuildPhase section */
237
- 58B511D71A9E6C8500147676 /* Sources */ = {
238
- isa = PBXSourcesBuildPhase;
239
- buildActionMask = 2147483647;
240
- files = (
241
- BB66EA6428A256F3008EF447 /* AppICEReactEvent.m in Sources */,
242
- 404FB02224862CC80075A49E /* AppIceReactPlugin.m in Sources */,
243
- );
244
- runOnlyForDeploymentPostprocessing = 0;
245
- };
246
- /* End PBXSourcesBuildPhase section */
247
-
248
- /* Begin XCBuildConfiguration section */
249
- 58B511ED1A9E6C8500147676 /* Debug */ = {
250
- isa = XCBuildConfiguration;
251
- buildSettings = {
252
- ALWAYS_SEARCH_USER_PATHS = NO;
253
- CLANG_ANALYZER_NONNULL = YES;
254
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
255
- CLANG_CXX_LIBRARY = "libc++";
256
- CLANG_ENABLE_MODULES = YES;
257
- CLANG_ENABLE_OBJC_ARC = YES;
258
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
259
- CLANG_WARN_BOOL_CONVERSION = YES;
260
- CLANG_WARN_COMMA = YES;
261
- CLANG_WARN_CONSTANT_CONVERSION = YES;
262
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
263
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
264
- CLANG_WARN_EMPTY_BODY = YES;
265
- CLANG_WARN_ENUM_CONVERSION = YES;
266
- CLANG_WARN_INFINITE_RECURSION = YES;
267
- CLANG_WARN_INT_CONVERSION = YES;
268
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
269
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
270
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
271
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
272
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
273
- CLANG_WARN_STRICT_PROTOTYPES = YES;
274
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
275
- CLANG_WARN_UNREACHABLE_CODE = YES;
276
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
277
- COPY_PHASE_STRIP = NO;
278
- ENABLE_STRICT_OBJC_MSGSEND = YES;
279
- ENABLE_TESTABILITY = YES;
280
- GCC_C_LANGUAGE_STANDARD = gnu99;
281
- GCC_DYNAMIC_NO_PIC = NO;
282
- GCC_NO_COMMON_BLOCKS = YES;
283
- GCC_OPTIMIZATION_LEVEL = 0;
284
- GCC_PREPROCESSOR_DEFINITIONS = (
285
- "DEBUG=1",
286
- "$(inherited)",
287
- );
288
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
289
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
290
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
291
- GCC_WARN_UNDECLARED_SELECTOR = YES;
292
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
293
- GCC_WARN_UNUSED_FUNCTION = YES;
294
- GCC_WARN_UNUSED_VARIABLE = YES;
295
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
296
- LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
297
- LIBRARY_SEARCH_PATHS = (
298
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
299
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
300
- "\"$(inherited)\"",
301
- );
302
- MTL_ENABLE_DEBUG_INFO = YES;
303
- ONLY_ACTIVE_ARCH = YES;
304
- SDKROOT = iphoneos;
305
- };
306
- name = Debug;
307
- };
308
- 58B511EE1A9E6C8500147676 /* Release */ = {
309
- isa = XCBuildConfiguration;
310
- buildSettings = {
311
- ALWAYS_SEARCH_USER_PATHS = NO;
312
- CLANG_ANALYZER_NONNULL = YES;
313
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
314
- CLANG_CXX_LIBRARY = "libc++";
315
- CLANG_ENABLE_MODULES = YES;
316
- CLANG_ENABLE_OBJC_ARC = YES;
317
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
318
- CLANG_WARN_BOOL_CONVERSION = YES;
319
- CLANG_WARN_COMMA = YES;
320
- CLANG_WARN_CONSTANT_CONVERSION = YES;
321
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
322
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
323
- CLANG_WARN_EMPTY_BODY = YES;
324
- CLANG_WARN_ENUM_CONVERSION = YES;
325
- CLANG_WARN_INFINITE_RECURSION = YES;
326
- CLANG_WARN_INT_CONVERSION = YES;
327
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
328
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
329
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
330
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
331
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
332
- CLANG_WARN_STRICT_PROTOTYPES = YES;
333
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
334
- CLANG_WARN_UNREACHABLE_CODE = YES;
335
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
336
- COPY_PHASE_STRIP = YES;
337
- ENABLE_NS_ASSERTIONS = NO;
338
- ENABLE_STRICT_OBJC_MSGSEND = YES;
339
- GCC_C_LANGUAGE_STANDARD = gnu99;
340
- GCC_NO_COMMON_BLOCKS = YES;
341
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
342
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
343
- GCC_WARN_UNDECLARED_SELECTOR = YES;
344
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
345
- GCC_WARN_UNUSED_FUNCTION = YES;
346
- GCC_WARN_UNUSED_VARIABLE = YES;
347
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
348
- LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
349
- LIBRARY_SEARCH_PATHS = (
350
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
351
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
352
- "\"$(inherited)\"",
353
- );
354
- MTL_ENABLE_DEBUG_INFO = NO;
355
- SDKROOT = iphoneos;
356
- VALIDATE_PRODUCT = YES;
357
- };
358
- name = Release;
359
- };
360
- 58B511F01A9E6C8500147676 /* Debug */ = {
361
- isa = XCBuildConfiguration;
362
- baseConfigurationReference = F1849A6B1F6169CACAE96561 /* Pods-AppIceReactPlugin.debug.xcconfig */;
363
- buildSettings = {
364
- FRAMEWORK_SEARCH_PATHS = (
365
- "$(inherited)",
366
- "$(PROJECT_DIR)/AppICESDK/include/iosAppiceSDK",
367
- "$(PROJECT_DIR)",
368
- );
369
- HEADER_SEARCH_PATHS = (
370
- "$(inherited)",
371
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
372
- "$(SRCROOT)/../../../React/**",
373
- "$(SRCROOT)/../../react-native/React/**",
374
- );
375
- LIBRARY_SEARCH_PATHS = (
376
- "$(inherited)",
377
- "$(PROJECT_DIR)/AppICESDK",
378
- );
379
- OTHER_LDFLAGS = "-ObjC";
380
- PRODUCT_NAME = AppIceReactPlugin;
381
- SKIP_INSTALL = YES;
382
- };
383
- name = Debug;
384
- };
385
- 58B511F11A9E6C8500147676 /* Release */ = {
386
- isa = XCBuildConfiguration;
387
- baseConfigurationReference = C309D58EF84CFCAE1F2DABE9 /* Pods-AppIceReactPlugin.release.xcconfig */;
388
- buildSettings = {
389
- FRAMEWORK_SEARCH_PATHS = (
390
- "$(inherited)",
391
- "$(PROJECT_DIR)/AppICESDK/include/iosAppiceSDK",
392
- "$(PROJECT_DIR)",
393
- );
394
- HEADER_SEARCH_PATHS = (
395
- "$(inherited)",
396
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
397
- "$(SRCROOT)/../../../React/**",
398
- "$(SRCROOT)/../../react-native/React/**",
399
- );
400
- LIBRARY_SEARCH_PATHS = (
401
- "$(inherited)",
402
- "$(PROJECT_DIR)/AppICESDK",
403
- );
404
- OTHER_LDFLAGS = "-ObjC";
405
- PRODUCT_NAME = AppIceReactPlugin;
406
- SKIP_INSTALL = YES;
407
- };
408
- name = Release;
409
- };
410
- /* End XCBuildConfiguration section */
411
-
412
- /* Begin XCConfigurationList section */
413
- 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "AppIceReactPlugin" */ = {
414
- isa = XCConfigurationList;
415
- buildConfigurations = (
416
- 58B511ED1A9E6C8500147676 /* Debug */,
417
- 58B511EE1A9E6C8500147676 /* Release */,
418
- );
419
- defaultConfigurationIsVisible = 0;
420
- defaultConfigurationName = Release;
421
- };
422
- 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "AppIceReactPlugin" */ = {
423
- isa = XCConfigurationList;
424
- buildConfigurations = (
425
- 58B511F01A9E6C8500147676 /* Debug */,
426
- 58B511F11A9E6C8500147676 /* Release */,
427
- );
428
- defaultConfigurationIsVisible = 0;
429
- defaultConfigurationName = Release;
430
- };
431
- /* End XCConfigurationList section */
432
- };
433
- rootObject = 58B511D31A9E6C8500147676 /* Project object */;
434
- }
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 0C28323232741F2D910A31B6 /* Pods_AppIceReactPlugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFE89FC47B2F8C1EAFF60C90 /* Pods_AppIceReactPlugin.framework */; };
11
+ 404FB02224862CC80075A49E /* AppIceReactPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 404FB01F24862CC80075A49E /* AppIceReactPlugin.m */; };
12
+ BB66EA6428A256F3008EF447 /* AppICEReactEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BB66EA6328A256F3008EF447 /* AppICEReactEvent.m */; };
13
+ /* End PBXBuildFile section */
14
+
15
+ /* Begin PBXCopyFilesBuildPhase section */
16
+ 58B511D91A9E6C8500147676 /* CopyFiles */ = {
17
+ isa = PBXCopyFilesBuildPhase;
18
+ buildActionMask = 2147483647;
19
+ dstPath = "include/$(PRODUCT_NAME)";
20
+ dstSubfolderSpec = 16;
21
+ files = (
22
+ );
23
+ runOnlyForDeploymentPostprocessing = 0;
24
+ };
25
+ /* End PBXCopyFilesBuildPhase section */
26
+
27
+ /* Begin PBXFileReference section */
28
+ 134814201AA4EA6300B7C361 /* libAppIceReactPlugin.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAppIceReactPlugin.a; sourceTree = BUILT_PRODUCTS_DIR; };
29
+ 404FB01F24862CC80075A49E /* AppIceReactPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppIceReactPlugin.m; sourceTree = "<group>"; };
30
+ 89FCB9D528A615DE00F7C1EB /* AppIceReactPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppIceReactPlugin.h; sourceTree = "<group>"; };
31
+ BB66EA6228A256F2008EF447 /* AppICEReactEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppICEReactEvent.h; sourceTree = "<group>"; };
32
+ BB66EA6328A256F3008EF447 /* AppICEReactEvent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppICEReactEvent.m; sourceTree = "<group>"; };
33
+ C309D58EF84CFCAE1F2DABE9 /* Pods-AppIceReactPlugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppIceReactPlugin.release.xcconfig"; path = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.release.xcconfig"; sourceTree = "<group>"; };
34
+ DFE89FC47B2F8C1EAFF60C90 /* Pods_AppIceReactPlugin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppIceReactPlugin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
35
+ F1849A6B1F6169CACAE96561 /* Pods-AppIceReactPlugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppIceReactPlugin.debug.xcconfig"; path = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.debug.xcconfig"; sourceTree = "<group>"; };
36
+ /* End PBXFileReference section */
37
+
38
+ /* Begin PBXFrameworksBuildPhase section */
39
+ 58B511D81A9E6C8500147676 /* Frameworks */ = {
40
+ isa = PBXFrameworksBuildPhase;
41
+ buildActionMask = 2147483647;
42
+ files = (
43
+ 0C28323232741F2D910A31B6 /* Pods_AppIceReactPlugin.framework in Frameworks */,
44
+ );
45
+ runOnlyForDeploymentPostprocessing = 0;
46
+ };
47
+ /* End PBXFrameworksBuildPhase section */
48
+
49
+ /* Begin PBXGroup section */
50
+ 134814211AA4EA7D00B7C361 /* Products */ = {
51
+ isa = PBXGroup;
52
+ children = (
53
+ 134814201AA4EA6300B7C361 /* libAppIceReactPlugin.a */,
54
+ );
55
+ name = Products;
56
+ sourceTree = "<group>";
57
+ };
58
+ 188C1374A6E81E91ECF3867A /* Frameworks */ = {
59
+ isa = PBXGroup;
60
+ children = (
61
+ DFE89FC47B2F8C1EAFF60C90 /* Pods_AppIceReactPlugin.framework */,
62
+ );
63
+ name = Frameworks;
64
+ sourceTree = "<group>";
65
+ };
66
+ 58B511D21A9E6C8500147676 = {
67
+ isa = PBXGroup;
68
+ children = (
69
+ BB66EA6228A256F2008EF447 /* AppICEReactEvent.h */,
70
+ BB66EA6328A256F3008EF447 /* AppICEReactEvent.m */,
71
+ 89FCB9D528A615DE00F7C1EB /* AppIceReactPlugin.h */,
72
+ 404FB01F24862CC80075A49E /* AppIceReactPlugin.m */,
73
+ 134814211AA4EA7D00B7C361 /* Products */,
74
+ 7F32BBE73BD8F3C8D1DAD947 /* Pods */,
75
+ 188C1374A6E81E91ECF3867A /* Frameworks */,
76
+ );
77
+ sourceTree = "<group>";
78
+ };
79
+ 7F32BBE73BD8F3C8D1DAD947 /* Pods */ = {
80
+ isa = PBXGroup;
81
+ children = (
82
+ F1849A6B1F6169CACAE96561 /* Pods-AppIceReactPlugin.debug.xcconfig */,
83
+ C309D58EF84CFCAE1F2DABE9 /* Pods-AppIceReactPlugin.release.xcconfig */,
84
+ );
85
+ path = Pods;
86
+ sourceTree = "<group>";
87
+ };
88
+ /* End PBXGroup section */
89
+
90
+ /* Begin PBXNativeTarget section */
91
+ 58B511DA1A9E6C8500147676 /* AppIceReactPlugin */ = {
92
+ isa = PBXNativeTarget;
93
+ buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "AppIceReactPlugin" */;
94
+ buildPhases = (
95
+ E1D838F5C954732D315E9EB3 /* [CP] Check Pods Manifest.lock */,
96
+ 58B511D71A9E6C8500147676 /* Sources */,
97
+ 58B511D81A9E6C8500147676 /* Frameworks */,
98
+ 58B511D91A9E6C8500147676 /* CopyFiles */,
99
+ );
100
+ buildRules = (
101
+ );
102
+ dependencies = (
103
+ );
104
+ name = AppIceReactPlugin;
105
+ productName = RCTDataManager;
106
+ productReference = 134814201AA4EA6300B7C361 /* libAppIceReactPlugin.a */;
107
+ productType = "com.apple.product-type.library.static";
108
+ };
109
+ /* End PBXNativeTarget section */
110
+
111
+ /* Begin PBXProject section */
112
+ 58B511D31A9E6C8500147676 /* Project object */ = {
113
+ isa = PBXProject;
114
+ attributes = {
115
+ LastUpgradeCheck = 0920;
116
+ ORGANIZATIONNAME = Facebook;
117
+ TargetAttributes = {
118
+ 58B511DA1A9E6C8500147676 = {
119
+ CreatedOnToolsVersion = 6.1.1;
120
+ };
121
+ };
122
+ };
123
+ buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "AppIceReactPlugin" */;
124
+ compatibilityVersion = "Xcode 3.2";
125
+ developmentRegion = en;
126
+ hasScannedForEncodings = 0;
127
+ knownRegions = (
128
+ en,
129
+ Base,
130
+ );
131
+ mainGroup = 58B511D21A9E6C8500147676;
132
+ productRefGroup = 58B511D21A9E6C8500147676;
133
+ projectDirPath = "";
134
+ projectRoot = "";
135
+ targets = (
136
+ 58B511DA1A9E6C8500147676 /* AppIceReactPlugin */,
137
+ );
138
+ };
139
+ /* End PBXProject section */
140
+
141
+ /* Begin PBXShellScriptBuildPhase section */
142
+ E1D838F5C954732D315E9EB3 /* [CP] Check Pods Manifest.lock */ = {
143
+ isa = PBXShellScriptBuildPhase;
144
+ buildActionMask = 2147483647;
145
+ files = (
146
+ );
147
+ inputFileListPaths = (
148
+ );
149
+ inputPaths = (
150
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
151
+ "${PODS_ROOT}/Manifest.lock",
152
+ );
153
+ name = "[CP] Check Pods Manifest.lock";
154
+ outputFileListPaths = (
155
+ );
156
+ outputPaths = (
157
+ "$(DERIVED_FILE_DIR)/Pods-AppIceReactPlugin-checkManifestLockResult.txt",
158
+ );
159
+ runOnlyForDeploymentPostprocessing = 0;
160
+ shellPath = /bin/sh;
161
+ 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";
162
+ showEnvVarsInLog = 0;
163
+ };
164
+ /* End PBXShellScriptBuildPhase section */
165
+
166
+ /* Begin PBXSourcesBuildPhase section */
167
+ 58B511D71A9E6C8500147676 /* Sources */ = {
168
+ isa = PBXSourcesBuildPhase;
169
+ buildActionMask = 2147483647;
170
+ files = (
171
+ BB66EA6428A256F3008EF447 /* AppICEReactEvent.m in Sources */,
172
+ 404FB02224862CC80075A49E /* AppIceReactPlugin.m in Sources */,
173
+ );
174
+ runOnlyForDeploymentPostprocessing = 0;
175
+ };
176
+ /* End PBXSourcesBuildPhase section */
177
+
178
+ /* Begin XCBuildConfiguration section */
179
+ 58B511ED1A9E6C8500147676 /* Debug */ = {
180
+ isa = XCBuildConfiguration;
181
+ buildSettings = {
182
+ ALWAYS_SEARCH_USER_PATHS = NO;
183
+ CLANG_ANALYZER_NONNULL = YES;
184
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
185
+ CLANG_CXX_LIBRARY = "libc++";
186
+ CLANG_ENABLE_MODULES = YES;
187
+ CLANG_ENABLE_OBJC_ARC = YES;
188
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
189
+ CLANG_WARN_BOOL_CONVERSION = YES;
190
+ CLANG_WARN_COMMA = YES;
191
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
192
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
193
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
194
+ CLANG_WARN_EMPTY_BODY = YES;
195
+ CLANG_WARN_ENUM_CONVERSION = YES;
196
+ CLANG_WARN_INFINITE_RECURSION = YES;
197
+ CLANG_WARN_INT_CONVERSION = YES;
198
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
199
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
200
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
201
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
202
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
203
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
204
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
205
+ CLANG_WARN_UNREACHABLE_CODE = YES;
206
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
207
+ COPY_PHASE_STRIP = NO;
208
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
209
+ ENABLE_TESTABILITY = YES;
210
+ GCC_C_LANGUAGE_STANDARD = gnu99;
211
+ GCC_DYNAMIC_NO_PIC = NO;
212
+ GCC_NO_COMMON_BLOCKS = YES;
213
+ GCC_OPTIMIZATION_LEVEL = 0;
214
+ GCC_PREPROCESSOR_DEFINITIONS = (
215
+ "DEBUG=1",
216
+ "$(inherited)",
217
+ );
218
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
219
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
220
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
221
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
222
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
223
+ GCC_WARN_UNUSED_FUNCTION = YES;
224
+ GCC_WARN_UNUSED_VARIABLE = YES;
225
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
226
+ LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
227
+ LIBRARY_SEARCH_PATHS = (
228
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
229
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
230
+ "\"$(inherited)\"",
231
+ );
232
+ MTL_ENABLE_DEBUG_INFO = YES;
233
+ ONLY_ACTIVE_ARCH = YES;
234
+ SDKROOT = iphoneos;
235
+ };
236
+ name = Debug;
237
+ };
238
+ 58B511EE1A9E6C8500147676 /* Release */ = {
239
+ isa = XCBuildConfiguration;
240
+ buildSettings = {
241
+ ALWAYS_SEARCH_USER_PATHS = NO;
242
+ CLANG_ANALYZER_NONNULL = YES;
243
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
244
+ CLANG_CXX_LIBRARY = "libc++";
245
+ CLANG_ENABLE_MODULES = YES;
246
+ CLANG_ENABLE_OBJC_ARC = YES;
247
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
248
+ CLANG_WARN_BOOL_CONVERSION = YES;
249
+ CLANG_WARN_COMMA = YES;
250
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
251
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
252
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
253
+ CLANG_WARN_EMPTY_BODY = YES;
254
+ CLANG_WARN_ENUM_CONVERSION = YES;
255
+ CLANG_WARN_INFINITE_RECURSION = YES;
256
+ CLANG_WARN_INT_CONVERSION = YES;
257
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
258
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
259
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
260
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
261
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
262
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
263
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
264
+ CLANG_WARN_UNREACHABLE_CODE = YES;
265
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
266
+ COPY_PHASE_STRIP = YES;
267
+ ENABLE_NS_ASSERTIONS = NO;
268
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
269
+ GCC_C_LANGUAGE_STANDARD = gnu99;
270
+ GCC_NO_COMMON_BLOCKS = YES;
271
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
272
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
273
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
274
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
275
+ GCC_WARN_UNUSED_FUNCTION = YES;
276
+ GCC_WARN_UNUSED_VARIABLE = YES;
277
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
278
+ LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
279
+ LIBRARY_SEARCH_PATHS = (
280
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
281
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
282
+ "\"$(inherited)\"",
283
+ );
284
+ MTL_ENABLE_DEBUG_INFO = NO;
285
+ SDKROOT = iphoneos;
286
+ VALIDATE_PRODUCT = YES;
287
+ };
288
+ name = Release;
289
+ };
290
+ 58B511F01A9E6C8500147676 /* Debug */ = {
291
+ isa = XCBuildConfiguration;
292
+ baseConfigurationReference = F1849A6B1F6169CACAE96561 /* Pods-AppIceReactPlugin.debug.xcconfig */;
293
+ buildSettings = {
294
+ FRAMEWORK_SEARCH_PATHS = (
295
+ "$(inherited)",
296
+ "$(PROJECT_DIR)/AppICESDK/include/iosAppiceSDK",
297
+ "$(PROJECT_DIR)",
298
+ );
299
+ HEADER_SEARCH_PATHS = (
300
+ "$(inherited)",
301
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
302
+ "$(SRCROOT)/../../../React/**",
303
+ "$(SRCROOT)/../../react-native/React/**",
304
+ );
305
+ LIBRARY_SEARCH_PATHS = (
306
+ "$(inherited)",
307
+ "$(PROJECT_DIR)/AppICESDK",
308
+ );
309
+ OTHER_LDFLAGS = "-ObjC";
310
+ PRODUCT_NAME = AppIceReactPlugin;
311
+ SKIP_INSTALL = YES;
312
+ };
313
+ name = Debug;
314
+ };
315
+ 58B511F11A9E6C8500147676 /* Release */ = {
316
+ isa = XCBuildConfiguration;
317
+ baseConfigurationReference = C309D58EF84CFCAE1F2DABE9 /* Pods-AppIceReactPlugin.release.xcconfig */;
318
+ buildSettings = {
319
+ FRAMEWORK_SEARCH_PATHS = (
320
+ "$(inherited)",
321
+ "$(PROJECT_DIR)/AppICESDK/include/iosAppiceSDK",
322
+ "$(PROJECT_DIR)",
323
+ );
324
+ HEADER_SEARCH_PATHS = (
325
+ "$(inherited)",
326
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
327
+ "$(SRCROOT)/../../../React/**",
328
+ "$(SRCROOT)/../../react-native/React/**",
329
+ );
330
+ LIBRARY_SEARCH_PATHS = (
331
+ "$(inherited)",
332
+ "$(PROJECT_DIR)/AppICESDK",
333
+ );
334
+ OTHER_LDFLAGS = "-ObjC";
335
+ PRODUCT_NAME = AppIceReactPlugin;
336
+ SKIP_INSTALL = YES;
337
+ };
338
+ name = Release;
339
+ };
340
+ /* End XCBuildConfiguration section */
341
+
342
+ /* Begin XCConfigurationList section */
343
+ 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "AppIceReactPlugin" */ = {
344
+ isa = XCConfigurationList;
345
+ buildConfigurations = (
346
+ 58B511ED1A9E6C8500147676 /* Debug */,
347
+ 58B511EE1A9E6C8500147676 /* Release */,
348
+ );
349
+ defaultConfigurationIsVisible = 0;
350
+ defaultConfigurationName = Release;
351
+ };
352
+ 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "AppIceReactPlugin" */ = {
353
+ isa = XCConfigurationList;
354
+ buildConfigurations = (
355
+ 58B511F01A9E6C8500147676 /* Debug */,
356
+ 58B511F11A9E6C8500147676 /* Release */,
357
+ );
358
+ defaultConfigurationIsVisible = 0;
359
+ defaultConfigurationName = Release;
360
+ };
361
+ /* End XCConfigurationList section */
362
+ };
363
+ rootObject = 58B511D31A9E6C8500147676 /* Project object */;
364
+ }