-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from 417-72KI/remove-cocoapods-from-demo
Remove CocoaPods integration from demo app
- Loading branch information
Showing
5 changed files
with
14 additions
and
65 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
// swift-tools-version:5.5 | ||
// swift-tools-version:5.7 | ||
// The swift-tools-version declares the minimum version of Swift required to build this package. | ||
|
||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "Tools", | ||
platforms: [.macOS(.v11)], | ||
platforms: [.macOS(.v12)], | ||
products: [], | ||
dependencies: [ | ||
.package(url: "https://github.com/yonaskolb/XcodeGen", from: "2.37.0"), | ||
// It's too heavy to build everytime😅 | ||
// .package(url: "https://github.com/realm/SwiftLint", from: "0.47.0"), | ||
// .package(url: "https://github.com/realm/SwiftLint", from: "0.53.0"), | ||
], | ||
targets: [] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters