Skip to content

Commit

Permalink
Updated Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitPayU committed Mar 29, 2022
1 parent a4ffe60 commit 8f38ef4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 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-CrashReporter.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ let package = Package(
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "PayUIndia-CrashReporter",
targets: ["PayUIndia-CrashReporter"]),
targets: ["PayUCrashReporter"]),
],
targets: [
.binaryTarget(name: "PayUIndia-CrashReporter", path: "./PayUCrashReporter.xcframework")
.binaryTarget(name: "PayUCrashReporter", path: "./PayUCrashReporter.xcframework")
]
)

0 comments on commit 8f38ef4

Please sign in to comment.