Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit c11807d

Browse files
authored
update cmark with checkbox support (#1725)
1 parent 9a13e65 commit c11807d

File tree

9 files changed

+54
-28
lines changed

9 files changed

+54
-28
lines changed

Freetime.xcodeproj/project.pbxproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,7 +2901,7 @@
29012901
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
29022902
CLANG_ENABLE_MODULES = YES;
29032903
CODE_SIGN_ENTITLEMENTS = Freetime.entitlements;
2904-
CODE_SIGN_IDENTITY = "iPhone Developer: Ryan Nystrom (SYX4T2QB92)";
2904+
CODE_SIGN_IDENTITY = "iPhone Developer";
29052905
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Ryan Nystrom (SYX4T2QB92)";
29062906
CODE_SIGN_STYLE = Manual;
29072907
DEVELOPMENT_TEAM = 523C4DWBTH;
@@ -2929,7 +2929,7 @@
29292929
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -Xfrontend -debug-time-function-bodies -Onone -Xfrontend -warn-long-function-bodies=200 -Xfrontend -warn-long-expression-type-checking=200";
29302930
PRODUCT_BUNDLE_IDENTIFIER = com.whoisryannystrom.freetime;
29312931
PRODUCT_NAME = "$(TARGET_NAME)";
2932-
PROVISIONING_PROFILE = "d3f38ecf-9904-45ba-91d7-ef0fe549d855";
2932+
PROVISIONING_PROFILE = "b8757c3c-3ff5-4a44-a0bd-e8401468de3e";
29332933
PROVISIONING_PROFILE_SPECIFIER = "Freetime Development";
29342934
SWIFT_OBJC_BRIDGING_HEADER = "Resources/Freetime-Bridging-Header.h";
29352935
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -2944,10 +2944,10 @@
29442944
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
29452945
CLANG_ENABLE_MODULES = YES;
29462946
CODE_SIGN_ENTITLEMENTS = Freetime.entitlements;
2947-
CODE_SIGN_IDENTITY = "iPhone Distribution: Ryan Nystrom (523C4DWBTH)";
2947+
CODE_SIGN_IDENTITY = "iPhone Developer";
29482948
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Ryan Nystrom (523C4DWBTH)";
29492949
CODE_SIGN_STYLE = Manual;
2950-
DEVELOPMENT_TEAM = 523C4DWBTH;
2950+
DEVELOPMENT_TEAM = "";
29512951
FRAMEWORK_SEARCH_PATHS = (
29522952
"$(inherited)",
29532953
"$(PROJECT_DIR)",
@@ -2972,8 +2972,8 @@
29722972
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -Xfrontend -debug-time-function-bodies";
29732973
PRODUCT_BUNDLE_IDENTIFIER = com.whoisryannystrom.freetime;
29742974
PRODUCT_NAME = "$(TARGET_NAME)";
2975-
PROVISIONING_PROFILE = "18731a67-7865-4308-accb-344bb0642ad5";
2976-
PROVISIONING_PROFILE_SPECIFIER = "Freetime Distribution";
2975+
PROVISIONING_PROFILE = "";
2976+
PROVISIONING_PROFILE_SPECIFIER = "";
29772977
SWIFT_OBJC_BRIDGING_HEADER = "Resources/Freetime-Bridging-Header.h";
29782978
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
29792979
SWIFT_VERSION = 4.0;
@@ -3071,10 +3071,10 @@
30713071
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
30723072
CLANG_ENABLE_MODULES = YES;
30733073
CODE_SIGN_ENTITLEMENTS = Freetime.entitlements;
3074-
CODE_SIGN_IDENTITY = "iPhone Distribution: Ryan Nystrom (523C4DWBTH)";
3074+
CODE_SIGN_IDENTITY = "iPhone Developer";
30753075
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Ryan Nystrom (523C4DWBTH)";
30763076
CODE_SIGN_STYLE = Manual;
3077-
DEVELOPMENT_TEAM = 523C4DWBTH;
3077+
DEVELOPMENT_TEAM = "";
30783078
FRAMEWORK_SEARCH_PATHS = (
30793079
"$(inherited)",
30803080
"$(PROJECT_DIR)",
@@ -3105,8 +3105,8 @@
31053105
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -Xfrontend -debug-time-function-bodies";
31063106
PRODUCT_BUNDLE_IDENTIFIER = com.whoisryannystrom.freetime;
31073107
PRODUCT_NAME = "$(TARGET_NAME)";
3108-
PROVISIONING_PROFILE = "18731a67-7865-4308-accb-344bb0642ad5";
3109-
PROVISIONING_PROFILE_SPECIFIER = "Freetime Distribution";
3108+
PROVISIONING_PROFILE = "";
3109+
PROVISIONING_PROFILE_SPECIFIER = "";
31103110
SWIFT_ACTIVE_COMPILATION_CONDITIONS = TESTFLIGHT;
31113111
SWIFT_OBJC_BRIDGING_HEADER = "Resources/Freetime-Bridging-Header.h";
31123112
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ EXTERNAL SOURCES:
142142

143143
CHECKOUT OPTIONS:
144144
cmark-gfm-swift:
145-
:commit: 307b5303a716ee3642f301891943f036537df1b1
145+
:commit: 26723dcb56b0322a18a01a6e1b8a76f63c0c85e9
146146
:git: https://github.com/GitHawkApp/cmark-gfm-swift.git
147147
ContextMenu:
148148
:commit: bac5362e41f9c0322f341b8cd9eb32992ea1d8fe

Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/cmark-gfm-swift/Source/Inline+TextElement.swift

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/cmark-gfm-swift/Source/cmark_gfm/blocks.c

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/cmark-gfm-swift/Source/cmark_gfm/checkbox.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/cmark-gfm-swift/Source/cmark_gfm/include/cmark.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/cmark-gfm-swift/Source/cmark_gfm/include/node.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/cmark-gfm-swift/Source/cmark_gfm/include/parser.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)