react-native-acoustic-connect-beta 16.0.5 → 16.0.7

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 (63) hide show
  1. package/Example/nativebase-v3-kitchensink/android/app/build.gradle +102 -81
  2. package/Example/nativebase-v3-kitchensink/android/app/src/debug/AndroidManifest.xml +1 -2
  3. package/Example/nativebase-v3-kitchensink/android/app/src/debug/java/com/geekyants/kitchensinkappnativebase/ReactNativeFlipper.java +10 -4
  4. package/Example/nativebase-v3-kitchensink/android/app/src/main/AndroidManifest.xml +3 -3
  5. package/Example/nativebase-v3-kitchensink/android/app/src/main/java/com/geekyants/kitchensinkappnativebase/MainActivity.java +14 -12
  6. package/Example/nativebase-v3-kitchensink/android/app/src/main/java/com/geekyants/kitchensinkappnativebase/MainApplication.java +41 -55
  7. package/Example/nativebase-v3-kitchensink/android/app/src/main/java/com/geekyants/kitchensinkappnativebase/generated/BasePackageList.java +21 -0
  8. package/Example/nativebase-v3-kitchensink/android/build.gradle +15 -25
  9. package/Example/nativebase-v3-kitchensink/android/gradle.properties +20 -3
  10. package/Example/nativebase-v3-kitchensink/android/settings.gradle +1 -1
  11. package/Example/nativebase-v3-kitchensink/babel.config.js +7 -1
  12. package/Example/nativebase-v3-kitchensink/ios/.xcode.env +11 -0
  13. package/Example/nativebase-v3-kitchensink/ios/KitchenSinkappnativebase/AppDelegate.h +2 -3
  14. package/Example/nativebase-v3-kitchensink/ios/KitchenSinkappnativebase/AppDelegate.m +10 -69
  15. package/Example/nativebase-v3-kitchensink/ios/KitchenSinkappnativebase/Images.xcassets/AppIcon.appiconset/Contents.json +7 -116
  16. package/Example/nativebase-v3-kitchensink/ios/KitchenSinkappnativebase/Info.plist +4 -0
  17. package/Example/nativebase-v3-kitchensink/ios/KitchenSinkappnativebase.xcodeproj/project.pbxproj +47 -37
  18. package/Example/nativebase-v3-kitchensink/ios/Podfile +105 -53
  19. package/Example/nativebase-v3-kitchensink/ios/Podfile.properties.json +2 -1
  20. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/a6b76eb483287825e3d8acec0a94d196.xcbuilddata/build-request.json +27 -0
  21. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/a6b76eb483287825e3d8acec0a94d196.xcbuilddata/description.msgpack +0 -0
  22. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/a6b76eb483287825e3d8acec0a94d196.xcbuilddata/manifest.json +1 -0
  23. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/a6b76eb483287825e3d8acec0a94d196.xcbuilddata/target-graph.txt +1 -0
  24. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/a6b76eb483287825e3d8acec0a94d196.xcbuilddata/task-store.msgpack +0 -0
  25. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/c0fec93a979a5e37e3134ca391db148a.xcbuilddata/build-request.json +27 -0
  26. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/c0fec93a979a5e37e3134ca391db148a.xcbuilddata/description.msgpack +0 -0
  27. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/c0fec93a979a5e37e3134ca391db148a.xcbuilddata/manifest.json +1 -0
  28. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/c0fec93a979a5e37e3134ca391db148a.xcbuilddata/target-graph.txt +1 -0
  29. package/Example/nativebase-v3-kitchensink/ios/build/XCBuildData/c0fec93a979a5e37e3134ca391db148a.xcbuilddata/task-store.msgpack +0 -0
  30. package/Example/nativebase-v3-kitchensink/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm +2008 -0
  31. package/Example/nativebase-v3-kitchensink/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h +2448 -0
  32. package/Example/nativebase-v3-kitchensink/ios/build/generated/ios/FBReactNativeSpecJSI-generated.cpp +1523 -0
  33. package/Example/nativebase-v3-kitchensink/ios/build/generated/ios/FBReactNativeSpecJSI.h +5509 -0
  34. package/Example/nativebase-v3-kitchensink/ios/build/generated/ios/React-Codegen.podspec.json +1 -0
  35. package/Example/nativebase-v3-kitchensink/metro.config.js +12 -14
  36. package/Example/nativebase-v3-kitchensink/package.json +21 -18
  37. package/Example/nativebase-v3-kitchensink/src/components/RootComponent.tsx +3 -3
  38. package/Example/nativebase-v3-kitchensink/src/nb/NativeBase/src/core/NativeBaseProvider.tsx +2 -2
  39. package/GroovyUtils/psgrep.sh +1 -0
  40. package/Jenkinsfile +27 -25
  41. package/android/config.gradle +4 -4
  42. package/android/src/main/assets/ConnectAdvancedConfig.json +3 -0
  43. package/android/src/main/assets/TealeafBasicConfig.properties +26 -68
  44. package/android/src/main/assets/TealeafLayoutConfig.json +1 -26
  45. package/android/src/main/java/com/tl/uic/rncxa/RNCxaModule.java +127 -100
  46. package/android/src/main/java/com/tl/uic/rncxa/RNCxaPackage.java +7 -3
  47. package/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm +0 -0
  48. package/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h +0 -0
  49. package/ios/build/generated/ios/React-Codegen.podspec.json +1 -0
  50. package/latestChanges +0 -1
  51. package/package.json +1 -1
  52. package/Example/nativebase-v3-kitchensink/android/app/BUCK +0 -55
  53. package/Example/nativebase-v3-kitchensink/android/app/build_defs.bzl +0 -19
  54. package/Example/nativebase-v3-kitchensink/ios/KitchenSinkappnativebase/noop-file.swift +0 -4
  55. package/Example/nativebase-v3-kitchensink/iosSDKDebug/KitchenSinkappnativebase.xcodeproj/project.pbxproj +0 -543
  56. package/Example/nativebase-v3-kitchensink/iosSDKDebug/KitchenSinkappnativebase.xcodeproj/xcshareddata/xcschemes/KitchenSinkappnativebase.xcscheme +0 -100
  57. package/Example/nativebase-v3-kitchensink/iosSDKDebug/KitchenSinkappnativebase.xcworkspace/contents.xcworkspacedata +0 -13
  58. package/Example/nativebase-v3-kitchensink/iosSDKDebug/KitchenSinkappnativebaseDebugSDK.xcworkspace/contents.xcworkspacedata +0 -10
  59. package/Example/nativebase-v3-kitchensink/iosSDKDebug/KitchenSinkappnativebaseDebugSDK.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  60. package/Example/nativebase-v3-kitchensink/iosSDKDebug/Podfile +0 -51
  61. package/Example/nativebase-v3-kitchensink/node/.expo/README.md +0 -17
  62. package/Example/nativebase-v3-kitchensink/node/.expo/settings.json +0 -8
  63. package/Example/nativebase-v3-kitchensink/yarn.lock +0 -13679
@@ -1,543 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 96905EF65AED1B983A6B3ABC /* libPods-KitchenSinkappnativebase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-KitchenSinkappnativebase.a */; };
11
- 99F4712F28499E9600558430 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4712D28499E9600558430 /* AppDelegate.m */; };
12
- 99F4713028499E9600558430 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4712E28499E9600558430 /* main.m */; };
13
- 99F4713428499F2F00558430 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 99F4713128499F2E00558430 /* Expo.plist */; };
14
- 99F4713528499F2F00558430 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 99F4713228499F2E00558430 /* Images.xcassets */; };
15
- 99F4713628499F2F00558430 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 99F4713328499F2E00558430 /* SplashScreen.storyboard */; };
16
- 99F4713928499F5A00558430 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 99F4713728499F5A00558430 /* LaunchScreen.xib */; };
17
- /* End PBXBuildFile section */
18
-
19
- /* Begin PBXContainerItemProxy section */
20
- 99F471A12849A89E00558430 /* PBXContainerItemProxy */ = {
21
- isa = PBXContainerItemProxy;
22
- containerPortal = 99F4719C2849A89E00558430 /* RNCxa.xcodeproj */;
23
- proxyType = 2;
24
- remoteGlobalIDString = 134814201AA4EA6300B7C361;
25
- remoteInfo = RNCxa;
26
- };
27
- 99F471A32849A89E00558430 /* PBXContainerItemProxy */ = {
28
- isa = PBXContainerItemProxy;
29
- containerPortal = 99F4719C2849A89E00558430 /* RNCxa.xcodeproj */;
30
- proxyType = 2;
31
- remoteGlobalIDString = 9927869C26A0CE1900356A5F;
32
- remoteInfo = RNCxaStandaloneDebug;
33
- };
34
- /* End PBXContainerItemProxy section */
35
-
36
- /* Begin PBXFileReference section */
37
- 13B07F961A680F5B00A75B9A /* kitchensinkappnativebase.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = kitchensinkappnativebase.app; sourceTree = BUILT_PRODUCTS_DIR; };
38
- 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-KitchenSinkappnativebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-KitchenSinkappnativebase.a"; sourceTree = BUILT_PRODUCTS_DIR; };
39
- 6C2E3173556A471DD304B334 /* Pods-KitchenSinkappnativebase.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KitchenSinkappnativebase.debug.xcconfig"; path = "Target Support Files/Pods-KitchenSinkappnativebase/Pods-KitchenSinkappnativebase.debug.xcconfig"; sourceTree = "<group>"; };
40
- 7A4D352CD337FB3A3BF06240 /* Pods-KitchenSinkappnativebase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KitchenSinkappnativebase.release.xcconfig"; path = "Target Support Files/Pods-KitchenSinkappnativebase/Pods-KitchenSinkappnativebase.release.xcconfig"; sourceTree = "<group>"; };
41
- 99F4712D28499E9600558430 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.m; path = ../ios/KitchenSinkappnativebase/AppDelegate.m; sourceTree = "<group>"; };
42
- 99F4712E28499E9600558430 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = main.m; path = ../ios/KitchenSinkappnativebase/main.m; sourceTree = "<group>"; };
43
- 99F4713128499F2E00558430 /* Expo.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Expo.plist; path = ../ios/KitchenSinkappnativebase/Supporting/Expo.plist; sourceTree = "<group>"; };
44
- 99F4713228499F2E00558430 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ../ios/KitchenSinkappnativebase/Images.xcassets; sourceTree = "<group>"; };
45
- 99F4713328499F2E00558430 /* SplashScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = ../ios/KitchenSinkappnativebase/SplashScreen.storyboard; sourceTree = "<group>"; };
46
- 99F4713828499F5A00558430 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = ../ios/KitchenSinkappnativebase/Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
47
- 99F4719A2849A27200558430 /* TealeafReactNative.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = TealeafReactNative.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48
- 99F4719C2849A89E00558430 /* RNCxa.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNCxa.xcodeproj; path = "../node_modules/react-native-acoustic-ea-tealeaf-beta/ios/RNCxa.xcodeproj"; sourceTree = "<group>"; };
49
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
50
- 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; };
51
- /* End PBXFileReference section */
52
-
53
- /* Begin PBXFrameworksBuildPhase section */
54
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
55
- isa = PBXFrameworksBuildPhase;
56
- buildActionMask = 2147483647;
57
- files = (
58
- 96905EF65AED1B983A6B3ABC /* libPods-KitchenSinkappnativebase.a in Frameworks */,
59
- );
60
- runOnlyForDeploymentPostprocessing = 0;
61
- };
62
- /* End PBXFrameworksBuildPhase section */
63
-
64
- /* Begin PBXGroup section */
65
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
66
- isa = PBXGroup;
67
- children = (
68
- 99F4719C2849A89E00558430 /* RNCxa.xcodeproj */,
69
- 99F4719A2849A27200558430 /* TealeafReactNative.framework */,
70
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
71
- ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
72
- 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-KitchenSinkappnativebase.a */,
73
- );
74
- name = Frameworks;
75
- sourceTree = "<group>";
76
- };
77
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
78
- isa = PBXGroup;
79
- children = (
80
- );
81
- name = Libraries;
82
- sourceTree = "<group>";
83
- };
84
- 83CBB9F61A601CBA00E9B192 = {
85
- isa = PBXGroup;
86
- children = (
87
- 99F4713728499F5A00558430 /* LaunchScreen.xib */,
88
- 99F4713128499F2E00558430 /* Expo.plist */,
89
- 99F4713228499F2E00558430 /* Images.xcassets */,
90
- 99F4713328499F2E00558430 /* SplashScreen.storyboard */,
91
- 99F4712D28499E9600558430 /* AppDelegate.m */,
92
- 99F4712E28499E9600558430 /* main.m */,
93
- 832341AE1AAA6A7D00B99B32 /* Libraries */,
94
- 83CBBA001A601CBA00E9B192 /* Products */,
95
- 2D16E6871FA4F8E400B85C8A /* Frameworks */,
96
- D65327D7A22EEC0BE12398D9 /* Pods */,
97
- );
98
- indentWidth = 2;
99
- sourceTree = "<group>";
100
- tabWidth = 2;
101
- usesTabs = 0;
102
- };
103
- 83CBBA001A601CBA00E9B192 /* Products */ = {
104
- isa = PBXGroup;
105
- children = (
106
- 13B07F961A680F5B00A75B9A /* kitchensinkappnativebase.app */,
107
- );
108
- name = Products;
109
- sourceTree = "<group>";
110
- };
111
- 99F4719D2849A89E00558430 /* Products */ = {
112
- isa = PBXGroup;
113
- children = (
114
- 99F471A22849A89E00558430 /* libRNCxa.a */,
115
- 99F471A42849A89E00558430 /* libRNCxaStandaloneDebug.a */,
116
- );
117
- name = Products;
118
- sourceTree = "<group>";
119
- };
120
- D65327D7A22EEC0BE12398D9 /* Pods */ = {
121
- isa = PBXGroup;
122
- children = (
123
- 6C2E3173556A471DD304B334 /* Pods-KitchenSinkappnativebase.debug.xcconfig */,
124
- 7A4D352CD337FB3A3BF06240 /* Pods-KitchenSinkappnativebase.release.xcconfig */,
125
- );
126
- path = Pods;
127
- sourceTree = "<group>";
128
- };
129
- /* End PBXGroup section */
130
-
131
- /* Begin PBXNativeTarget section */
132
- 13B07F861A680F5B00A75B9A /* KitchenSinkappnativebase */ = {
133
- isa = PBXNativeTarget;
134
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "KitchenSinkappnativebase" */;
135
- buildPhases = (
136
- 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
137
- FD10A7F022414F080027D42C /* Start Packager */,
138
- 13B07F871A680F5B00A75B9A /* Sources */,
139
- 13B07F8C1A680F5B00A75B9A /* Frameworks */,
140
- 13B07F8E1A680F5B00A75B9A /* Resources */,
141
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
142
- 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
143
- D638EF3155C2483CFB69E73B /* [CP] Embed Pods Frameworks */,
144
- );
145
- buildRules = (
146
- );
147
- dependencies = (
148
- );
149
- name = KitchenSinkappnativebase;
150
- productName = KitchenSinkappnativebase;
151
- productReference = 13B07F961A680F5B00A75B9A /* kitchensinkappnativebase.app */;
152
- productType = "com.apple.product-type.application";
153
- };
154
- /* End PBXNativeTarget section */
155
-
156
- /* Begin PBXProject section */
157
- 83CBB9F71A601CBA00E9B192 /* Project object */ = {
158
- isa = PBXProject;
159
- attributes = {
160
- LastUpgradeCheck = 1330;
161
- TargetAttributes = {
162
- 13B07F861A680F5B00A75B9A = {
163
- LastSwiftMigration = 1120;
164
- };
165
- };
166
- };
167
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "KitchenSinkappnativebase" */;
168
- compatibilityVersion = "Xcode 3.2";
169
- developmentRegion = en;
170
- hasScannedForEncodings = 0;
171
- knownRegions = (
172
- en,
173
- Base,
174
- );
175
- mainGroup = 83CBB9F61A601CBA00E9B192;
176
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
177
- projectDirPath = "";
178
- projectReferences = (
179
- {
180
- ProductGroup = 99F4719D2849A89E00558430 /* Products */;
181
- ProjectRef = 99F4719C2849A89E00558430 /* RNCxa.xcodeproj */;
182
- },
183
- );
184
- projectRoot = "";
185
- targets = (
186
- 13B07F861A680F5B00A75B9A /* KitchenSinkappnativebase */,
187
- );
188
- };
189
- /* End PBXProject section */
190
-
191
- /* Begin PBXReferenceProxy section */
192
- 99F471A22849A89E00558430 /* libRNCxa.a */ = {
193
- isa = PBXReferenceProxy;
194
- fileType = archive.ar;
195
- path = libRNCxa.a;
196
- remoteRef = 99F471A12849A89E00558430 /* PBXContainerItemProxy */;
197
- sourceTree = BUILT_PRODUCTS_DIR;
198
- };
199
- 99F471A42849A89E00558430 /* libRNCxaStandaloneDebug.a */ = {
200
- isa = PBXReferenceProxy;
201
- fileType = archive.ar;
202
- path = libRNCxaStandaloneDebug.a;
203
- remoteRef = 99F471A32849A89E00558430 /* PBXContainerItemProxy */;
204
- sourceTree = BUILT_PRODUCTS_DIR;
205
- };
206
- /* End PBXReferenceProxy section */
207
-
208
- /* Begin PBXResourcesBuildPhase section */
209
- 13B07F8E1A680F5B00A75B9A /* Resources */ = {
210
- isa = PBXResourcesBuildPhase;
211
- buildActionMask = 2147483647;
212
- files = (
213
- 99F4713928499F5A00558430 /* LaunchScreen.xib in Resources */,
214
- 99F4713428499F2F00558430 /* Expo.plist in Resources */,
215
- 99F4713528499F2F00558430 /* Images.xcassets in Resources */,
216
- 99F4713628499F2F00558430 /* SplashScreen.storyboard in Resources */,
217
- );
218
- runOnlyForDeploymentPostprocessing = 0;
219
- };
220
- /* End PBXResourcesBuildPhase section */
221
-
222
- /* Begin PBXShellScriptBuildPhase section */
223
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
224
- isa = PBXShellScriptBuildPhase;
225
- buildActionMask = 2147483647;
226
- files = (
227
- );
228
- inputPaths = (
229
- );
230
- name = "Bundle React Native code and images";
231
- outputPaths = (
232
- );
233
- runOnlyForDeploymentPostprocessing = 0;
234
- shellPath = /bin/sh;
235
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n../node_modules/expo-constants/scripts/get-app-config-ios.sh\n";
236
- };
237
- 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
238
- isa = PBXShellScriptBuildPhase;
239
- buildActionMask = 2147483647;
240
- files = (
241
- );
242
- inputFileListPaths = (
243
- );
244
- inputPaths = (
245
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
246
- "${PODS_ROOT}/Manifest.lock",
247
- );
248
- name = "[CP] Check Pods Manifest.lock";
249
- outputFileListPaths = (
250
- );
251
- outputPaths = (
252
- "$(DERIVED_FILE_DIR)/Pods-KitchenSinkappnativebase-checkManifestLockResult.txt",
253
- );
254
- runOnlyForDeploymentPostprocessing = 0;
255
- shellPath = /bin/sh;
256
- 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";
257
- showEnvVarsInLog = 0;
258
- };
259
- 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
260
- isa = PBXShellScriptBuildPhase;
261
- buildActionMask = 2147483647;
262
- files = (
263
- );
264
- inputPaths = (
265
- "${PODS_ROOT}/Target Support Files/Pods-KitchenSinkappnativebase/Pods-KitchenSinkappnativebase-resources.sh",
266
- "${PODS_ROOT}/EOCoreDebug/SDKs/iOS/Debug/EOCoreSettings.bundle",
267
- "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
268
- "${PODS_ROOT}/TealeafReactNativeDebug/SDKs/iOS/DebugTealeafReactNative/TLFResources.bundle",
269
- );
270
- name = "[CP] Copy Pods Resources";
271
- outputPaths = (
272
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EOCoreSettings.bundle",
273
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
274
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TLFResources.bundle",
275
- );
276
- runOnlyForDeploymentPostprocessing = 0;
277
- shellPath = /bin/sh;
278
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-KitchenSinkappnativebase/Pods-KitchenSinkappnativebase-resources.sh\"\n";
279
- showEnvVarsInLog = 0;
280
- };
281
- D638EF3155C2483CFB69E73B /* [CP] Embed Pods Frameworks */ = {
282
- isa = PBXShellScriptBuildPhase;
283
- buildActionMask = 2147483647;
284
- files = (
285
- );
286
- inputPaths = (
287
- "${PODS_ROOT}/Target Support Files/Pods-KitchenSinkappnativebase/Pods-KitchenSinkappnativebase-frameworks.sh",
288
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/EOCoreDebug/EOCore.framework/EOCore",
289
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/TealeafReactNativeDebug/Core/TealeafReactNative.framework/TealeafReactNative",
290
- );
291
- name = "[CP] Embed Pods Frameworks";
292
- outputPaths = (
293
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/EOCore.framework",
294
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TealeafReactNative.framework",
295
- );
296
- runOnlyForDeploymentPostprocessing = 0;
297
- shellPath = /bin/sh;
298
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-KitchenSinkappnativebase/Pods-KitchenSinkappnativebase-frameworks.sh\"\n";
299
- showEnvVarsInLog = 0;
300
- };
301
- FD10A7F022414F080027D42C /* Start Packager */ = {
302
- isa = PBXShellScriptBuildPhase;
303
- buildActionMask = 2147483647;
304
- files = (
305
- );
306
- inputFileListPaths = (
307
- );
308
- inputPaths = (
309
- );
310
- name = "Start Packager";
311
- outputFileListPaths = (
312
- );
313
- outputPaths = (
314
- );
315
- runOnlyForDeploymentPostprocessing = 0;
316
- shellPath = /bin/sh;
317
- 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";
318
- showEnvVarsInLog = 0;
319
- };
320
- /* End PBXShellScriptBuildPhase section */
321
-
322
- /* Begin PBXSourcesBuildPhase section */
323
- 13B07F871A680F5B00A75B9A /* Sources */ = {
324
- isa = PBXSourcesBuildPhase;
325
- buildActionMask = 2147483647;
326
- files = (
327
- 99F4712F28499E9600558430 /* AppDelegate.m in Sources */,
328
- 99F4713028499E9600558430 /* main.m in Sources */,
329
- );
330
- runOnlyForDeploymentPostprocessing = 0;
331
- };
332
- /* End PBXSourcesBuildPhase section */
333
-
334
- /* Begin PBXVariantGroup section */
335
- 99F4713728499F5A00558430 /* LaunchScreen.xib */ = {
336
- isa = PBXVariantGroup;
337
- children = (
338
- 99F4713828499F5A00558430 /* Base */,
339
- );
340
- name = LaunchScreen.xib;
341
- sourceTree = "<group>";
342
- };
343
- /* End PBXVariantGroup section */
344
-
345
- /* Begin XCBuildConfiguration section */
346
- 13B07F941A680F5B00A75B9A /* Debug */ = {
347
- isa = XCBuildConfiguration;
348
- baseConfigurationReference = 6C2E3173556A471DD304B334 /* Pods-KitchenSinkappnativebase.debug.xcconfig */;
349
- buildSettings = {
350
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
351
- CLANG_ENABLE_MODULES = YES;
352
- CODE_SIGN_ENTITLEMENTS = ../ios/KitchenSinkappnativebase/kitchensinkappnativebase.entitlements;
353
- CURRENT_PROJECT_VERSION = 1;
354
- ENABLE_BITCODE = NO;
355
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
356
- GCC_PREPROCESSOR_DEFINITIONS = (
357
- "$(inherited)",
358
- "FB_SONARKIT_ENABLED=1",
359
- );
360
- INFOPLIST_FILE = ../ios/KitchenSinkappnativebase/Info.plist;
361
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
362
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
363
- OTHER_LDFLAGS = (
364
- "$(inherited)",
365
- "-ObjC",
366
- "-lc++",
367
- );
368
- PRODUCT_BUNDLE_IDENTIFIER = com.geekyants.kitchensinkappnativebase;
369
- PRODUCT_NAME = kitchensinkappnativebase;
370
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
371
- SWIFT_VERSION = 5.0;
372
- TARGETED_DEVICE_FAMILY = "1,2";
373
- VERSIONING_SYSTEM = "apple-generic";
374
- };
375
- name = Debug;
376
- };
377
- 13B07F951A680F5B00A75B9A /* Release */ = {
378
- isa = XCBuildConfiguration;
379
- baseConfigurationReference = 7A4D352CD337FB3A3BF06240 /* Pods-KitchenSinkappnativebase.release.xcconfig */;
380
- buildSettings = {
381
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
382
- CLANG_ENABLE_MODULES = YES;
383
- CODE_SIGN_ENTITLEMENTS = ../ios/KitchenSinkappnativebase/kitchensinkappnativebase.entitlements;
384
- CURRENT_PROJECT_VERSION = 1;
385
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
386
- INFOPLIST_FILE = ../ios/KitchenSinkappnativebase/Info.plist;
387
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
388
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
389
- OTHER_LDFLAGS = (
390
- "$(inherited)",
391
- "-ObjC",
392
- "-lc++",
393
- );
394
- PRODUCT_BUNDLE_IDENTIFIER = com.geekyants.kitchensinkappnativebase;
395
- PRODUCT_NAME = kitchensinkappnativebase;
396
- SWIFT_VERSION = 5.0;
397
- TARGETED_DEVICE_FAMILY = "1,2";
398
- VERSIONING_SYSTEM = "apple-generic";
399
- };
400
- name = Release;
401
- };
402
- 83CBBA201A601CBA00E9B192 /* Debug */ = {
403
- isa = XCBuildConfiguration;
404
- buildSettings = {
405
- ALWAYS_SEARCH_USER_PATHS = NO;
406
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
407
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
408
- CLANG_CXX_LIBRARY = "libc++";
409
- CLANG_ENABLE_MODULES = YES;
410
- CLANG_ENABLE_OBJC_ARC = YES;
411
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
412
- CLANG_WARN_BOOL_CONVERSION = YES;
413
- CLANG_WARN_COMMA = YES;
414
- CLANG_WARN_CONSTANT_CONVERSION = YES;
415
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
416
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
417
- CLANG_WARN_EMPTY_BODY = YES;
418
- CLANG_WARN_ENUM_CONVERSION = YES;
419
- CLANG_WARN_INFINITE_RECURSION = YES;
420
- CLANG_WARN_INT_CONVERSION = YES;
421
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
422
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
423
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
424
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
425
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
426
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
427
- CLANG_WARN_STRICT_PROTOTYPES = YES;
428
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
429
- CLANG_WARN_UNREACHABLE_CODE = YES;
430
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
431
- CODE_SIGN_ENTITLEMENTS = KitchenSinkappnativebase/kitchensinkappnativebase.entitlements;
432
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
433
- COPY_PHASE_STRIP = NO;
434
- ENABLE_STRICT_OBJC_MSGSEND = YES;
435
- ENABLE_TESTABILITY = YES;
436
- GCC_C_LANGUAGE_STANDARD = gnu99;
437
- GCC_DYNAMIC_NO_PIC = NO;
438
- GCC_NO_COMMON_BLOCKS = YES;
439
- GCC_OPTIMIZATION_LEVEL = 0;
440
- GCC_PREPROCESSOR_DEFINITIONS = (
441
- "DEBUG=1",
442
- "$(inherited)",
443
- );
444
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
445
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
446
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
447
- GCC_WARN_UNDECLARED_SELECTOR = YES;
448
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
449
- GCC_WARN_UNUSED_FUNCTION = YES;
450
- GCC_WARN_UNUSED_VARIABLE = YES;
451
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
452
- LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
453
- LIBRARY_SEARCH_PATHS = (
454
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
455
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
456
- "\"$(inherited)\"",
457
- );
458
- MTL_ENABLE_DEBUG_INFO = YES;
459
- ONLY_ACTIVE_ARCH = YES;
460
- SDKROOT = iphoneos;
461
- };
462
- name = Debug;
463
- };
464
- 83CBBA211A601CBA00E9B192 /* Release */ = {
465
- isa = XCBuildConfiguration;
466
- buildSettings = {
467
- ALWAYS_SEARCH_USER_PATHS = NO;
468
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
469
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
470
- CLANG_CXX_LIBRARY = "libc++";
471
- CLANG_ENABLE_MODULES = YES;
472
- CLANG_ENABLE_OBJC_ARC = YES;
473
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
474
- CLANG_WARN_BOOL_CONVERSION = YES;
475
- CLANG_WARN_COMMA = YES;
476
- CLANG_WARN_CONSTANT_CONVERSION = YES;
477
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
478
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
479
- CLANG_WARN_EMPTY_BODY = YES;
480
- CLANG_WARN_ENUM_CONVERSION = YES;
481
- CLANG_WARN_INFINITE_RECURSION = YES;
482
- CLANG_WARN_INT_CONVERSION = YES;
483
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
484
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
485
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
486
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
487
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
488
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
489
- CLANG_WARN_STRICT_PROTOTYPES = YES;
490
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
491
- CLANG_WARN_UNREACHABLE_CODE = YES;
492
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
493
- CODE_SIGN_ENTITLEMENTS = KitchenSinkappnativebase/kitchensinkappnativebase.entitlements;
494
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
495
- COPY_PHASE_STRIP = YES;
496
- ENABLE_NS_ASSERTIONS = NO;
497
- ENABLE_STRICT_OBJC_MSGSEND = YES;
498
- GCC_C_LANGUAGE_STANDARD = gnu99;
499
- GCC_NO_COMMON_BLOCKS = YES;
500
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
501
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
502
- GCC_WARN_UNDECLARED_SELECTOR = YES;
503
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
504
- GCC_WARN_UNUSED_FUNCTION = YES;
505
- GCC_WARN_UNUSED_VARIABLE = YES;
506
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
507
- LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
508
- LIBRARY_SEARCH_PATHS = (
509
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
510
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
511
- "\"$(inherited)\"",
512
- );
513
- MTL_ENABLE_DEBUG_INFO = NO;
514
- SDKROOT = iphoneos;
515
- VALIDATE_PRODUCT = YES;
516
- };
517
- name = Release;
518
- };
519
- /* End XCBuildConfiguration section */
520
-
521
- /* Begin XCConfigurationList section */
522
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "KitchenSinkappnativebase" */ = {
523
- isa = XCConfigurationList;
524
- buildConfigurations = (
525
- 13B07F941A680F5B00A75B9A /* Debug */,
526
- 13B07F951A680F5B00A75B9A /* Release */,
527
- );
528
- defaultConfigurationIsVisible = 0;
529
- defaultConfigurationName = Release;
530
- };
531
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "KitchenSinkappnativebase" */ = {
532
- isa = XCConfigurationList;
533
- buildConfigurations = (
534
- 83CBBA201A601CBA00E9B192 /* Debug */,
535
- 83CBBA211A601CBA00E9B192 /* Release */,
536
- );
537
- defaultConfigurationIsVisible = 0;
538
- defaultConfigurationName = Release;
539
- };
540
- /* End XCConfigurationList section */
541
- };
542
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
543
- }
@@ -1,100 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1330"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
18
- BuildableName = "kitchensinkappnativebase.app"
19
- BlueprintName = "KitchenSinkappnativebase"
20
- ReferencedContainer = "container:KitchenSinkappnativebase.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = "YES">
30
- <Testables>
31
- <TestableReference
32
- skipped = "NO">
33
- <BuildableReference
34
- BuildableIdentifier = "primary"
35
- BlueprintIdentifier = "00E356ED1AD99517003FC87E"
36
- BuildableName = "KitchenSinkappnativebaseTests.xctest"
37
- BlueprintName = "KitchenSinkappnativebaseTests"
38
- ReferencedContainer = "container:KitchenSinkappnativebase.xcodeproj">
39
- </BuildableReference>
40
- </TestableReference>
41
- </Testables>
42
- </TestAction>
43
- <LaunchAction
44
- buildConfiguration = "Debug"
45
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
46
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47
- launchStyle = "0"
48
- useCustomWorkingDirectory = "NO"
49
- ignoresPersistentStateOnLaunch = "NO"
50
- debugDocumentVersioning = "YES"
51
- debugServiceExtension = "internal"
52
- allowLocationSimulation = "YES">
53
- <BuildableProductRunnable
54
- runnableDebuggingMode = "0">
55
- <BuildableReference
56
- BuildableIdentifier = "primary"
57
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
58
- BuildableName = "kitchensinkappnativebase.app"
59
- BlueprintName = "KitchenSinkappnativebase"
60
- ReferencedContainer = "container:KitchenSinkappnativebase.xcodeproj">
61
- </BuildableReference>
62
- </BuildableProductRunnable>
63
- <EnvironmentVariables>
64
- <EnvironmentVariable
65
- key = "TLF_DEBUG"
66
- value = "1"
67
- isEnabled = "YES">
68
- </EnvironmentVariable>
69
- <EnvironmentVariable
70
- key = "EODebug"
71
- value = "1"
72
- isEnabled = "YES">
73
- </EnvironmentVariable>
74
- </EnvironmentVariables>
75
- </LaunchAction>
76
- <ProfileAction
77
- buildConfiguration = "Release"
78
- shouldUseLaunchSchemeArgsEnv = "YES"
79
- savedToolIdentifier = ""
80
- useCustomWorkingDirectory = "NO"
81
- debugDocumentVersioning = "YES">
82
- <BuildableProductRunnable
83
- runnableDebuggingMode = "0">
84
- <BuildableReference
85
- BuildableIdentifier = "primary"
86
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
87
- BuildableName = "kitchensinkappnativebase.app"
88
- BlueprintName = "KitchenSinkappnativebase"
89
- ReferencedContainer = "container:KitchenSinkappnativebase.xcodeproj">
90
- </BuildableReference>
91
- </BuildableProductRunnable>
92
- </ProfileAction>
93
- <AnalyzeAction
94
- buildConfiguration = "Debug">
95
- </AnalyzeAction>
96
- <ArchiveAction
97
- buildConfiguration = "Release"
98
- revealArchiveInOrganizer = "YES">
99
- </ArchiveAction>
100
- </Scheme>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "group:KitchenSinkappnativebase.xcodeproj">
6
- </FileRef>
7
- <FileRef
8
- location = "group:../../../../iOS-SDK/iOSSrc/Tealeaf/Tealeaf.xcodeproj">
9
- </FileRef>
10
- <FileRef
11
- location = "group:Pods/Pods.xcodeproj">
12
- </FileRef>
13
- </Workspace>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "group:KitchenSinkappnativebase.xcodeproj">
6
- </FileRef>
7
- <FileRef
8
- location = "group:Pods/Pods.xcodeproj">
9
- </FileRef>
10
- </Workspace>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>IDEDidComputeMac32BitWarning</key>
6
- <true/>
7
- </dict>
8
- </plist>