Skip to content

Commit 8a022fe

Browse files
committed
update framework
1 parent 278c0c1 commit 8a022fe

File tree

102 files changed

+18416
-141
lines changed

Some content is hidden

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

102 files changed

+18416
-141
lines changed

Sources/SwiftUIHidden.xcframework/Info.plist

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,55 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>SwiftUIHidden.framework/Versions/A/SwiftUIHidden</string>
9+
<string>SwiftUIHidden.framework/SwiftUIHidden</string>
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>macos-arm64_x86_64</string>
13+
<string>ios-arm64</string>
1414
<key>LibraryPath</key>
1515
<string>SwiftUIHidden.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19-
<string>x86_64</string>
2019
</array>
2120
<key>SupportedPlatform</key>
22-
<string>macos</string>
21+
<string>ios</string>
2322
</dict>
2423
<dict>
2524
<key>BinaryPath</key>
2625
<string>SwiftUIHidden.framework/SwiftUIHidden</string>
2726
<key>DebugSymbolsPath</key>
2827
<string>dSYMs</string>
2928
<key>LibraryIdentifier</key>
30-
<string>ios-arm64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3130
<key>LibraryPath</key>
3231
<string>SwiftUIHidden.framework</string>
3332
<key>SupportedArchitectures</key>
3433
<array>
3534
<string>arm64</string>
35+
<string>x86_64</string>
3636
</array>
3737
<key>SupportedPlatform</key>
3838
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
41+
</dict>
42+
<dict>
43+
<key>BinaryPath</key>
44+
<string>SwiftUIHidden.framework/Versions/A/SwiftUIHidden</string>
45+
<key>DebugSymbolsPath</key>
46+
<string>dSYMs</string>
47+
<key>LibraryIdentifier</key>
48+
<string>macos-arm64_x86_64</string>
49+
<key>LibraryPath</key>
50+
<string>SwiftUIHidden.framework</string>
51+
<key>SupportedArchitectures</key>
52+
<array>
53+
<string>arm64</string>
54+
<string>x86_64</string>
55+
</array>
56+
<key>SupportedPlatform</key>
57+
<string>macos</string>
3958
</dict>
4059
</array>
4160
<key>CFBundlePackageType</key>
Binary file not shown.

Sources/SwiftUIHidden.xcframework/ios-arm64/SwiftUIHidden.framework/Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,9 +992,11 @@
992992
"moduleName": "SwiftUIHidden",
993993
"static": true,
994994
"intro_Macosx": "13.0",
995+
"intro_iOS": "16.0",
995996
"declAttributes": [
996997
"AccessControl",
997998
"Available",
999+
"Available",
9981000
"RawDocComment"
9991001
],
10001002
"funcSelfKind": "NonMutating"
@@ -1029,9 +1031,11 @@
10291031
"sugared_genericSig": "<Value where Value : Swift.Decodable, Value : Swift.Encodable, Value : Swift.Hashable>",
10301032
"static": true,
10311033
"intro_Macosx": "13.0",
1034+
"intro_iOS": "16.0",
10321035
"declAttributes": [
10331036
"AccessControl",
10341037
"Available",
1038+
"Available",
10351039
"RawDocComment"
10361040
],
10371041
"funcSelfKind": "NonMutating"
@@ -1060,9 +1064,11 @@
10601064
"sugared_genericSig": "<Value where Value : Swift.Decodable, Value : Swift.Encodable, Value : Swift.Hashable>",
10611065
"static": true,
10621066
"intro_Macosx": "13.0",
1067+
"intro_iOS": "16.0",
10631068
"declAttributes": [
10641069
"AccessControl",
10651070
"Available",
1071+
"Available",
10661072
"RawDocComment"
10671073
],
10681074
"funcSelfKind": "NonMutating"

Sources/SwiftUIHidden.xcframework/ios-arm64/SwiftUIHidden.framework/Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.private.swiftinterface

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// swift-interface-format-version: 1.0
22
// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
3-
// swift-module-flags: -target arm64-apple-ios17.2 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftUIHidden
3+
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftUIHidden
44
// swift-module-flags-ignorable: -enable-bare-slash-regex
55
import Swift
66
import SwiftUI
@@ -87,7 +87,7 @@ public struct HiddenViewModifier<Content> where Content : SwiftUI.View {
8787

8888
}
8989
extension SwiftUI.Form {
90-
@available(macOS 13.0, *)
90+
@available(macOS 13.0, iOS 16.0, *)
9191
@available(iOS, unavailable)
9292
public static func withFooter<C, F>(@SwiftUI.ViewBuilder content: () -> C, @SwiftUI.ViewBuilder footer: () -> F) -> some SwiftUI.View where C : SwiftUI.View, F : SwiftUI.View
9393

@@ -109,11 +109,11 @@ public struct HiddenSceneModifier<S> where S : SwiftUI.Scene {
109109

110110
}
111111
public enum AppActions {
112-
@available(macOS 13.0, *)
112+
@available(macOS 13.0, iOS 16.0, *)
113113
public static func openWindow(id: Swift.String)
114-
@available(macOS 13.0, *)
114+
@available(macOS 13.0, iOS 16.0, *)
115115
public static func openWindow<Value>(id: Swift.String, value: Value) where Value : Swift.Decodable, Value : Swift.Encodable, Value : Swift.Hashable
116-
@available(macOS 13.0, *)
116+
@available(macOS 13.0, iOS 16.0, *)
117117
public static func openWindow<Value>(value: Value) where Value : Swift.Decodable, Value : Swift.Encodable, Value : Swift.Hashable
118118
#if compiler(>=5.3) && $AsyncAwait
119119
@available(macOS 13.0, *)

Sources/SwiftUIHidden.xcframework/ios-arm64/SwiftUIHidden.framework/Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// swift-interface-format-version: 1.0
22
// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
3-
// swift-module-flags: -target arm64-apple-ios17.2 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftUIHidden
3+
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftUIHidden
44
// swift-module-flags-ignorable: -enable-bare-slash-regex
55
import Swift
66
import SwiftUI
@@ -87,7 +87,7 @@ public struct HiddenViewModifier<Content> where Content : SwiftUI.View {
8787

8888
}
8989
extension SwiftUI.Form {
90-
@available(macOS 13.0, *)
90+
@available(macOS 13.0, iOS 16.0, *)
9191
@available(iOS, unavailable)
9292
public static func withFooter<C, F>(@SwiftUI.ViewBuilder content: () -> C, @SwiftUI.ViewBuilder footer: () -> F) -> some SwiftUI.View where C : SwiftUI.View, F : SwiftUI.View
9393

@@ -109,11 +109,11 @@ public struct HiddenSceneModifier<S> where S : SwiftUI.Scene {
109109

110110
}
111111
public enum AppActions {
112-
@available(macOS 13.0, *)
112+
@available(macOS 13.0, iOS 16.0, *)
113113
public static func openWindow(id: Swift.String)
114-
@available(macOS 13.0, *)
114+
@available(macOS 13.0, iOS 16.0, *)
115115
public static func openWindow<Value>(id: Swift.String, value: Value) where Value : Swift.Decodable, Value : Swift.Encodable, Value : Swift.Hashable
116-
@available(macOS 13.0, *)
116+
@available(macOS 13.0, iOS 16.0, *)
117117
public static func openWindow<Value>(value: Value) where Value : Swift.Decodable, Value : Swift.Encodable, Value : Swift.Hashable
118118
#if compiler(>=5.3) && $AsyncAwait
119119
@available(macOS 13.0, *)
Binary file not shown.

Sources/SwiftUIHidden.xcframework/ios-arm64/SwiftUIHidden.framework/_CodeSignature/CodeResources

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@
1414
</data>
1515
<key>Info.plist</key>
1616
<data>
17-
f8IjPQAs/Qt+ngwXD/TLy6IqX2o=
17+
HCAKRgFAAEjpTB1ewQ7szSg9G3c=
1818
</data>
1919
<key>Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.abi.json</key>
2020
<data>
21-
BjlKmemKjgIeD7M1y3T2yqyS0QU=
21+
WbwSEfCMvtAfDtDPkzhl7wwmq+0=
2222
</data>
2323
<key>Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
2424
<data>
25-
WmhGlAt6vUYy9ZdBO2CxUbavNvA=
25+
ahtj196G+Fw7DfUbSD4Vi9Llxp4=
2626
</data>
2727
<key>Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.swiftdoc</key>
2828
<data>
29-
h6fGsCUxD3qlgjZeQtsRSU1HGkU=
29+
roNXWymO64IUjofPX38IC00xJoU=
3030
</data>
3131
<key>Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.swiftinterface</key>
3232
<data>
33-
WmhGlAt6vUYy9ZdBO2CxUbavNvA=
33+
ahtj196G+Fw7DfUbSD4Vi9Llxp4=
3434
</data>
3535
<key>Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.swiftmodule</key>
3636
<data>
37-
QU6NrnXHDEBhZR70SePWhWxxEpU=
37+
YlEcA44+RVP0e2tGAVI3ARqCjoM=
3838
</data>
3939
<key>Modules/module.modulemap</key>
4040
<data>
@@ -61,35 +61,35 @@
6161
<dict>
6262
<key>hash2</key>
6363
<data>
64-
ocGa2in7vM6Jhe76UGB6vNePMpekX1LWJvyvsKMDM80=
64+
OVw9sQDo6l6bnimDqG7+/f/uB7GNaCRbipMoD2iKTXc=
6565
</data>
6666
</dict>
6767
<key>Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
6868
<dict>
6969
<key>hash2</key>
7070
<data>
71-
XNtbYHBwesJCbSubzaeidNXvrOa4/4LsyBty211dk8E=
71+
/zq0e74PQ8EsNVK8sTuNmc3sqoxm5MuZZvEjZCWuGLI=
7272
</data>
7373
</dict>
7474
<key>Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.swiftdoc</key>
7575
<dict>
7676
<key>hash2</key>
7777
<data>
78-
znCP6RfHaOPXOy29OZfaq7FVtZm3L7NqOdrobFMBx6A=
78+
AeNQ4dxfUbZearECFUdH0uh2H0DJvBhjIMpGO7LRyp8=
7979
</data>
8080
</dict>
8181
<key>Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.swiftinterface</key>
8282
<dict>
8383
<key>hash2</key>
8484
<data>
85-
XNtbYHBwesJCbSubzaeidNXvrOa4/4LsyBty211dk8E=
85+
/zq0e74PQ8EsNVK8sTuNmc3sqoxm5MuZZvEjZCWuGLI=
8686
</data>
8787
</dict>
8888
<key>Modules/SwiftUIHidden.swiftmodule/arm64-apple-ios.swiftmodule</key>
8989
<dict>
9090
<key>hash2</key>
9191
<data>
92-
PAc58sABE8UM+p4m1naTyJOBP1ZM9ydcq2jBNnWx8Cs=
92+
AEJ7NaZ1H3pp9U7luS0xYXQaLaF9t2all9xYXn8Pc64=
9393
</data>
9494
</dict>
9595
<key>Modules/module.modulemap</key>

0 commit comments

Comments
 (0)