Skip to content

Commit cea63ee

Browse files
committed
Renamed repository to swift-ascii
1 parent cb0b9f4 commit cea63ee

File tree

14 files changed

+48
-69
lines changed

14 files changed

+48
-69
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Feature request
4-
url: https://github.com/orchetect/SwiftASCII/discussions
4+
url: https://github.com/orchetect/swift-ascii/discussions
55
about: Suggest new features or improvements.
66
- name: I need help setting up or troubleshooting
7-
url: https://github.com/orchetect/SwiftASCII/discussions
7+
url: https://github.com/orchetect/swift-ascii/discussions
88
about: Questions not answered in the documentation, discussions forum, or example projects.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- cron: '50 11 * * *' # once a day @ 11:50am UTC (4:50am PST)
2626

2727
env:
28-
SCHEME: "SwiftASCII-CI"
28+
SCHEME: "swift-ascii"
2929

3030
jobs:
3131
macOS:

.swiftformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
--funcattributes prev-line
2424
--groupedextension "MARK: %c"
2525
--guardelse auto
26-
--header "\n {file}\n SwiftASCII • https://github.com/orchetect/SwiftASCII\n © 2021-{year} Steffan Andrews • Licensed under MIT License\n"
26+
--header "\n {file}\n swift-ascii • https://github.com/orchetect/swift-ascii\n © 2021-{year} Steffan Andrews • Licensed under MIT License\n"
2727
--hexgrouping 4,8
2828
--hexliteralcase uppercase
2929
--ifdef no-indent

.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

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

.swiftpm/xcode/xcshareddata/xcschemes/SwiftASCII-CI.xcscheme renamed to .swiftpm/xcode/xcshareddata/xcschemes/swift-ascii.xcscheme

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1240"
4-
version = "1.3">
3+
LastUpgradeVersion = "2610"
4+
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"
7-
buildImplicitDependencies = "YES">
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
89
<BuildActionEntries>
910
<BuildActionEntry
1011
buildForTesting = "YES"
@@ -20,28 +21,14 @@
2021
ReferencedContainer = "container:">
2122
</BuildableReference>
2223
</BuildActionEntry>
23-
<BuildActionEntry
24-
buildForTesting = "YES"
25-
buildForRunning = "YES"
26-
buildForProfiling = "YES"
27-
buildForArchiving = "NO"
28-
buildForAnalyzing = "YES">
29-
<BuildableReference
30-
BuildableIdentifier = "primary"
31-
BlueprintIdentifier = "SwiftASCIITests"
32-
BuildableName = "SwiftASCIITests"
33-
BlueprintName = "SwiftASCIITests"
34-
ReferencedContainer = "container:">
35-
</BuildableReference>
36-
</BuildActionEntry>
3724
</BuildActionEntries>
3825
</BuildAction>
3926
<TestAction
4027
buildConfiguration = "Debug"
4128
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4229
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4330
shouldUseLaunchSchemeArgsEnv = "YES"
44-
codeCoverageEnabled = "YES">
31+
shouldAutocreateTestPlan = "YES">
4532
<Testables>
4633
<TestableReference
4734
skipped = "NO">

Package.swift

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,13 @@
44
import PackageDescription
55

66
let package = Package(
7-
name: "SwiftASCII",
7+
name: "swift-ascii",
88
platforms: [.macOS(.v10_11), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)],
99
products: [
10-
.library(
11-
name: "SwiftASCII",
12-
targets: ["SwiftASCII"]
13-
)
10+
.library(name: "SwiftASCII", targets: ["SwiftASCII"])
1411
],
1512
targets: [
16-
.target(
17-
name: "SwiftASCII",
18-
dependencies: []
19-
),
20-
.testTarget(
21-
name: "SwiftASCIITests",
22-
dependencies: ["SwiftASCII"]
23-
)
13+
.target(name: "SwiftASCII"),
14+
.testTarget(name: "SwiftASCIITests", dependencies: ["SwiftASCII"])
2415
]
2516
)

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# SwiftASCII
1+
# swift-ascii
22

3-
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FSwiftASCII%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/orchetect/SwiftASCII) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FSwiftASCII%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/orchetect/SwiftASCII) [![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/orchetect/SwiftASCII/blob/main/LICENSE)
3+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2Fswift-ascii%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/orchetect/swift-ascii) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FSwiftASCII%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/orchetect/swift-ascii) [![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/orchetect/swift-ascii/blob/main/LICENSE)
44

5-
`ASCIIString` and `ASCIICharacter` types for Swift offering validation and lossy conversion from `String`.
5+
Introduces `ASCIIString` and `ASCIICharacter` types for Swift offering validation and lossy conversion from `String`.
66

77
Complete unit test coverage.
88

@@ -12,14 +12,19 @@ Complete unit test coverage.
1212

1313
- In an Xcode app project or framework add the package dependency to your target using this URL:
1414

15-
`https://github.com/orchetect/SwiftASCII`
15+
`https://github.com/orchetect/swift-ascii`
1616

1717
- In a Swift Package, add it to the Package.swift dependencies:
1818

1919
```swift
20-
.package(url: "https://github.com/orchetect/SwiftASCII", from: "1.1.5")
20+
.package(url: "https://github.com/orchetect/swift-ascii", from: "1.3.0")
2121
```
2222

23+
- Then add it to the target(s) that will use it:
24+
25+
```swift
26+
.product(name: "SwiftASCII", package: "swift-ascii")
27+
```
2328
2. Import the library:
2429

2530
```swift
@@ -91,15 +96,19 @@ Coded by a bunch of 🐹 hamsters in a trenchcoat that calls itself [@orchetect]
9196

9297
## License
9398

94-
Licensed under the MIT license. See [LICENSE](https://github.com/orchetect/SwiftASCII/blob/master/LICENSE) for details.
99+
Licensed under the MIT license. See [LICENSE](https://github.com/orchetect/swift-ascii/blob/master/LICENSE) for details.
95100

96101
## Community & Support
97102

98103
Please do not email maintainers for technical support. Several options are available for issues and questions:
99104

100-
- Questions and feature ideas can be posted to [Discussions](https://github.com/orchetect/SwiftASCII/discussions).
101-
- If an issue is a verifiable bug with reproducible steps it may be posted in [Issues](https://github.com/orchetect/SwiftASCII/issues).
105+
- Questions and feature ideas can be posted to [Discussions](https://github.com/orchetect/swift-ascii/discussions).
106+
- If an issue is a verifiable bug with reproducible steps it may be posted in [Issues](https://github.com/orchetect/swift-ascii/issues).
102107

103108
## Contributions
104109

105-
Contributions are welcome. Posting in [Discussions](https://github.com/orchetect/SwiftASCII/discussions) first prior to new submitting PRs for features or modifications is encouraged.
110+
Contributions are welcome. Posting in [Discussions](https://github.com/orchetect/swift-ascii/discussions) first prior to new submitting PRs for features or modifications is encouraged.
111+
112+
## Legacy
113+
114+
This repository was formerly known as SwiftASCII.

Sources/SwiftASCII/ASCIICharacter.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// ASCIICharacter.swift
3-
// SwiftASCII • https://github.com/orchetect/SwiftASCII
4-
// © 2021-2024 Steffan Andrews • Licensed under MIT License
3+
// swift-ascii • https://github.com/orchetect/swift-ascii
4+
// © 2021-2025 Steffan Andrews • Licensed under MIT License
55
//
66

77
import Foundation

Sources/SwiftASCII/ASCIIString.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// ASCIIString.swift
3-
// SwiftASCII • https://github.com/orchetect/SwiftASCII
4-
// © 2021-2024 Steffan Andrews • Licensed under MIT License
3+
// swift-ascii • https://github.com/orchetect/swift-ascii
4+
// © 2021-2025 Steffan Andrews • Licensed under MIT License
55
//
66

77
import Foundation

Sources/SwiftASCII/CharacterSet.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// CharacterSet.swift
3-
// SwiftASCII • https://github.com/orchetect/SwiftASCII
4-
// © 2021-2024 Steffan Andrews • Licensed under MIT License
3+
// swift-ascii • https://github.com/orchetect/swift-ascii
4+
// © 2021-2025 Steffan Andrews • Licensed under MIT License
55
//
66

77
import Foundation

0 commit comments

Comments
 (0)