Skip to content

Commit

Permalink
added the Package.swift file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedDehairy committed Oct 26, 2020
1 parent ba2efa6 commit d47c5db
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>AdyenWeChatPayInternal.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
22 changes: 22 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "AdyenWeChatPayInternal",
platforms: [
.iOS(.v10)
],
products: [
.library(
name: "AdyenWeChatPayInternal",
targets: ["AdyenWeChatPayInternal"])
],
dependencies: [],
targets: [
.binaryTarget(
name: "AdyenWeChatPayInternal",
path: "AdyenWeChatPayInternal.xcframework")
]
)

0 comments on commit d47c5db

Please sign in to comment.