mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-13 01:08:17 +08:00
* Move SwipeCellKit & SlackTextViewController to Local Pods directory * Move playgrounds to own folder * Create podspec for MMMarkdown and move to Local Pods
21 lines
629 B
Plaintext
Executable File
21 lines
629 B
Plaintext
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.jazzy.swipecellkit</string>
|
|
<key>CFBundleName</key>
|
|
<string>SwipeCellKit</string>
|
|
<key>DocSetPlatformFamily</key>
|
|
<string>swipecellkit</string>
|
|
<key>isDashDocset</key>
|
|
<true/>
|
|
<key>dashIndexFilePath</key>
|
|
<string>index.html</string>
|
|
<key>isJavaScriptEnabled</key>
|
|
<true/>
|
|
<key>DashDocSetFamily</key>
|
|
<string>dashtoc</string>
|
|
</dict>
|
|
</plist>
|