init: Alfred preferences

This commit is contained in:
2026-03-26 09:22:38 +08:00
commit 3cad72b72c
13215 changed files with 108280 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova build",
"uid" : "9AE8A184-A546-4214-838D-E39A86FEFFAE",
"name" : "cordova build",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova build android",
"uid" : "B2D98131-C54A-47CF-A892-E3CD157E8200",
"name" : "cordova build android",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova build ios",
"uid" : "EBFD40F0-65F6-48B3-B578-EA3A5D413A34",
"name" : "cordova build ios",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova compile ios",
"uid" : "CEC88F3E-2C3D-40D9-8977-8F70B8FE858F",
"name" : "cordova compile ios",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova platform add android",
"uid" : "683D3B2A-E403-4C4B-A3AA-76FBA7AF249A",
"name" : "cordova platform add android",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova platform add browser",
"uid" : "DFD77523-7FAD-4081-9118-23A5397E36FE",
"name" : "cordova platform add browser",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova platform add ios",
"uid" : "A32DA8EF-4254-4555-A4D2-9E65F895A008",
"name" : "cordova platform add ios",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova platform ls",
"uid" : "044B5B86-3F6F-4363-AD8D-C94BE4C9182C",
"name" : "cordova platform ls",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova platform rm android",
"uid" : "B773B121-A0F3-47A4-964C-EE462EEAF2F8",
"name" : "cordova platform rm android",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova prepare ios",
"uid" : "B8A9B099-EC51-4E79-AA90-909E602DCEC0",
"name" : "cordova prepare ios",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova requirements",
"uid" : "ADC147EB-7E62-4F2B-B62E-87186FC0FAE9",
"name" : "cordova requirements",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova run --emulator",
"uid" : "AEE3A7D8-3175-46EC-873B-B5F5ECF04945",
"name" : "cordova run --emulator",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova run android -- --gradleArg=-PcdvMinSdkVersion=20",
"uid" : "2BE7B289-0006-4925-8154-4CAB928DAE1D",
"name" : "cordova run android -- --gradleArg=-PcdvMinSdkVersion=20",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cordova run browser",
"uid" : "5DD0A2C9-81B8-40BB-98C3-5FE0FA7CB305",
"name" : "cordova run browser",
"keyword" : ""
}
}

View File

@@ -0,0 +1,12 @@
<?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>disabled</key>
<true/>
<key>snippetkeywordprefix</key>
<string></string>
<key>snippetkeywordsuffix</key>
<string></string>
</dict>
</plist>