react-native-wakeword 1.1.50 → 1.1.51

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 (16) hide show
  1. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/Info.plist +5 -7
  2. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Info.plist +0 -0
  3. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  4. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/{ios-arm64-maccatalyst/KeyWordDetection.framework/Versions/A/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface → ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface} +1 -1
  5. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/{ios-arm64-maccatalyst/KeyWordDetection.framework/Versions/A/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-macabi.swiftdoc → ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftdoc} +0 -0
  6. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/{ios-arm64-maccatalyst/KeyWordDetection.framework/Versions/A/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-macabi.swiftinterface → ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface} +1 -1
  7. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  8. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeDirectory +0 -0
  9. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeRequirements-1 +0 -0
  10. package/package.json +1 -1
  11. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64-maccatalyst/KeyWordDetection.framework/Versions/A/KeyWordDetection +0 -0
  12. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64-maccatalyst/KeyWordDetection.framework/Versions/A/Resources/Info.plist +0 -50
  13. /package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/{ios-arm64-maccatalyst → ios-arm64}/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +0 -0
  14. /package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/{ios-arm64-maccatalyst → ios-arm64}/KeyWordDetection.framework/Headers/KeyWordDetection.h +0 -0
  15. /package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/{ios-arm64-maccatalyst/KeyWordDetection.framework/Versions/A/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-macabi.abi.json → ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json} +0 -0
  16. /package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/{ios-arm64-maccatalyst/KeyWordDetection.framework/Versions/A → ios-arm64/KeyWordDetection.framework}/Modules/module.modulemap +0 -0
@@ -8,34 +8,32 @@
8
8
  <key>BinaryPath</key>
9
9
  <string>KeyWordDetection.framework/KeyWordDetection</string>
10
10
  <key>LibraryIdentifier</key>
11
- <string>ios-arm64_x86_64-simulator</string>
11
+ <string>ios-arm64</string>
12
12
  <key>LibraryPath</key>
13
13
  <string>KeyWordDetection.framework</string>
14
14
  <key>SupportedArchitectures</key>
15
15
  <array>
16
16
  <string>arm64</string>
17
- <string>x86_64</string>
18
17
  </array>
19
18
  <key>SupportedPlatform</key>
20
19
  <string>ios</string>
21
- <key>SupportedPlatformVariant</key>
22
- <string>simulator</string>
23
20
  </dict>
24
21
  <dict>
25
22
  <key>BinaryPath</key>
26
- <string>KeyWordDetection.framework/Versions/A/KeyWordDetection</string>
23
+ <string>KeyWordDetection.framework/KeyWordDetection</string>
27
24
  <key>LibraryIdentifier</key>
28
- <string>ios-arm64-maccatalyst</string>
25
+ <string>ios-arm64_x86_64-simulator</string>
29
26
  <key>LibraryPath</key>
30
27
  <string>KeyWordDetection.framework</string>
31
28
  <key>SupportedArchitectures</key>
32
29
  <array>
33
30
  <string>arm64</string>
31
+ <string>x86_64</string>
34
32
  </array>
35
33
  <key>SupportedPlatform</key>
36
34
  <string>ios</string>
37
35
  <key>SupportedPlatformVariant</key>
38
- <string>maccatalyst</string>
36
+ <string>simulator</string>
39
37
  </dict>
40
38
  </array>
41
39
  <key>CFBundlePackageType</key>
@@ -1,6 +1,6 @@
1
1
  // swift-interface-format-version: 1.0
2
2
  // swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3
- // swift-module-flags: -target arm64-apple-ios13.5-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name KeyWordDetection
3
+ // swift-module-flags: -target arm64-apple-ios13.5 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name KeyWordDetection
4
4
  // swift-module-flags-ignorable: -no-verify-emitted-module-interface
5
5
  import AVFAudio
6
6
  import AVFoundation
@@ -1,6 +1,6 @@
1
1
  // swift-interface-format-version: 1.0
2
2
  // swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3
- // swift-module-flags: -target arm64-apple-ios13.5-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name KeyWordDetection
3
+ // swift-module-flags: -target arm64-apple-ios13.5 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name KeyWordDetection
4
4
  // swift-module-flags-ignorable: -no-verify-emitted-module-interface
5
5
  import AVFAudio
6
6
  import AVFoundation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword",
3
- "version": "1.1.50",
3
+ "version": "1.1.51",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",
@@ -1,50 +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>BuildMachineOSBuild</key>
6
- <string>24G90</string>
7
- <key>CFBundleDevelopmentRegion</key>
8
- <string>en</string>
9
- <key>CFBundleExecutable</key>
10
- <string>KeyWordDetection</string>
11
- <key>CFBundleIdentifier</key>
12
- <string>com.relyon.KeyWordDetection</string>
13
- <key>CFBundleInfoDictionaryVersion</key>
14
- <string>6.0</string>
15
- <key>CFBundleName</key>
16
- <string>KeyWordDetection</string>
17
- <key>CFBundlePackageType</key>
18
- <string>FMWK</string>
19
- <key>CFBundleShortVersionString</key>
20
- <string>1.0</string>
21
- <key>CFBundleSupportedPlatforms</key>
22
- <array>
23
- <string>MacOSX</string>
24
- </array>
25
- <key>CFBundleVersion</key>
26
- <string>1</string>
27
- <key>DTCompiler</key>
28
- <string>com.apple.compilers.llvm.clang.1_0</string>
29
- <key>DTPlatformBuild</key>
30
- <string>24C94</string>
31
- <key>DTPlatformName</key>
32
- <string>macosx</string>
33
- <key>DTPlatformVersion</key>
34
- <string>15.2</string>
35
- <key>DTSDKBuild</key>
36
- <string>24C94</string>
37
- <key>DTSDKName</key>
38
- <string>macosx15.2</string>
39
- <key>DTXcode</key>
40
- <string>1620</string>
41
- <key>DTXcodeBuild</key>
42
- <string>16C5032a</string>
43
- <key>LSMinimumSystemVersion</key>
44
- <string>10.15.5</string>
45
- <key>UIDeviceFamily</key>
46
- <array>
47
- <integer>2</integer>
48
- </array>
49
- </dict>
50
- </plist>