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 8f38ef4 commit b342e44
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>PayUIndia-CrashReporter</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ import PackageDescription

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

0 comments on commit b342e44

Please sign in to comment.