Skip to content

Commit

Permalink
Merge pull request #152 from gonzalezreal/gfm-and-swiftui-native-rend…
Browse files Browse the repository at this point in the history
…ering

GitHub Flavored Markdown and native SwiftUI rendering
  • Loading branch information
gonzalezreal authored Jan 22, 2023
2 parents 3c80d50 + f1654ef commit cceb443
Show file tree
Hide file tree
Showing 471 changed files with 41,509 additions and 5,339 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
Packages/
Package.pins
Package.resolved
# *.xcodeproj
#
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
# .swiftpm
.swiftpm

.build/

Expand Down Expand Up @@ -88,3 +88,5 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

.DS_Store
4 changes: 4 additions & 0 deletions .spi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: 1
builder:
configs:
- documentation_targets: [MarkdownUI]
17 changes: 16 additions & 1 deletion .swiftpm/xcode/xcshareddata/xcschemes/MarkdownUI.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,28 @@
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "cmark-gfm"
BuildableName = "cmark-gfm"
BlueprintName = "cmark-gfm"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand Down
10 changes: 0 additions & 10 deletions Demo/MarkdownUIDemo (iOS).entitlements

This file was deleted.

742 changes: 0 additions & 742 deletions Demo/MarkdownUIDemo.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions Demo/Package.swift

This file was deleted.

Binary file removed Demo/Screenshot.png
Binary file not shown.
Loading

0 comments on commit cceb443

Please sign in to comment.