-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjustfile
More file actions
40 lines (31 loc) · 1.68 KB
/
justfile
File metadata and controls
40 lines (31 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
install:
# cargo install yek
eget bodo-run/yek --asset musl
yek:
# yek 0.13.8
# Arguments:
# [directories]... Directories to process [default: .]
# Options:
# --max-size <max-size> Maximum size per chunk (e.g. '10MB', '128KB', '1GB' or '100K' tokens when --tokens is used) [default: 10MB]
# --tokens Count size in tokens instead of bytes
# --debug Enable debug output
# --output-dir <output-dir> Output directory for chunks
# -h, --help Print help
# -V, --version Print version
# wsl: windows subsystem for linux example
./yek . --max-size 8K | clip.exe
build:
./gradlew assemble build
ls -la ./plugin/build/outputs/aar
logs:
adb logcat *:S godot:V RxAndroidBleGd:V
prompt:
files-to-prompt . plugin/src/main/AndroidManifest.xml --ignore-gitignore --ignore "plugin/build/*" --ignore "THIRDPARTY.md" --ignore "README.md" -e md -e kt -e kts -e godot -e java -e gd -e md -e gradle -e cfg -e tres -e tcsn | clip.exe
# yek
check-permissions
adb shell dumpsys package org.godotengine.android.plugin.demo | grep permission
#adb shell pm grant org.godotengine.android.plugin.demo android.permission.BLUETOOTH
#adb shell pm grant org.godotengine.android.plugin.demo android.permission.BLUETOOTH_ADMIN
#adb shell pm grant org.godotengine.android.plugin.demo android.permission.ACCESS_FINE_LOCATION
#adb shell pm grant org.godotengine.android.plugin.demo android.permission.ACCESS_COARSE_LOCATION
#adb shell pm grant org.godotengine.android.plugin.demo android.permission.BLUETOOTH_SCAN