Skip to content

Commit 8a34aa7

Browse files
committed
Clean files.
1 parent 77e6095 commit 8a34aa7

File tree

499 files changed

+73
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

499 files changed

+73
-80
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: [ivanvorobei, sparrowcode]
1+
github: [sparrowcode]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 9 deletions

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 5 deletions

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 5 deletions

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
# osX files
1+
# macOS Files
22
.DS_Store
33
.Trashes
44

55
# Swift Package Manager
66
.swiftpm
7-
8-
# User Interface
9-
*UserInterfaceState.xcuserstate
10-
11-
# Generator Script
12-
/Generator

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Ivan Vorobei
3+
Copyright (c) 2022 Sparrow Code
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Package.swift

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
1-
// swift-tools-version: 5.4
1+
// swift-tools-version:5.3
22

33
import PackageDescription
44

55
let package = Package(
6-
name: "SPSafeSymbols",
7-
defaultLocalization: "en",
6+
name: "SafeSFSymbols",
87
platforms: [
9-
.iOS(.v13),
10-
.watchOS(.v6),
11-
.tvOS(.v13),
12-
.macOS(.v11)
8+
.iOS(.v13),
9+
.tvOS(.v13),
10+
.watchOS(.v6)
1311
],
1412
products: [
1513
.library(
16-
name: "SPSafeSymbols",
17-
targets: ["SPSafeSymbols"]
14+
name: "SafeSFSymbols",
15+
targets: ["SafeSFSymbols"]
1816
)
1917
],
2018
dependencies: [],
2119
targets: [
2220
.target(
23-
name: "SPSafeSymbols"
21+
name: "SafeSFSymbols",
22+
swiftSettings: [
23+
.define("SAFESFSYMBOLS_SPM")
24+
]
2425
)
25-
]
26+
],
27+
swiftLanguageVersions: [.v5]
2628
)

README.md

Lines changed: 38 additions & 10 deletions

0 commit comments

Comments
 (0)