Skip to content

Commit cceb443

Browse files
authored
Merge pull request #152 from gonzalezreal/gfm-and-swiftui-native-rendering
GitHub Flavored Markdown and native SwiftUI rendering
2 parents 3c80d50 + f1654ef commit cceb443

File tree

471 files changed

+41509
-5339
lines changed

Some content is hidden

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

471 files changed

+41509
-5339
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ playground.xcworkspace
3737
# Swift Package Manager
3838
#
3939
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
40-
# Packages/
41-
# Package.pins
42-
# Package.resolved
40+
Packages/
41+
Package.pins
42+
Package.resolved
4343
# *.xcodeproj
4444
#
4545
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
4646
# hence it is not needed unless you have added a package configuration file to your project
47-
# .swiftpm
47+
.swiftpm
4848

4949
.build/
5050

@@ -88,3 +88,5 @@ fastlane/test_output
8888
# https://github.com/johnno1962/injectionforxcode
8989

9090
iOSInjectionProject/
91+
92+
.DS_Store

.spi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets: [MarkdownUI]

.swiftpm/xcode/xcshareddata/xcschemes/MarkdownUI.xcscheme

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,28 @@
2020
ReferencedContainer = "container:">
2121
</BuildableReference>
2222
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "YES"
26+
buildForProfiling = "YES"
27+
buildForArchiving = "YES"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "cmark-gfm"
32+
BuildableName = "cmark-gfm"
33+
BlueprintName = "cmark-gfm"
34+
ReferencedContainer = "container:">
35+
</BuildableReference>
36+
</BuildActionEntry>
2337
</BuildActionEntries>
2438
</BuildAction>
2539
<TestAction
2640
buildConfiguration = "Debug"
2741
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2842
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
shouldUseLaunchSchemeArgsEnv = "YES">
43+
shouldUseLaunchSchemeArgsEnv = "YES"
44+
codeCoverageEnabled = "YES">
3045
<Testables>
3146
<TestableReference
3247
skipped = "NO">

Demo/MarkdownUIDemo (iOS).entitlements

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

Demo/MarkdownUIDemo.xcodeproj/project.pbxproj

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

Demo/MarkdownUIDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Demo/MarkdownUIDemo.xcodeproj/xcshareddata/xcschemes/MarkdownUIDemo (iOS).xcscheme

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

Demo/MarkdownUIDemo.xcodeproj/xcshareddata/xcschemes/MarkdownUIDemo (macOS).xcscheme

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

Demo/MarkdownUIDemo.xcodeproj/xcshareddata/xcschemes/MarkdownUIDemo (tvOS).xcscheme

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

Demo/Package.swift

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

0 commit comments

Comments
 (0)