Procházet zdrojové kódy

Initial gitra1n commit

master
ShyMemoriees před 4 roky
rodič
revize
ad1557842e
9 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. binární
      .DS_Store
  2. +3
    -3
      Tweak/Tweak.x
  3. binární
      layout/.DS_Store
  4. binární
      layout/Library/.DS_Store
  5. binární
      layout/Library/Application Support/.DS_Store
  6. binární
      layout/Library/Application Support/Tick/.DS_Store
  7. +0
    -0
      layout/Library/Tick/tick.caf
  8. +0
    -0
      layout/Library/Tick/tick2.caf
  9. +0
    -0
      layout/Library/Tick/tick3.caf

binární
.DS_Store Zobrazit soubor


+ 3
- 3
Tweak/Tweak.x Zobrazit soubor

@@ -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);

}


binární
layout/.DS_Store Zobrazit soubor


binární
layout/Library/.DS_Store Zobrazit soubor


binární
layout/Library/Application Support/.DS_Store Zobrazit soubor


binární
layout/Library/Application Support/Tick/.DS_Store Zobrazit soubor


layout/Library/Application Support/Tick/tick.caf → layout/Library/Tick/tick.caf Zobrazit soubor


layout/Library/Application Support/Tick/tick2.caf → layout/Library/Tick/tick2.caf Zobrazit soubor


layout/Library/Application Support/Tick/tick3.caf → layout/Library/Tick/tick3.caf Zobrazit soubor


Načítá se…
Zrušit
Uložit