react-native-acoustic-connect-beta 16.0.31 → 16.0.32

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.
@@ -15,7 +15,7 @@
15
15
  "react": "18.2.0",
16
16
  "react-dom": "18.2.0",
17
17
  "react-native": "0.72.10",
18
- "react-native-acoustic-connect-beta": "16.0.31",
18
+ "react-native-acoustic-connect-beta": "16.0.32",
19
19
  "react-native-gesture-handler": "~2.12.0",
20
20
  "react-native-keyboard-aware-scroll-view": "^0.9.5",
21
21
  "react-native-reanimated": "~3.3.0",
@@ -14,27 +14,40 @@ require 'json'
14
14
  pods_root = ARGV[0]
15
15
  config_file = ARGV[1]
16
16
  $useRelease = false
17
- $dependencyName = "ConnectReactNativeDebug"
17
+ $dependencyName = "AcousticConnectReactNativeDebug"
18
18
  $podFolder = "DebugConnectReactNative"
19
19
 
20
- def update_config(module_name, key, value)
20
+ # def update_config(module_name, key, value)
21
21
 
22
- if value.class.eql?("Hash") || !module_name.eql?("Connect")
23
- return false
24
- end
22
+ # if value.class.eql?("Hash") || !module_name.eql?("Connect")
23
+ # return false
24
+ # end
25
25
 
26
- plist_path = "#{ARGV[0]}/#{$dependencyName}/SDKs/iOS/#{$podFolder}/TLFResources.bundle/ConnectBasicConfig.plist"
26
+ # plist_path = "#{ARGV[0]}/#{$dependencyName}/SDKs/iOS/#{$podFolder}/TLFResources.bundle/ConnectBasicConfig.plist"
27
27
 
28
- if File.exist?(plist_path)
29
- `/usr/libexec/PlistBuddy -c \"Set :#{key} #{value}" #{plist_path}`
30
- end
31
- end
28
+ # if File.exist?(plist_path)
29
+ # `/usr/libexec/PlistBuddy -c \"Set :#{key} #{value}" #{plist_path}`
30
+ # end
31
+ # end
32
+
33
+ # def update_layout(jsonData)
34
+ # connectConfigOverride = jsonData["Connect"]["layoutConfig"]
35
+
36
+ # path = "../../ios/Pods/#{$dependencyName}/SDKs/iOS/#{$podFolder}/TLFResources.bundle/ConnectLayoutConfig.json"
37
+ # puts "Has new layoutConfig:#{connectConfigOverride}, then update ConnectLayoutConfig.json at #{path}"
38
+
39
+ # if(connectConfigOverride)
40
+ # connectConfigOverrideJson = JSON.generate(connectConfigOverride)
41
+ # File.write(path,connectConfigOverrideJson)
42
+ # puts JSON.pretty_generate(connectConfigOverrideJson)
43
+ # end
44
+ # end
32
45
 
33
- def update_layout(jsonData)
34
- connectConfigOverride = jsonData["Connect"]["layoutConfig"]
46
+ def update_config(jsonData)
47
+ connectConfigOverride = jsonData["Connect"]
35
48
 
36
- path = "../../ios/Pods/#{$dependencyName}/SDKs/iOS/#{$podFolder}/TLFResources.bundle/ConnectLayoutConfig.json"
37
- puts "Has new layoutConfig:#{connectConfigOverride}, then update ConnectLayoutConfig.json at #{path}"
49
+ path = "../../node_modules/react-native-acoustic-connect-beta/iOS/RNCxaConfig.json"
50
+ puts "Update iOS Config:#{connectConfigOverride}, then update RNCxaConfig.json at #{path}"
38
51
 
39
52
  if(connectConfigOverride)
40
53
  connectConfigOverrideJson = JSON.generate(connectConfigOverride)
@@ -43,6 +43,7 @@
43
43
  6D7AF8B82CD2C79400C39C63 /* ConnectReactNative.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ConnectReactNative.xcframework; path = ../../../ios/Pods/ConnectReactNativeDebug/SDKs/iOS/DebugConnectReactNative/ConnectReactNative.xcframework; sourceTree = "<group>"; };
44
44
  6D7AF8BB2CD2CB1B00C39C63 /* EOCore.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QXQ67VKX2B:Acoustic, L.P."; lastKnownFileType = wrapper.xcframework; name = EOCore.xcframework; path = ../../../ios/Pods/EOCoreDebug/SDKs/iOS/Debug/EOCore.xcframework; sourceTree = "<group>"; };
45
45
  6D7AF8BD2CD2CB2C00C39C63 /* TealeafReactNative.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QXQ67VKX2B:Acoustic, L.P."; lastKnownFileType = wrapper.xcframework; name = TealeafReactNative.xcframework; path = ../../../ios/Pods/TealeafReactNativeDebug/SDKs/iOS/DebugTealeafReactNative/TealeafReactNative.xcframework; sourceTree = "<group>"; };
46
+ 6DA8617B2CEDB13A00A7C79B /* RNCxaConfig.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = RNCxaConfig.json; sourceTree = "<group>"; };
46
47
  9927869C26A0CE1900356A5F /* libRNCxaStandaloneDebug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCxaStandaloneDebug.a; sourceTree = BUILT_PRODUCTS_DIR; };
47
48
  99312E5E20EC64C40060FE60 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
48
49
  99312E6020EC64CD0060FE60 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
@@ -87,6 +88,7 @@
87
88
  children = (
88
89
  B3E7B5881CC2AC0600A0062D /* RNCxa.h */,
89
90
  B3E7B5891CC2AC0600A0062D /* RNCxa.m */,
91
+ 6DA8617B2CEDB13A00A7C79B /* RNCxaConfig.json */,
90
92
  134814211AA4EA7D00B7C361 /* Products */,
91
93
  66B924C8204F8AA200DFC51F /* Frameworks */,
92
94
  9927869C26A0CE1900356A5F /* libRNCxaStandaloneDebug.a */,
package/package.json CHANGED
@@ -40,5 +40,5 @@
40
40
  "verifyConnectSetup": "node scripts/verifyConnectSetup.js $INIT_CWD"
41
41
  },
42
42
  "summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
43
- "version": "16.0.31"
43
+ "version": "16.0.32"
44
44
  }