Skip to content

Instantly share code, notes, and snippets.

@bellbind
bellbind / Info.plist
Last active April 15, 2021 09:03
[macosx][ios][swift3]build and run minimal ios app for simulator with command line only (Xcode-8.1 env, without Storyboard and InterfaceBuilder)
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>webkit</string>
<key>CFBundleIdentifier</key>
<string>bellbind.example.webkit</string>
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';