Skip to content

Commit

Permalink
chore: rebuild all with latest xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Jul 3, 2024
1 parent 02b264f commit b8734fb
Show file tree
Hide file tree
Showing 63 changed files with 967 additions and 27 deletions.
3 changes: 2 additions & 1 deletion packages/nativescript-barcodescanner/index.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ export class BarcodeScanner {
this._audioSession.setActiveError(true);
this._currentVolume = this._audioSession.outputVolume;
if (!this._observerActive) {
this._audioSession.addObserverForKeyPathOptionsContext(this._observer, 'outputVolume', 0, null);
// TODO: is this 0 as any needed? is it maybe ios types being wrong?
this._audioSession.addObserverForKeyPathOptionsContext(this._observer, 'outputVolume', 0 as any, null);
this._observerActive = true;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,39 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>BarcodeScannerFramework.framework/BarcodeScannerFramework</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>BarcodeScannerFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>BarcodeScannerFramework.framework/BarcodeScannerFramework</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>BarcodeScannerFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module BarcodeScannerFramework {
umbrella header "BarcodeScannerFramework.h"

export *

module * { export * }
}
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module BarcodeScannerFramework {
umbrella header "BarcodeScannerFramework.h"

export *

module * { export * }
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
</data>
<key>Info.plist</key>
<data>
j31t9DM8FduSXvQXdyroIDAbNTE=
GtuSDKXSmFvcXiUQoxhpLXGx1us=
</data>
<key>Modules/module.modulemap</key>
<data>
FbeEYX+rJuU9ln+MtY+g4Ky3Gcw=
F77kVzrTHrLI4VBy0RJettHZLrU=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -124,11 +124,11 @@
<dict>
<key>hash</key>
<data>
FbeEYX+rJuU9ln+MtY+g4Ky3Gcw=
F77kVzrTHrLI4VBy0RJettHZLrU=
</data>
<key>hash2</key>
<data>
Sz/3Wy1BBymXakDXVqnRa6PoFflH2p9V8an5dA+HXes=
U/3l3UMIVfPpy1K562QcwqDN6QISci0CEHrjBGrsnUg=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,39 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>NativeScriptWebSockets.framework/NativeScriptWebSockets</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>NativeScriptWebSockets.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>NativeScriptWebSockets.framework/NativeScriptWebSockets</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>NativeScriptWebSockets.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module NativeScriptWebSockets {
umbrella header "NativeScriptWebSockets.h"

export *

module * { export * }
}
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module NativeScriptWebSockets {
umbrella header "NativeScriptWebSockets.h"

export *

module * { export * }
}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
</data>
<key>Info.plist</key>
<data>
kPZoPMZnF6cpPUTIa4ycobz/RdI=
Bdu1oSE8fJ5Tm2MuxyYKse6TCos=
</data>
<key>Modules/module.modulemap</key>
<data>
0RZTVZF2Cs3l5bXTV8m42Jq6v10=
/1GhT38ugiKzUUoqyTUIaf1uzNc=
</data>
<key>PrivateHeaders/RCTImplementations.h</key>
<data>
Expand Down Expand Up @@ -53,11 +53,11 @@
<dict>
<key>hash</key>
<data>
0RZTVZF2Cs3l5bXTV8m42Jq6v10=
/1GhT38ugiKzUUoqyTUIaf1uzNc=
</data>
<key>hash2</key>
<data>
5mBi1ZfsLoEWajsURg4g2PsByD/djqA3+ytNPGlv7vk=
I38EpbqtQIsBBQJ/CnYsKUEMts1o+3FlVymVmO18B2M=
</data>
</dict>
<key>PrivateHeaders/RCTImplementations.h</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit b8734fb

Please sign in to comment.