Skip to content

Commit bd1b1f9

Browse files
committed
1.0.2 Release
1 parent 04843b1 commit bd1b1f9

21 files changed

+96
-48
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
targets: [
1818
.binaryTarget(
1919
name: "TestLibrary",
20-
url: "https://github.com/rishh18/ApTestLib/releases/download/1.0.0/TestLibrary.xcframework.zip",
21-
checksum: "a8168b57232978ba2ecb9da13eb472f50f5e18466db372fc561fc388b3704ac5"
20+
url: "https://github.com/rishh18/ApTestLib/releases/download/1.0.2/TestLibrary.xcframework.zip",
21+
checksum: "7f84f85253e455768c47249deee6b7b825fc7d58b1a2b53fa583d7a134b8f4da"
2222
),
2323
.target(
2424
name: "ApTestLib",

Sources/.DS_Store

0 Bytes
Binary file not shown.

Sources/ApTestLib/.DS_Store

0 Bytes
Binary file not shown.
15.5 MB
Binary file not shown.

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
{
2525
"kind": "TypeDecl",
26-
"name": "TestLibrary",
27-
"printedName": "TestLibrary",
26+
"name": "TestClass",
27+
"printedName": "TestClass",
2828
"children": [
2929
{
3030
"kind": "Function",
@@ -38,18 +38,20 @@
3838
}
3939
],
4040
"declKind": "Func",
41-
"usr": "s:11TestLibraryAAC14printStatementyyF",
42-
"mangledName": "$s11TestLibraryAAC14printStatementyyF",
41+
"usr": "s:11TestLibrary0A5ClassC14printStatementyyFZ",
42+
"mangledName": "$s11TestLibrary0A5ClassC14printStatementyyFZ",
4343
"moduleName": "TestLibrary",
44+
"static": true,
4445
"declAttributes": [
46+
"Final",
4547
"AccessControl"
4648
],
4749
"funcSelfKind": "NonMutating"
4850
}
4951
],
5052
"declKind": "Class",
51-
"usr": "s:11TestLibraryAAC",
52-
"mangledName": "$s11TestLibraryAAC",
53+
"usr": "s:11TestLibrary0A5ClassC",
54+
"mangledName": "$s11TestLibrary0A5ClassC",
5355
"moduleName": "TestLibrary",
5456
"declAttributes": [
5557
"AccessControl"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Swift
77
import _Concurrency
88
import _StringProcessing
99
import _SwiftConcurrencyShims
10-
@_hasMissingDesignatedInitializers public class TestLibrary {
11-
public func printStatement()
10+
@_hasMissingDesignatedInitializers public class TestClass {
11+
public static func printStatement()
1212
@objc deinit
1313
}

0 commit comments

Comments
 (0)