Initial gitra1n commit

This commit is contained in:
ShyMemoriees
2020-01-03 13:13:50 +01:00
父節點 1f4d392a73
當前提交 ad1557842e
共有 9 個文件被更改,包括 3 次插入3 次删除

二進制
.DS_Store vendored

Binary file not shown.

查看文件

@ -8,13 +8,13 @@ void playSound() {
AudioServicesDisposeSystemSoundID(sound);
if (loudness == 0) {
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Application Support/Tick/tick.caf"]), &sound);
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Tick/tick.caf"]), &sound);
} else if (loudness == 1) {
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Application Support/Tick/tick2.caf"]), &sound);
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Tick/tick2.caf"]), &sound);
} else if (loudness == 2) {
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Application Support/Tick/tick3.caf"]), &sound);
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Tick/tick3.caf"]), &sound);
}

二進制
layout/.DS_Store vendored

Binary file not shown.

二進制
layout/Library/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.