Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Jan 11, 2020
1 parent d026c55 commit 6d8e76c
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 31 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ QR code generator based on [libqrencode](https://fukuchi.org/works/qrencode/).
|:------:|:-----:|:---------:|:---------:|
| |<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" /> |<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" /> |<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" />

```
spctl -a -vv -t install qrencode.bundle: accepted
source=Notarized Developer ID
origin=Developer ID Application: keisuke miyako (Y69CWUC25B)
```

### Version

<img src="https://user-images.githubusercontent.com/1725068/41266195-ddf767b2-6e30-11e8-9d6b-2adf6a9f57a5.png" width="32" height="32" />
Expand Down
Binary file modified qrencode/.DS_Store
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "0CCE6BB3-AAB9-4099-8AB9-B20C2C03744C"
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "6AC3B469-F570-4143-BA44-5DF4E46F52D9"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
Expand All @@ -15,7 +17,7 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "153"
endingLineNumber = "153"
landmarkName = "qrencode(PA_PluginParameters params)"
landmarkName = "qrencode(params)"
landmarkType = "9">
</BreakpointContent>
</BreakpointProxy>
Expand Down
Binary file modified qrencode/test/Data/data.4DD
Binary file not shown.
Binary file modified qrencode/test/Data/data.journal
Binary file not shown.
18 changes: 9 additions & 9 deletions qrencode/test/Project/DerivedData/methodAttributes.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"methods": {
"generate_file_from_template": {
"timeStamp": "2019-07-29T04:26:04.000Z",
"timeStamp": "2019-11-12T13:38:18.304Z",
"attributes": {
"invisible": true,
"preemptive": "capable"
}
},
"generate_project_infoplist": {
"timeStamp": "2019-07-02T13:51:21.000Z",
"timeStamp": "2019-11-12T13:38:18.305Z",
"attributes": {
"invisible": true,
"preemptive": "capable"
}
},
"generate_constants_xlf": {
"timeStamp": "2019-07-29T04:26:04.000Z",
"timeStamp": "2019-11-12T13:38:18.304Z",
"attributes": {
"invisible": true,
"preemptive": "capable"
}
},
"generate_project_xcode": {
"timeStamp": "2019-07-02T13:57:13.000Z",
"timeStamp": "2019-11-12T13:38:18.305Z",
"attributes": {
"invisible": true,
"preemptive": "capable"
}
},
"TEST": {
"timeStamp": "2019-10-11T15:13:57.000Z"
"timeStamp": "2019-12-09T06:58:29.979Z"
},
"generate_project": {
"timeStamp": "2019-10-10T13:17:54.000Z"
"timeStamp": "2019-11-12T13:38:18.305Z"
},
"generate_project_vs": {
"timeStamp": "2019-07-24T08:49:03.000Z",
"timeStamp": "2019-11-12T13:38:18.305Z",
"attributes": {
"invisible": true,
"preemptive": "capable"
}
},
"generate_project_plugin_stub": {
"timeStamp": "2019-07-23T08:36:58.000Z",
"timeStamp": "2019-11-12T13:38:18.305Z",
"attributes": {
"invisible": true,
"preemptive": "capable"
}
},
"generate_project_source": {
"timeStamp": "2019-07-02T14:36:13.000Z",
"timeStamp": "2019-11-12T13:38:18.305Z",
"attributes": {
"invisible": true,
"preemptive": "capable"
Expand Down
6 changes: 3 additions & 3 deletions qrencode/test/Project/Sources/Methods/TEST.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $params.margin:=1
$params.size:=9
$params.version:=1
$params.format:=QR Format PNG
$params.mode:=QR Mode Unicode
$params.mode:=QR Mode Kanji
$params.level:=QR Correction Level L

$qr:=qrcode ("www.wakanda.org";$params)
$qr:=qrcode ("あいうえお";$params)

WRITE PICTURE FILE:C680(System folder:C487(Desktop:K41:16)+"qr-test.png";$qr.image)
WRITE PICTURE FILE:C680(System folder:C487(Desktop:K41:16)+"あいうえお (QR Mode Kanji).png";$qr.image)

10 changes: 5 additions & 5 deletions qrencode/test/userPreferences.miyako/methodPreferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@
"stamp": "2019-07-02T23:15:40.975Z"
},
"Sources/Methods/TEST.4dm": {
"startSelection": 0,
"endSelection": 0,
"firstSelectedLine": 0,
"lastSelectedLine": 0,
"startSelection": 63,
"endSelection": 63,
"firstSelectedLine": 14,
"lastSelectedLine": 14,
"folding": [],
"bookmarks": [],
"stamp": "2019-10-11T15:13:57.000Z"
"stamp": "2019-12-09T06:58:29.979Z"
},
"Sources/Methods/TEST_v17.4dm": {
"startSelection": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
"height": 762
},
"Sources/Methods/TEST.4dm": {
"left": 293,
"top": 289,
"left": 788,
"top": 342,
"width": 1048,
"height": 789
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><preferences stamp="132">
<?xml version="1.0" encoding="UTF-8"?><preferences stamp="134">
<com.4d>
<database>
<data_storage data_path=":Data:data.4DD"/>
Expand Down
11 changes: 1 addition & 10 deletions qrencode/test/userPreferences.miyako/workspace.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
{
"editors": [
{
"type": "method",
"id": 2147483643,
"codeDescriptor": {
"type": 1,
"methodName": "TEST"
}
}
]
"editors": []
}

0 comments on commit 6d8e76c

Please sign in to comment.