Skip to content

Commit 1ae2063

Browse files
committed
Use valid comment chars to keep pod happy
_No good deed goes unpunished._
1 parent a35ae29 commit 1ae2063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

module.modulemap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This file is required by current CocoaPods (0.39.0).
2-
# - Generates warning: Umbrella header for module 'SQLite' does not include header 'fts3_tokenizer.h'
1+
// This file is required by current CocoaPods (0.39.0).
2+
// - Generates warning: Umbrella header for module 'SQLite' does not include header 'fts3_tokenizer.h'
33

4-
# Xcode generates its own correct ModuleMap, and Carthage does the same
4+
// Xcode generates its own correct ModuleMap, and Carthage does the same
55

66
framework module SQLite {
77
umbrella header "SQLite.h"

0 commit comments

Comments
 (0)