react-native-mosquito-transport 0.0.48 → 0.0.49

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 (96) hide show
  1. package/CONTRIBUTING.md +37 -19
  2. package/MosquitoTransport.podspec +20 -0
  3. package/android/build.gradle +32 -42
  4. package/android/src/main/AndroidManifest.xml +1 -3
  5. package/android/src/main/java/com/mosquitotransport/MosquitoTransportModule.kt +101 -0
  6. package/android/src/main/java/com/mosquitotransport/MosquitoTransportPackage.kt +31 -0
  7. package/android/src/main/java/com/mosquitotransport/utils/FileUploader.kt +106 -0
  8. package/android/src/main/java/com/mosquitotransport/utils/UploadCallback.kt +7 -0
  9. package/ios/MosquitoTransport-Bridging-Header.h +1 -0
  10. package/ios/MosquitoTransport.h +6 -0
  11. package/ios/MosquitoTransport.mm +81 -0
  12. package/ios/{Mosquitodb.swift → MosquitoTransport.swift} +39 -42
  13. package/package.json +10 -2
  14. package/src/NativeMosquitoTransport.js +24 -0
  15. package/src/helpers/fs_manager.js +1 -1
  16. package/src/helpers/utils.js +2 -4
  17. package/src/helpers/variables.js +2 -1
  18. package/src/index.d.ts +1 -1
  19. package/src/index.js +15 -10
  20. package/src/products/auth/accessor.js +118 -94
  21. package/src/products/auth/index.js +7 -6
  22. package/src/products/database/index.js +1 -0
  23. package/src/products/storage/index.js +9 -23
  24. package/.jshintignore +0 -4
  25. package/.jshintrc +0 -16
  26. package/TODO +0 -35
  27. package/android/gradle.properties +0 -5
  28. package/android/src/main/java/com/mosquitodb/MosquitodbModule.java +0 -82
  29. package/android/src/main/java/com/mosquitodb/MosquitodbPackage.java +0 -28
  30. package/android/src/main/java/com/mosquitodb/utils/FileUploader.java +0 -101
  31. package/android/src/main/java/com/mosquitodb/utils/UploadCallback.java +0 -7
  32. package/example/.bundle/config +0 -2
  33. package/example/.node-version +0 -1
  34. package/example/.watchmanconfig +0 -1
  35. package/example/Gemfile +0 -6
  36. package/example/android/app/build.gradle +0 -170
  37. package/example/android/app/debug.keystore +0 -0
  38. package/example/android/app/proguard-rules.pro +0 -10
  39. package/example/android/app/src/debug/AndroidManifest.xml +0 -13
  40. package/example/android/app/src/debug/java/com/mosquitodbexample/ReactNativeFlipper.java +0 -75
  41. package/example/android/app/src/main/AndroidManifest.xml +0 -25
  42. package/example/android/app/src/main/java/com/mosquitodbexample/MainActivity.java +0 -35
  43. package/example/android/app/src/main/java/com/mosquitodbexample/MainApplication.java +0 -62
  44. package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
  45. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  46. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  47. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  48. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  49. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  50. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  51. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  52. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  53. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  54. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  55. package/example/android/app/src/main/res/values/strings.xml +0 -3
  56. package/example/android/app/src/main/res/values/styles.xml +0 -9
  57. package/example/android/app/src/release/java/com/mosquitodbexample/ReactNativeFlipper.java +0 -20
  58. package/example/android/build.gradle +0 -21
  59. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  60. package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  61. package/example/android/gradle.properties +0 -44
  62. package/example/android/gradlew +0 -234
  63. package/example/android/gradlew.bat +0 -89
  64. package/example/android/settings.gradle +0 -4
  65. package/example/app.json +0 -4
  66. package/example/babel.config.js +0 -17
  67. package/example/index.js +0 -5
  68. package/example/ios/.xcode.env +0 -11
  69. package/example/ios/File.swift +0 -6
  70. package/example/ios/MosquitodbExample/AppDelegate.h +0 -6
  71. package/example/ios/MosquitodbExample/AppDelegate.mm +0 -36
  72. package/example/ios/MosquitodbExample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
  73. package/example/ios/MosquitodbExample/Images.xcassets/Contents.json +0 -6
  74. package/example/ios/MosquitodbExample/Info.plist +0 -55
  75. package/example/ios/MosquitodbExample/LaunchScreen.storyboard +0 -47
  76. package/example/ios/MosquitodbExample/main.m +0 -10
  77. package/example/ios/MosquitodbExample-Bridging-Header.h +0 -3
  78. package/example/ios/MosquitodbExample.xcodeproj/project.pbxproj +0 -703
  79. package/example/ios/MosquitodbExample.xcodeproj/xcshareddata/xcschemes/MosquitodbExample.xcscheme +0 -88
  80. package/example/ios/MosquitodbExample.xcworkspace/contents.xcworkspacedata +0 -10
  81. package/example/ios/MosquitodbExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  82. package/example/ios/MosquitodbExample.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +0 -8
  83. package/example/ios/MosquitodbExample.xcworkspace/xcuserdata/anthony.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  84. package/example/ios/MosquitodbExample.xcworkspace/xcuserdata/anthony.xcuserdatad/WorkspaceSettings.xcsettings +0 -14
  85. package/example/ios/MosquitodbExampleTests/Info.plist +0 -24
  86. package/example/ios/MosquitodbExampleTests/MosquitodbExampleTests.m +0 -66
  87. package/example/ios/Podfile +0 -60
  88. package/example/metro.config.js +0 -40
  89. package/example/package.json +0 -22
  90. package/example/react-native.config.js +0 -10
  91. package/example/src/App.tsx +0 -31
  92. package/ios/Mosquitodb-Bridging-Header.h +0 -2
  93. package/ios/Mosquitodb.m +0 -22
  94. package/ios/Mosquitodb.xcodeproj/project.pbxproj +0 -283
  95. package/ios/Mosquitodb.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -4
  96. package/react-native-mosquitodb.podspec +0 -35
@@ -1,703 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 54;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 00E356F31AD99517003FC87E /* MosquitodbExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* MosquitodbExampleTests.m */; };
11
- 0C80B921A6F3F58F76C31292 /* libPods-MosquitodbExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-MosquitodbExample.a */; };
12
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
14
- 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15
- 7699B88040F8A987B510C191 /* libPods-MosquitodbExample-MosquitodbExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-MosquitodbExample-MosquitodbExampleTests.a */; };
16
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
17
- /* End PBXBuildFile section */
18
-
19
- /* Begin PBXContainerItemProxy section */
20
- 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
21
- isa = PBXContainerItemProxy;
22
- containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
23
- proxyType = 1;
24
- remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
25
- remoteInfo = MosquitodbExample;
26
- };
27
- /* End PBXContainerItemProxy section */
28
-
29
- /* Begin PBXFileReference section */
30
- 00E356EE1AD99517003FC87E /* MosquitodbExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MosquitodbExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
31
- 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32
- 00E356F21AD99517003FC87E /* MosquitodbExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MosquitodbExampleTests.m; sourceTree = "<group>"; };
33
- 13B07F961A680F5B00A75B9A /* MosquitodbExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MosquitodbExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
34
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = MosquitodbExample/AppDelegate.h; sourceTree = "<group>"; };
35
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = MosquitodbExample/AppDelegate.mm; sourceTree = "<group>"; };
36
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = MosquitodbExample/Images.xcassets; sourceTree = "<group>"; };
37
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = MosquitodbExample/Info.plist; sourceTree = "<group>"; };
38
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = MosquitodbExample/main.m; sourceTree = "<group>"; };
39
- 19F6CBCC0A4E27FBF8BF4A61 /* libPods-MosquitodbExample-MosquitodbExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MosquitodbExample-MosquitodbExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
40
- 3B4392A12AC88292D35C810B /* Pods-MosquitodbExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MosquitodbExample.debug.xcconfig"; path = "Target Support Files/Pods-MosquitodbExample/Pods-MosquitodbExample.debug.xcconfig"; sourceTree = "<group>"; };
41
- 5709B34CF0A7D63546082F79 /* Pods-MosquitodbExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MosquitodbExample.release.xcconfig"; path = "Target Support Files/Pods-MosquitodbExample/Pods-MosquitodbExample.release.xcconfig"; sourceTree = "<group>"; };
42
- 5B7EB9410499542E8C5724F5 /* Pods-MosquitodbExample-MosquitodbExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MosquitodbExample-MosquitodbExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-MosquitodbExample-MosquitodbExampleTests/Pods-MosquitodbExample-MosquitodbExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
43
- 5DCACB8F33CDC322A6C60F78 /* libPods-MosquitodbExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MosquitodbExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
44
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = MosquitodbExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
45
- 89C6BE57DB24E9ADA2F236DE /* Pods-MosquitodbExample-MosquitodbExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MosquitodbExample-MosquitodbExampleTests.release.xcconfig"; path = "Target Support Files/Pods-MosquitodbExample-MosquitodbExampleTests/Pods-MosquitodbExample-MosquitodbExampleTests.release.xcconfig"; sourceTree = "<group>"; };
46
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
47
- /* End PBXFileReference section */
48
-
49
- /* Begin PBXFrameworksBuildPhase section */
50
- 00E356EB1AD99517003FC87E /* Frameworks */ = {
51
- isa = PBXFrameworksBuildPhase;
52
- buildActionMask = 2147483647;
53
- files = (
54
- 7699B88040F8A987B510C191 /* libPods-MosquitodbExample-MosquitodbExampleTests.a in Frameworks */,
55
- );
56
- runOnlyForDeploymentPostprocessing = 0;
57
- };
58
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
59
- isa = PBXFrameworksBuildPhase;
60
- buildActionMask = 2147483647;
61
- files = (
62
- 0C80B921A6F3F58F76C31292 /* libPods-MosquitodbExample.a in Frameworks */,
63
- );
64
- runOnlyForDeploymentPostprocessing = 0;
65
- };
66
- /* End PBXFrameworksBuildPhase section */
67
-
68
- /* Begin PBXGroup section */
69
- 00E356EF1AD99517003FC87E /* MosquitodbExampleTests */ = {
70
- isa = PBXGroup;
71
- children = (
72
- 00E356F21AD99517003FC87E /* MosquitodbExampleTests.m */,
73
- 00E356F01AD99517003FC87E /* Supporting Files */,
74
- );
75
- path = MosquitodbExampleTests;
76
- sourceTree = "<group>";
77
- };
78
- 00E356F01AD99517003FC87E /* Supporting Files */ = {
79
- isa = PBXGroup;
80
- children = (
81
- 00E356F11AD99517003FC87E /* Info.plist */,
82
- );
83
- name = "Supporting Files";
84
- sourceTree = "<group>";
85
- };
86
- 13B07FAE1A68108700A75B9A /* MosquitodbExample */ = {
87
- isa = PBXGroup;
88
- children = (
89
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
90
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
91
- 13B07FB51A68108700A75B9A /* Images.xcassets */,
92
- 13B07FB61A68108700A75B9A /* Info.plist */,
93
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
94
- 13B07FB71A68108700A75B9A /* main.m */,
95
- );
96
- name = MosquitodbExample;
97
- sourceTree = "<group>";
98
- };
99
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
100
- isa = PBXGroup;
101
- children = (
102
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
103
- 5DCACB8F33CDC322A6C60F78 /* libPods-MosquitodbExample.a */,
104
- 19F6CBCC0A4E27FBF8BF4A61 /* libPods-MosquitodbExample-MosquitodbExampleTests.a */,
105
- );
106
- name = Frameworks;
107
- sourceTree = "<group>";
108
- };
109
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
110
- isa = PBXGroup;
111
- children = (
112
- );
113
- name = Libraries;
114
- sourceTree = "<group>";
115
- };
116
- 83CBB9F61A601CBA00E9B192 = {
117
- isa = PBXGroup;
118
- children = (
119
- 13B07FAE1A68108700A75B9A /* MosquitodbExample */,
120
- 832341AE1AAA6A7D00B99B32 /* Libraries */,
121
- 00E356EF1AD99517003FC87E /* MosquitodbExampleTests */,
122
- 83CBBA001A601CBA00E9B192 /* Products */,
123
- 2D16E6871FA4F8E400B85C8A /* Frameworks */,
124
- BBD78D7AC51CEA395F1C20DB /* Pods */,
125
- );
126
- indentWidth = 2;
127
- sourceTree = "<group>";
128
- tabWidth = 2;
129
- usesTabs = 0;
130
- };
131
- 83CBBA001A601CBA00E9B192 /* Products */ = {
132
- isa = PBXGroup;
133
- children = (
134
- 13B07F961A680F5B00A75B9A /* MosquitodbExample.app */,
135
- 00E356EE1AD99517003FC87E /* MosquitodbExampleTests.xctest */,
136
- );
137
- name = Products;
138
- sourceTree = "<group>";
139
- };
140
- BBD78D7AC51CEA395F1C20DB /* Pods */ = {
141
- isa = PBXGroup;
142
- children = (
143
- 3B4392A12AC88292D35C810B /* Pods-MosquitodbExample.debug.xcconfig */,
144
- 5709B34CF0A7D63546082F79 /* Pods-MosquitodbExample.release.xcconfig */,
145
- 5B7EB9410499542E8C5724F5 /* Pods-MosquitodbExample-MosquitodbExampleTests.debug.xcconfig */,
146
- 89C6BE57DB24E9ADA2F236DE /* Pods-MosquitodbExample-MosquitodbExampleTests.release.xcconfig */,
147
- );
148
- path = Pods;
149
- sourceTree = "<group>";
150
- };
151
- /* End PBXGroup section */
152
-
153
- /* Begin PBXNativeTarget section */
154
- 00E356ED1AD99517003FC87E /* MosquitodbExampleTests */ = {
155
- isa = PBXNativeTarget;
156
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MosquitodbExampleTests" */;
157
- buildPhases = (
158
- A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
159
- 00E356EA1AD99517003FC87E /* Sources */,
160
- 00E356EB1AD99517003FC87E /* Frameworks */,
161
- 00E356EC1AD99517003FC87E /* Resources */,
162
- C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
163
- F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
164
- );
165
- buildRules = (
166
- );
167
- dependencies = (
168
- 00E356F51AD99517003FC87E /* PBXTargetDependency */,
169
- );
170
- name = MosquitodbExampleTests;
171
- productName = MosquitodbExampleTests;
172
- productReference = 00E356EE1AD99517003FC87E /* MosquitodbExampleTests.xctest */;
173
- productType = "com.apple.product-type.bundle.unit-test";
174
- };
175
- 13B07F861A680F5B00A75B9A /* MosquitodbExample */ = {
176
- isa = PBXNativeTarget;
177
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "MosquitodbExample" */;
178
- buildPhases = (
179
- C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
180
- FD10A7F022414F080027D42C /* Start Packager */,
181
- 13B07F871A680F5B00A75B9A /* Sources */,
182
- 13B07F8C1A680F5B00A75B9A /* Frameworks */,
183
- 13B07F8E1A680F5B00A75B9A /* Resources */,
184
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
185
- 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
186
- E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
187
- );
188
- buildRules = (
189
- );
190
- dependencies = (
191
- );
192
- name = MosquitodbExample;
193
- productName = MosquitodbExample;
194
- productReference = 13B07F961A680F5B00A75B9A /* MosquitodbExample.app */;
195
- productType = "com.apple.product-type.application";
196
- };
197
- /* End PBXNativeTarget section */
198
-
199
- /* Begin PBXProject section */
200
- 83CBB9F71A601CBA00E9B192 /* Project object */ = {
201
- isa = PBXProject;
202
- attributes = {
203
- LastUpgradeCheck = 1210;
204
- TargetAttributes = {
205
- 00E356ED1AD99517003FC87E = {
206
- CreatedOnToolsVersion = 6.2;
207
- TestTargetID = 13B07F861A680F5B00A75B9A;
208
- };
209
- 13B07F861A680F5B00A75B9A = {
210
- LastSwiftMigration = 1120;
211
- };
212
- };
213
- };
214
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "MosquitodbExample" */;
215
- compatibilityVersion = "Xcode 12.0";
216
- developmentRegion = en;
217
- hasScannedForEncodings = 0;
218
- knownRegions = (
219
- en,
220
- Base,
221
- );
222
- mainGroup = 83CBB9F61A601CBA00E9B192;
223
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
224
- projectDirPath = "";
225
- projectRoot = "";
226
- targets = (
227
- 13B07F861A680F5B00A75B9A /* MosquitodbExample */,
228
- 00E356ED1AD99517003FC87E /* MosquitodbExampleTests */,
229
- );
230
- };
231
- /* End PBXProject section */
232
-
233
- /* Begin PBXResourcesBuildPhase section */
234
- 00E356EC1AD99517003FC87E /* Resources */ = {
235
- isa = PBXResourcesBuildPhase;
236
- buildActionMask = 2147483647;
237
- files = (
238
- );
239
- runOnlyForDeploymentPostprocessing = 0;
240
- };
241
- 13B07F8E1A680F5B00A75B9A /* Resources */ = {
242
- isa = PBXResourcesBuildPhase;
243
- buildActionMask = 2147483647;
244
- files = (
245
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
246
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
247
- );
248
- runOnlyForDeploymentPostprocessing = 0;
249
- };
250
- /* End PBXResourcesBuildPhase section */
251
-
252
- /* Begin PBXShellScriptBuildPhase section */
253
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
254
- isa = PBXShellScriptBuildPhase;
255
- buildActionMask = 2147483647;
256
- files = (
257
- );
258
- inputPaths = (
259
- "$(SRCROOT)/.xcode.env.local",
260
- "$(SRCROOT)/.xcode.env",
261
- );
262
- name = "Bundle React Native code and images";
263
- outputPaths = (
264
- );
265
- runOnlyForDeploymentPostprocessing = 0;
266
- shellPath = /bin/sh;
267
- shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
268
- };
269
- 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
270
- isa = PBXShellScriptBuildPhase;
271
- buildActionMask = 2147483647;
272
- files = (
273
- );
274
- inputFileListPaths = (
275
- "${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample/Pods-MosquitodbExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
276
- );
277
- name = "[CP] Embed Pods Frameworks";
278
- outputFileListPaths = (
279
- "${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample/Pods-MosquitodbExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
280
- );
281
- runOnlyForDeploymentPostprocessing = 0;
282
- shellPath = /bin/sh;
283
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample/Pods-MosquitodbExample-frameworks.sh\"\n";
284
- showEnvVarsInLog = 0;
285
- };
286
- A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
287
- isa = PBXShellScriptBuildPhase;
288
- buildActionMask = 2147483647;
289
- files = (
290
- );
291
- inputFileListPaths = (
292
- );
293
- inputPaths = (
294
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
295
- "${PODS_ROOT}/Manifest.lock",
296
- );
297
- name = "[CP] Check Pods Manifest.lock";
298
- outputFileListPaths = (
299
- );
300
- outputPaths = (
301
- "$(DERIVED_FILE_DIR)/Pods-MosquitodbExample-MosquitodbExampleTests-checkManifestLockResult.txt",
302
- );
303
- runOnlyForDeploymentPostprocessing = 0;
304
- shellPath = /bin/sh;
305
- 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";
306
- showEnvVarsInLog = 0;
307
- };
308
- C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
309
- isa = PBXShellScriptBuildPhase;
310
- buildActionMask = 2147483647;
311
- files = (
312
- );
313
- inputFileListPaths = (
314
- );
315
- inputPaths = (
316
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
317
- "${PODS_ROOT}/Manifest.lock",
318
- );
319
- name = "[CP] Check Pods Manifest.lock";
320
- outputFileListPaths = (
321
- );
322
- outputPaths = (
323
- "$(DERIVED_FILE_DIR)/Pods-MosquitodbExample-checkManifestLockResult.txt",
324
- );
325
- runOnlyForDeploymentPostprocessing = 0;
326
- shellPath = /bin/sh;
327
- 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";
328
- showEnvVarsInLog = 0;
329
- };
330
- C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
331
- isa = PBXShellScriptBuildPhase;
332
- buildActionMask = 2147483647;
333
- files = (
334
- );
335
- inputFileListPaths = (
336
- "${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample-MosquitodbExampleTests/Pods-MosquitodbExample-MosquitodbExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
337
- );
338
- name = "[CP] Embed Pods Frameworks";
339
- outputFileListPaths = (
340
- "${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample-MosquitodbExampleTests/Pods-MosquitodbExample-MosquitodbExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
341
- );
342
- runOnlyForDeploymentPostprocessing = 0;
343
- shellPath = /bin/sh;
344
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample-MosquitodbExampleTests/Pods-MosquitodbExample-MosquitodbExampleTests-frameworks.sh\"\n";
345
- showEnvVarsInLog = 0;
346
- };
347
- E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
348
- isa = PBXShellScriptBuildPhase;
349
- buildActionMask = 2147483647;
350
- files = (
351
- );
352
- inputFileListPaths = (
353
- "${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample/Pods-MosquitodbExample-resources-${CONFIGURATION}-input-files.xcfilelist",
354
- );
355
- name = "[CP] Copy Pods Resources";
356
- outputFileListPaths = (
357
- );
358
- runOnlyForDeploymentPostprocessing = 0;
359
- shellPath = /bin/sh;
360
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample/Pods-MosquitodbExample-resources.sh\"\n";
361
- showEnvVarsInLog = 0;
362
- };
363
- F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
364
- isa = PBXShellScriptBuildPhase;
365
- buildActionMask = 2147483647;
366
- files = (
367
- );
368
- inputFileListPaths = (
369
- "${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample-MosquitodbExampleTests/Pods-MosquitodbExample-MosquitodbExampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
370
- );
371
- name = "[CP] Copy Pods Resources";
372
- outputFileListPaths = (
373
- "${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample-MosquitodbExampleTests/Pods-MosquitodbExample-MosquitodbExampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
374
- );
375
- runOnlyForDeploymentPostprocessing = 0;
376
- shellPath = /bin/sh;
377
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MosquitodbExample-MosquitodbExampleTests/Pods-MosquitodbExample-MosquitodbExampleTests-resources.sh\"\n";
378
- showEnvVarsInLog = 0;
379
- };
380
- FD10A7F022414F080027D42C /* Start Packager */ = {
381
- isa = PBXShellScriptBuildPhase;
382
- buildActionMask = 2147483647;
383
- files = (
384
- );
385
- inputFileListPaths = (
386
- );
387
- inputPaths = (
388
- );
389
- name = "Start Packager";
390
- outputFileListPaths = (
391
- );
392
- outputPaths = (
393
- );
394
- runOnlyForDeploymentPostprocessing = 0;
395
- shellPath = /bin/sh;
396
- 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";
397
- showEnvVarsInLog = 0;
398
- };
399
- /* End PBXShellScriptBuildPhase section */
400
-
401
- /* Begin PBXSourcesBuildPhase section */
402
- 00E356EA1AD99517003FC87E /* Sources */ = {
403
- isa = PBXSourcesBuildPhase;
404
- buildActionMask = 2147483647;
405
- files = (
406
- 00E356F31AD99517003FC87E /* MosquitodbExampleTests.m in Sources */,
407
- );
408
- runOnlyForDeploymentPostprocessing = 0;
409
- };
410
- 13B07F871A680F5B00A75B9A /* Sources */ = {
411
- isa = PBXSourcesBuildPhase;
412
- buildActionMask = 2147483647;
413
- files = (
414
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
415
- 13B07FC11A68108700A75B9A /* main.m in Sources */,
416
- );
417
- runOnlyForDeploymentPostprocessing = 0;
418
- };
419
- /* End PBXSourcesBuildPhase section */
420
-
421
- /* Begin PBXTargetDependency section */
422
- 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
423
- isa = PBXTargetDependency;
424
- target = 13B07F861A680F5B00A75B9A /* MosquitodbExample */;
425
- targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
426
- };
427
- /* End PBXTargetDependency section */
428
-
429
- /* Begin XCBuildConfiguration section */
430
- 00E356F61AD99517003FC87E /* Debug */ = {
431
- isa = XCBuildConfiguration;
432
- baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-MosquitodbExample-MosquitodbExampleTests.debug.xcconfig */;
433
- buildSettings = {
434
- BUNDLE_LOADER = "$(TEST_HOST)";
435
- GCC_PREPROCESSOR_DEFINITIONS = (
436
- "DEBUG=1",
437
- "$(inherited)",
438
- );
439
- INFOPLIST_FILE = MosquitodbExampleTests/Info.plist;
440
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
441
- LD_RUNPATH_SEARCH_PATHS = (
442
- "$(inherited)",
443
- "@executable_path/Frameworks",
444
- "@loader_path/Frameworks",
445
- );
446
- OTHER_LDFLAGS = (
447
- "-ObjC",
448
- "-lc++",
449
- "$(inherited)",
450
- );
451
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
452
- PRODUCT_NAME = "$(TARGET_NAME)";
453
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MosquitodbExample.app/MosquitodbExample";
454
- };
455
- name = Debug;
456
- };
457
- 00E356F71AD99517003FC87E /* Release */ = {
458
- isa = XCBuildConfiguration;
459
- baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-MosquitodbExample-MosquitodbExampleTests.release.xcconfig */;
460
- buildSettings = {
461
- BUNDLE_LOADER = "$(TEST_HOST)";
462
- COPY_PHASE_STRIP = NO;
463
- INFOPLIST_FILE = MosquitodbExampleTests/Info.plist;
464
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
465
- LD_RUNPATH_SEARCH_PATHS = (
466
- "$(inherited)",
467
- "@executable_path/Frameworks",
468
- "@loader_path/Frameworks",
469
- );
470
- OTHER_LDFLAGS = (
471
- "-ObjC",
472
- "-lc++",
473
- "$(inherited)",
474
- );
475
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
476
- PRODUCT_NAME = "$(TARGET_NAME)";
477
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MosquitodbExample.app/MosquitodbExample";
478
- };
479
- name = Release;
480
- };
481
- 13B07F941A680F5B00A75B9A /* Debug */ = {
482
- isa = XCBuildConfiguration;
483
- baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-MosquitodbExample.debug.xcconfig */;
484
- buildSettings = {
485
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
486
- CLANG_ENABLE_MODULES = YES;
487
- CURRENT_PROJECT_VERSION = 1;
488
- ENABLE_BITCODE = NO;
489
- INFOPLIST_FILE = MosquitodbExample/Info.plist;
490
- LD_RUNPATH_SEARCH_PATHS = (
491
- "$(inherited)",
492
- "@executable_path/Frameworks",
493
- );
494
- MARKETING_VERSION = 1.0;
495
- OTHER_LDFLAGS = (
496
- "$(inherited)",
497
- "-ObjC",
498
- "-lc++",
499
- );
500
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
501
- PRODUCT_NAME = MosquitodbExample;
502
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
503
- SWIFT_VERSION = 5.3;
504
- VERSIONING_SYSTEM = "apple-generic";
505
- };
506
- name = Debug;
507
- };
508
- 13B07F951A680F5B00A75B9A /* Release */ = {
509
- isa = XCBuildConfiguration;
510
- baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-MosquitodbExample.release.xcconfig */;
511
- buildSettings = {
512
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513
- CLANG_ENABLE_MODULES = YES;
514
- CURRENT_PROJECT_VERSION = 1;
515
- INFOPLIST_FILE = MosquitodbExample/Info.plist;
516
- LD_RUNPATH_SEARCH_PATHS = (
517
- "$(inherited)",
518
- "@executable_path/Frameworks",
519
- );
520
- MARKETING_VERSION = 1.0;
521
- OTHER_LDFLAGS = (
522
- "$(inherited)",
523
- "-ObjC",
524
- "-lc++",
525
- );
526
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
527
- PRODUCT_NAME = MosquitodbExample;
528
- SWIFT_VERSION = 5.3;
529
- VERSIONING_SYSTEM = "apple-generic";
530
- };
531
- name = Release;
532
- };
533
- 83CBBA201A601CBA00E9B192 /* Debug */ = {
534
- isa = XCBuildConfiguration;
535
- buildSettings = {
536
- ALWAYS_SEARCH_USER_PATHS = NO;
537
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
538
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
539
- CLANG_CXX_LIBRARY = "libc++";
540
- CLANG_ENABLE_MODULES = YES;
541
- CLANG_ENABLE_OBJC_ARC = YES;
542
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
543
- CLANG_WARN_BOOL_CONVERSION = YES;
544
- CLANG_WARN_COMMA = YES;
545
- CLANG_WARN_CONSTANT_CONVERSION = YES;
546
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
547
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
548
- CLANG_WARN_EMPTY_BODY = YES;
549
- CLANG_WARN_ENUM_CONVERSION = YES;
550
- CLANG_WARN_INFINITE_RECURSION = YES;
551
- CLANG_WARN_INT_CONVERSION = YES;
552
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
553
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
554
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
555
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
556
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
557
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
558
- CLANG_WARN_STRICT_PROTOTYPES = YES;
559
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
560
- CLANG_WARN_UNREACHABLE_CODE = YES;
561
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
562
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
563
- COPY_PHASE_STRIP = NO;
564
- ENABLE_STRICT_OBJC_MSGSEND = YES;
565
- ENABLE_TESTABILITY = YES;
566
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
567
- GCC_C_LANGUAGE_STANDARD = gnu99;
568
- GCC_DYNAMIC_NO_PIC = NO;
569
- GCC_NO_COMMON_BLOCKS = YES;
570
- GCC_OPTIMIZATION_LEVEL = 0;
571
- GCC_PREPROCESSOR_DEFINITIONS = (
572
- "DEBUG=1",
573
- "$(inherited)",
574
- );
575
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
576
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
577
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
578
- GCC_WARN_UNDECLARED_SELECTOR = YES;
579
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
580
- GCC_WARN_UNUSED_FUNCTION = YES;
581
- GCC_WARN_UNUSED_VARIABLE = YES;
582
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
583
- LD_RUNPATH_SEARCH_PATHS = (
584
- /usr/lib/swift,
585
- "$(inherited)",
586
- );
587
- LIBRARY_SEARCH_PATHS = (
588
- "\"$(SDKROOT)/usr/lib/swift\"",
589
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
590
- "\"$(inherited)\"",
591
- );
592
- MTL_ENABLE_DEBUG_INFO = YES;
593
- ONLY_ACTIVE_ARCH = YES;
594
- OTHER_CPLUSPLUSFLAGS = (
595
- "$(OTHER_CFLAGS)",
596
- "-DFOLLY_NO_CONFIG",
597
- "-DFOLLY_MOBILE=1",
598
- "-DFOLLY_USE_LIBCPP=1",
599
- );
600
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
601
- SDKROOT = iphoneos;
602
- };
603
- name = Debug;
604
- };
605
- 83CBBA211A601CBA00E9B192 /* Release */ = {
606
- isa = XCBuildConfiguration;
607
- buildSettings = {
608
- ALWAYS_SEARCH_USER_PATHS = NO;
609
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
610
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
611
- CLANG_CXX_LIBRARY = "libc++";
612
- CLANG_ENABLE_MODULES = YES;
613
- CLANG_ENABLE_OBJC_ARC = YES;
614
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
615
- CLANG_WARN_BOOL_CONVERSION = YES;
616
- CLANG_WARN_COMMA = YES;
617
- CLANG_WARN_CONSTANT_CONVERSION = YES;
618
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
619
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
620
- CLANG_WARN_EMPTY_BODY = YES;
621
- CLANG_WARN_ENUM_CONVERSION = YES;
622
- CLANG_WARN_INFINITE_RECURSION = YES;
623
- CLANG_WARN_INT_CONVERSION = YES;
624
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
625
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
626
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
627
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
628
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
629
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
630
- CLANG_WARN_STRICT_PROTOTYPES = YES;
631
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
632
- CLANG_WARN_UNREACHABLE_CODE = YES;
633
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
634
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
635
- COPY_PHASE_STRIP = YES;
636
- ENABLE_NS_ASSERTIONS = NO;
637
- ENABLE_STRICT_OBJC_MSGSEND = YES;
638
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
639
- GCC_C_LANGUAGE_STANDARD = gnu99;
640
- GCC_NO_COMMON_BLOCKS = YES;
641
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
642
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
643
- GCC_WARN_UNDECLARED_SELECTOR = YES;
644
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
645
- GCC_WARN_UNUSED_FUNCTION = YES;
646
- GCC_WARN_UNUSED_VARIABLE = YES;
647
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
648
- LD_RUNPATH_SEARCH_PATHS = (
649
- /usr/lib/swift,
650
- "$(inherited)",
651
- );
652
- LIBRARY_SEARCH_PATHS = (
653
- "\"$(SDKROOT)/usr/lib/swift\"",
654
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
655
- "\"$(inherited)\"",
656
- );
657
- MTL_ENABLE_DEBUG_INFO = NO;
658
- OTHER_CPLUSPLUSFLAGS = (
659
- "$(OTHER_CFLAGS)",
660
- "-DFOLLY_NO_CONFIG",
661
- "-DFOLLY_MOBILE=1",
662
- "-DFOLLY_USE_LIBCPP=1",
663
- );
664
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
665
- SDKROOT = iphoneos;
666
- VALIDATE_PRODUCT = YES;
667
- };
668
- name = Release;
669
- };
670
- /* End XCBuildConfiguration section */
671
-
672
- /* Begin XCConfigurationList section */
673
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MosquitodbExampleTests" */ = {
674
- isa = XCConfigurationList;
675
- buildConfigurations = (
676
- 00E356F61AD99517003FC87E /* Debug */,
677
- 00E356F71AD99517003FC87E /* Release */,
678
- );
679
- defaultConfigurationIsVisible = 0;
680
- defaultConfigurationName = Release;
681
- };
682
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "MosquitodbExample" */ = {
683
- isa = XCConfigurationList;
684
- buildConfigurations = (
685
- 13B07F941A680F5B00A75B9A /* Debug */,
686
- 13B07F951A680F5B00A75B9A /* Release */,
687
- );
688
- defaultConfigurationIsVisible = 0;
689
- defaultConfigurationName = Release;
690
- };
691
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "MosquitodbExample" */ = {
692
- isa = XCConfigurationList;
693
- buildConfigurations = (
694
- 83CBBA201A601CBA00E9B192 /* Debug */,
695
- 83CBBA211A601CBA00E9B192 /* Release */,
696
- );
697
- defaultConfigurationIsVisible = 0;
698
- defaultConfigurationName = Release;
699
- };
700
- /* End XCConfigurationList section */
701
- };
702
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
703
- }