Skip to content

Commit 0eb1490

Browse files
committed
Added support for the Swift Package Manager.
Also: * Added support for h1-h6 tags; * Updated README.md file; * Added the application icon.
1 parent f730a51 commit 0eb1490

File tree

28 files changed

+244
-198
lines changed

28 files changed

+244
-198
lines changed

.gitignore

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# macOS
22
#
3-
# temporary files that should never be committed
3+
# temporary files that should not be committed
44

55
.DS_Store
66

7+
# Project
8+
#
9+
# project files that should not be committed
10+
11+
12+
13+
14+
# GitHub's .gitignore file content
15+
#######################################################
16+
717
# Xcode
818
#
919
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
@@ -43,10 +53,11 @@ playground.xcworkspace
4353
# Swift Package Manager
4454
#
4555
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
46-
# Packages/
56+
/Packages
4757
# Package.pins
4858
# Package.resolved
49-
# *.xcodeproj
59+
/*.xcodeproj
60+
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
5061
#
5162
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
5263
# hence it is not needed unless you have added a package configuration file to your project

AttributedText.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to .swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

AttributedText/AttributedTextApp.swift

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

AttributedText/ContentView.swift

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

0 commit comments

Comments
 (0)