Skip to content

Commit

Permalink
New Citiwastelibs version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
albetoetecnia committed Jul 2, 2024
1 parent e5b307b commit e8709ce
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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>Citiwastelibs.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>Citiwastelibs</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
13 changes: 8 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

let version = "0.0.9"
let version = "0.0.10"
let moduleName = "Citiwastelibs"
let checksum = "5dc7abe3ad4d3ffefae3c9dc87ca38a2adc7f65b604f929b5761b7c7b206465b"

let package = Package(
name: moduleName,
platforms: [
.iOS(.v13) //, .macCatalyst(.v15), .macOS(.v10_15)
],
products: [
.library(
name: moduleName,
targets: [moduleName]
)
.library(
name: moduleName,
targets: [moduleName]
)
],
targets: [
.binaryTarget(
Expand Down

0 comments on commit e8709ce

Please sign in to comment.