Skip to content

Commit b8734fb

Browse files
committed
chore: rebuild all with latest xcode
1 parent 02b264f commit b8734fb

File tree

63 files changed

+967
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+967
-27
lines changed

packages/nativescript-barcodescanner/index.ios.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ export class BarcodeScanner {
127127
this._audioSession.setActiveError(true);
128128
this._currentVolume = this._audioSession.outputVolume;
129129
if (!this._observerActive) {
130-
this._audioSession.addObserverForKeyPathOptionsContext(this._observer, 'outputVolume', 0, null);
130+
// TODO: is this 0 as any needed? is it maybe ios types being wrong?
131+
this._audioSession.addObserverForKeyPathOptionsContext(this._observer, 'outputVolume', 0 as any, null);
131132
this._observerActive = true;
132133
}
133134
}

packages/nativescript-barcodescanner/platforms/ios/BarcodeScannerFramework.xcframework/Info.plist

+9-7
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,39 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>BarcodeScannerFramework.framework/BarcodeScannerFramework</string>
810
<key>DebugSymbolsPath</key>
911
<string>dSYMs</string>
1012
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_armv7</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1214
<key>LibraryPath</key>
1315
<string>BarcodeScannerFramework.framework</string>
1416
<key>SupportedArchitectures</key>
1517
<array>
1618
<string>arm64</string>
17-
<string>armv7</string>
19+
<string>x86_64</string>
1820
</array>
1921
<key>SupportedPlatform</key>
2022
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2125
</dict>
2226
<dict>
27+
<key>BinaryPath</key>
28+
<string>BarcodeScannerFramework.framework/BarcodeScannerFramework</string>
2329
<key>DebugSymbolsPath</key>
2430
<string>dSYMs</string>
2531
<key>LibraryIdentifier</key>
26-
<string>ios-arm64_i386_x86_64-simulator</string>
32+
<string>ios-arm64</string>
2733
<key>LibraryPath</key>
2834
<string>BarcodeScannerFramework.framework</string>
2935
<key>SupportedArchitectures</key>
3036
<array>
3137
<string>arm64</string>
32-
<string>i386</string>
33-
<string>x86_64</string>
3438
</array>
3539
<key>SupportedPlatform</key>
3640
<string>ios</string>
37-
<key>SupportedPlatformVariant</key>
38-
<string>simulator</string>
3941
</dict>
4042
</array>
4143
<key>CFBundlePackageType</key>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework module BarcodeScannerFramework {
22
umbrella header "BarcodeScannerFramework.h"
3-
43
export *
4+
55
module * { export * }
66
}

packages/nativescript-barcodescanner/platforms/ios/BarcodeScannerFramework.xcframework/ios-arm64/dSYMs/BarcodeScannerFramework.framework.dSYM/Contents/Resources/Relocations/aarch64/BarcodeScannerFramework.yml

+139
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework module BarcodeScannerFramework {
22
umbrella header "BarcodeScannerFramework.h"
3-
43
export *
4+
55
module * { export * }
66
}
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
</data>
3535
<key>Info.plist</key>
3636
<data>
37-
j31t9DM8FduSXvQXdyroIDAbNTE=
37+
GtuSDKXSmFvcXiUQoxhpLXGx1us=
3838
</data>
3939
<key>Modules/module.modulemap</key>
4040
<data>
41-
FbeEYX+rJuU9ln+MtY+g4Ky3Gcw=
41+
F77kVzrTHrLI4VBy0RJettHZLrU=
4242
</data>
4343
</dict>
4444
<key>files2</key>
@@ -124,11 +124,11 @@
124124
<dict>
125125
<key>hash</key>
126126
<data>
127-
FbeEYX+rJuU9ln+MtY+g4Ky3Gcw=
127+
F77kVzrTHrLI4VBy0RJettHZLrU=
128128
</data>
129129
<key>hash2</key>
130130
<data>
131-
Sz/3Wy1BBymXakDXVqnRa6PoFflH2p9V8an5dA+HXes=
131+
U/3l3UMIVfPpy1K562QcwqDN6QISci0CEHrjBGrsnUg=
132132
</data>
133133
</dict>
134134
</dict>

packages/nativescript-barcodescanner/platforms/ios/BarcodeScannerFramework.xcframework/ios-arm64_x86_64-simulator/dSYMs/BarcodeScannerFramework.framework.dSYM/Contents/Resources/Relocations/aarch64/BarcodeScannerFramework.yml

+139
Large diffs are not rendered by default.

packages/nativescript-barcodescanner/platforms/ios/BarcodeScannerFramework.xcframework/ios-arm64_x86_64-simulator/dSYMs/BarcodeScannerFramework.framework.dSYM/Contents/Resources/Relocations/x86_64/BarcodeScannerFramework.yml

+139
Large diffs are not rendered by default.

packages/nativescript-websockets/platforms/ios/NativeScriptWebSockets.xcframework/Info.plist

+9-7
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,39 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>NativeScriptWebSockets.framework/NativeScriptWebSockets</string>
810
<key>DebugSymbolsPath</key>
911
<string>dSYMs</string>
1012
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_i386_x86_64-simulator</string>
13+
<string>ios-arm64</string>
1214
<key>LibraryPath</key>
1315
<string>NativeScriptWebSockets.framework</string>
1416
<key>SupportedArchitectures</key>
1517
<array>
1618
<string>arm64</string>
17-
<string>i386</string>
18-
<string>x86_64</string>
1919
</array>
2020
<key>SupportedPlatform</key>
2121
<string>ios</string>
22-
<key>SupportedPlatformVariant</key>
23-
<string>simulator</string>
2422
</dict>
2523
<dict>
24+
<key>BinaryPath</key>
25+
<string>NativeScriptWebSockets.framework/NativeScriptWebSockets</string>
2626
<key>DebugSymbolsPath</key>
2727
<string>dSYMs</string>
2828
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_armv7</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3030
<key>LibraryPath</key>
3131
<string>NativeScriptWebSockets.framework</string>
3232
<key>SupportedArchitectures</key>
3333
<array>
3434
<string>arm64</string>
35-
<string>armv7</string>
35+
<string>x86_64</string>
3636
</array>
3737
<key>SupportedPlatform</key>
3838
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
3941
</dict>
4042
</array>
4143
<key>CFBundlePackageType</key>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework module NativeScriptWebSockets {
22
umbrella header "NativeScriptWebSockets.h"
3-
43
export *
4+
55
module * { export * }
66
}

packages/nativescript-websockets/platforms/ios/NativeScriptWebSockets.xcframework/ios-arm64/dSYMs/NativeScriptWebSockets.framework.dSYM/Contents/Resources/Relocations/aarch64/NativeScriptWebSockets.yml

+178
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework module NativeScriptWebSockets {
22
umbrella header "NativeScriptWebSockets.h"
3-
43
export *
4+
55
module * { export * }
66
}
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
</data>
1515
<key>Info.plist</key>
1616
<data>
17-
kPZoPMZnF6cpPUTIa4ycobz/RdI=
17+
Bdu1oSE8fJ5Tm2MuxyYKse6TCos=
1818
</data>
1919
<key>Modules/module.modulemap</key>
2020
<data>
21-
0RZTVZF2Cs3l5bXTV8m42Jq6v10=
21+
/1GhT38ugiKzUUoqyTUIaf1uzNc=
2222
</data>
2323
<key>PrivateHeaders/RCTImplementations.h</key>
2424
<data>
@@ -53,11 +53,11 @@
5353
<dict>
5454
<key>hash</key>
5555
<data>
56-
0RZTVZF2Cs3l5bXTV8m42Jq6v10=
56+
/1GhT38ugiKzUUoqyTUIaf1uzNc=
5757
</data>
5858
<key>hash2</key>
5959
<data>
60-
5mBi1ZfsLoEWajsURg4g2PsByD/djqA3+ytNPGlv7vk=
60+
I38EpbqtQIsBBQJ/CnYsKUEMts1o+3FlVymVmO18B2M=
6161
</data>
6262
</dict>
6363
<key>PrivateHeaders/RCTImplementations.h</key>

0 commit comments

Comments
 (0)