Skip to content

Commit

Permalink
SPM Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Garg committed Jan 13, 2022
1 parent c41b264 commit c350226
Show file tree
Hide file tree
Showing 4 changed files with 38 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>PayUIndia-Custom-Browser.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
17 changes: 17 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "PayUIndia-Custom-Browser",
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "PayUIndia-Custom-Browser",
targets: ["PayUIndia-Custom-Browser"]),
],
targets: [
.binaryTarget(name: "PayUIndia-Custom-Browser", path: "./PayUCustomBrowser.xcframework")
]
)

0 comments on commit c350226

Please sign in to comment.