From 2888765b3906df7fa74ef1572ab9e994d4f41268 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 27 Jan 2021 16:06:56 -0500 Subject: [PATCH] Extra Tones --- ProjectClock/Models.swift | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ProjectClock/Models.swift b/ProjectClock/Models.swift index 84fa812..5362127 100644 --- a/ProjectClock/Models.swift +++ b/ProjectClock/Models.swift @@ -56,9 +56,16 @@ struct Tone: Codable{ } let ringtones = [ - Tone(name: "Item One", tone: SystemSoundID(1005)), - Tone(name: "Item Two", tone: SystemSoundID(1254)) -] //SystemSoundID(1255),SystemSoundID(1256),SystemSoundID(1257)] + Tone(name: "News Flash", tone: SystemSoundID(1028)), + Tone(name: "Sherwood Forest", tone: SystemSoundID(1030)), + Tone(name: "Ladder", tone: SystemSoundID(1326)), + Tone(name: "Minuet", tone: SystemSoundID(1327)), + Tone(name: "Tock", tone: SystemSoundID(1306)), + Tone(name: "Bloom", tone: SystemSoundID(1321)), + Tone(name: "Calypso", tone: SystemSoundID(1322)), + Tone(name: "Train", tone: SystemSoundID(1323)), + Tone(name: "Fanfare", tone: SystemSoundID(1325)) +] class Alarm: Codable, Equatable {