-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* swift package * folder structure * fixup * wip * wip * update framework to support 5.7 * deploy version * fixup * fixup * signed * revert
- Loading branch information
Showing
63 changed files
with
17,468 additions
and
2,257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.DS_Store | ||
Package.resolved | ||
.swiftpm/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
// swift-tools-version: 5.7 | ||
// The swift-tools-version declares the minimum version of Swift required to build this package. | ||
|
||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "TrustedFormPackage", | ||
platforms: [.iOS(.v12)], | ||
products: [ | ||
// Products define the executables and libraries a package produces, making them visible to other packages. | ||
.library( | ||
name: "TrustedFormPackage", | ||
targets: [ | ||
"TrustedFormPackage", | ||
"TrustedFormSwift" | ||
] | ||
) | ||
], | ||
dependencies: [ | ||
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.8.0") | ||
], | ||
targets: [ | ||
// Targets are the basic building blocks of a package, defining a module or a test suite. | ||
// Targets can depend on other targets in this package and products from dependencies. | ||
.target( | ||
name: "TrustedFormPackage", | ||
dependencies: [ | ||
.product(name: "Alamofire", package: "Alamofire"), | ||
.target(name: "TrustedFormSwift", condition: .when(platforms: [.iOS])) | ||
], | ||
path: "TrustedFormPackage/Sources" | ||
), | ||
.binaryTarget( | ||
name: "TrustedFormSwift", | ||
path: "TrustedFormSwift.xcframework" | ||
) | ||
] | ||
) |
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
TrustedForm.xcframework/ios-arm64/TrustedForm.framework/Headers/TrustedForm-umbrella.h
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-801 Bytes
TrustedForm.xcframework/ios-arm64/TrustedForm.framework/Info.plist
Binary file not shown.
143 changes: 0 additions & 143 deletions
143
...rm64/TrustedForm.framework/Modules/TrustedForm.swiftmodule/arm64-apple-ios.swiftinterface
This file was deleted.
Oops, something went wrong.
143 changes: 0 additions & 143 deletions
143
...64/TrustedForm.framework/Modules/TrustedForm.swiftmodule/arm64-apple-ios.swiftinterface-e
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-380 Bytes
...cframework/ios-arm64/TrustedForm.framework/Modules/TrustedForm.swiftmodule/arm64.swiftdoc
Binary file not shown.
Oops, something went wrong.