project.pbxproj 84 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3F1335F351590E573D8E6962 /* Pods_LoopFollow.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7D55B42A22051DAD69E89D0 /* Pods_LoopFollow.framework */; };
  10. DD98F54424BCEFEE0007425A /* ShareClientExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD98F54324BCEFEE0007425A /* ShareClientExtension.swift */; };
  11. FC16A97A24996673003D6245 /* NightScout.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC16A97924996673003D6245 /* NightScout.swift */; };
  12. FC16A97B249966A3003D6245 /* AlarmSound.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7CE589248ABEA3001F83B8 /* AlarmSound.swift */; };
  13. FC16A97D24996747003D6245 /* Alarms.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC16A97C24996747003D6245 /* Alarms.swift */; };
  14. FC16A97F249969E2003D6245 /* Graphs.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC16A97E249969E2003D6245 /* Graphs.swift */; };
  15. FC16A98124996C07003D6245 /* DateTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC16A98024996C07003D6245 /* DateTime.swift */; };
  16. FC1BDD2B24A22650001B652C /* Stats.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1BDD2A24A22650001B652C /* Stats.swift */; };
  17. FC1BDD2D24A23204001B652C /* StatsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1BDD2C24A23204001B652C /* StatsView.swift */; };
  18. FC1BDD3224A2585C001B652C /* DataStructs.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1BDD2E24A232A3001B652C /* DataStructs.swift */; };
  19. FC3AE7B5249E8E0E00AAE1E0 /* LoopFollow.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = FC3AE7B3249E8E0E00AAE1E0 /* LoopFollow.xcdatamodeld */; };
  20. FC3CAB022493B6220068A152 /* BackgroundTaskAudio.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC688592489554800A0279D /* BackgroundTaskAudio.swift */; };
  21. FC5A5C3D2497B229009C550E /* Config.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FC5A5C3C2497B229009C550E /* Config.xcconfig */; };
  22. FC7CE518248ABE37001F83B8 /* Siri_Alert_Calibration_Needed.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4A9248ABE2B001F83B8 /* Siri_Alert_Calibration_Needed.caf */; };
  23. FC7CE519248ABE37001F83B8 /* Rise_And_Shine.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4AA248ABE2B001F83B8 /* Rise_And_Shine.caf */; };
  24. FC7CE51A248ABE37001F83B8 /* Jingle_All_The_Way.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4AB248ABE2B001F83B8 /* Jingle_All_The_Way.caf */; };
  25. FC7CE51B248ABE37001F83B8 /* Thunder_Sound_FX.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4AC248ABE2B001F83B8 /* Thunder_Sound_FX.caf */; };
  26. FC7CE51C248ABE37001F83B8 /* Sci-Fi_Spaceship_Warm_Up.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4AD248ABE2B001F83B8 /* Sci-Fi_Spaceship_Warm_Up.caf */; };
  27. FC7CE51D248ABE37001F83B8 /* Not_Kiddin.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4AE248ABE2B001F83B8 /* Not_Kiddin.caf */; };
  28. FC7CE51E248ABE37001F83B8 /* Computer_Magic.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4AF248ABE2B001F83B8 /* Computer_Magic.caf */; };
  29. FC7CE51F248ABE37001F83B8 /* Cartoon_Tip_Toe_Sneaky_Walk.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B0248ABE2B001F83B8 /* Cartoon_Tip_Toe_Sneaky_Walk.caf */; };
  30. FC7CE520248ABE37001F83B8 /* Burglar_Alarm_Siren_1.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B1248ABE2C001F83B8 /* Burglar_Alarm_Siren_1.caf */; };
  31. FC7CE521248ABE37001F83B8 /* Emergency_Alarm_Carbon_Monoxide.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B2248ABE2C001F83B8 /* Emergency_Alarm_Carbon_Monoxide.caf */; };
  32. FC7CE522248ABE37001F83B8 /* Signature_Corporate.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B3248ABE2C001F83B8 /* Signature_Corporate.caf */; };
  33. FC7CE523248ABE37001F83B8 /* Wake_Up_Will_You.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B4248ABE2C001F83B8 /* Wake_Up_Will_You.caf */; };
  34. FC7CE524248ABE37001F83B8 /* Marimba_Flutter_or_Shake.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B5248ABE2C001F83B8 /* Marimba_Flutter_or_Shake.caf */; };
  35. FC7CE525248ABE37001F83B8 /* Sci-Fi_Warning.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B6248ABE2C001F83B8 /* Sci-Fi_Warning.caf */; };
  36. FC7CE526248ABE37001F83B8 /* Sci-Fi_Alarm_Loop_3.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B7248ABE2C001F83B8 /* Sci-Fi_Alarm_Loop_3.caf */; };
  37. FC7CE527248ABE37001F83B8 /* Alert_Tone_Ringtone_2.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B8248ABE2C001F83B8 /* Alert_Tone_Ringtone_2.caf */; };
  38. FC7CE528248ABE37001F83B8 /* Cartoon_Bounce_To_Ceiling.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4B9248ABE2D001F83B8 /* Cartoon_Bounce_To_Ceiling.caf */; };
  39. FC7CE529248ABE37001F83B8 /* Laser_Shoot.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4BA248ABE2D001F83B8 /* Laser_Shoot.caf */; };
  40. FC7CE52A248ABE37001F83B8 /* Nightguard.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4BB248ABE2D001F83B8 /* Nightguard.caf */; };
  41. FC7CE52B248ABE37001F83B8 /* Machine_Charge.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4BC248ABE2D001F83B8 /* Machine_Charge.caf */; };
  42. FC7CE52C248ABE37001F83B8 /* Cuckoo_Clock.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4BD248ABE2D001F83B8 /* Cuckoo_Clock.caf */; };
  43. FC7CE52D248ABE37001F83B8 /* Siri_Urgent_High_Glucose.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4BE248ABE2D001F83B8 /* Siri_Urgent_High_Glucose.caf */; };
  44. FC7CE52E248ABE37001F83B8 /* Cartoon_Villain_Horns.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4BF248ABE2D001F83B8 /* Cartoon_Villain_Horns.caf */; };
  45. FC7CE52F248ABE37001F83B8 /* Siri_Glucose_Rising_Fast.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C0248ABE2D001F83B8 /* Siri_Glucose_Rising_Fast.caf */; };
  46. FC7CE530248ABE37001F83B8 /* Dhol_Shuffleloop.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C1248ABE2E001F83B8 /* Dhol_Shuffleloop.caf */; };
  47. FC7CE531248ABE37001F83B8 /* Sci-Fi_Computer_Console_Alarm.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C2248ABE2E001F83B8 /* Sci-Fi_Computer_Console_Alarm.caf */; };
  48. FC7CE532248ABE37001F83B8 /* Siri_High_Glucose.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C3248ABE2E001F83B8 /* Siri_High_Glucose.caf */; };
  49. FC7CE533248ABE37001F83B8 /* Ending_Reached.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C4248ABE2E001F83B8 /* Ending_Reached.caf */; };
  50. FC7CE534248ABE37001F83B8 /* Siri_Missed_Readings.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C5248ABE2E001F83B8 /* Siri_Missed_Readings.caf */; };
  51. FC7CE535248ABE37001F83B8 /* Cartoon_Ascend_Climb_Sneaky.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C6248ABE2E001F83B8 /* Cartoon_Ascend_Climb_Sneaky.caf */; };
  52. FC7CE536248ABE37001F83B8 /* Fly.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C7248ABE2E001F83B8 /* Fly.caf */; };
  53. FC7CE537248ABE37001F83B8 /* Open_Your_Eyes_And_See.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C8248ABE2E001F83B8 /* Open_Your_Eyes_And_See.caf */; };
  54. FC7CE538248ABE37001F83B8 /* 20ms-of-silence.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4C9248ABE2F001F83B8 /* 20ms-of-silence.caf */; };
  55. FC7CE539248ABE37001F83B8 /* Remembers_Me_Of_Asia.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4CA248ABE2F001F83B8 /* Remembers_Me_Of_Asia.caf */; };
  56. FC7CE53A248ABE37001F83B8 /* Alarm_Clock.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4CB248ABE2F001F83B8 /* Alarm_Clock.caf */; };
  57. FC7CE53B248ABE37001F83B8 /* Cartoon_Dreamy_Glissando_Harp.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4CC248ABE2F001F83B8 /* Cartoon_Dreamy_Glissando_Harp.caf */; };
  58. FC7CE53C248ABE37001F83B8 /* Early_Sunrise.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4CD248ABE2F001F83B8 /* Early_Sunrise.caf */; };
  59. FC7CE53D248ABE37001F83B8 /* 1-millisecond-of-silence.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4CE248ABE2F001F83B8 /* 1-millisecond-of-silence.mp3 */; };
  60. FC7CE53E248ABE37001F83B8 /* Soft_Warm_Airy_Optimistic.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4CF248ABE30001F83B8 /* Soft_Warm_Airy_Optimistic.caf */; };
  61. FC7CE53F248ABE37001F83B8 /* Siri_Alert_Glucose_Dropping_Fast.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D0248ABE30001F83B8 /* Siri_Alert_Glucose_Dropping_Fast.caf */; };
  62. FC7CE540248ABE37001F83B8 /* Two_Turtle_Doves.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D1248ABE30001F83B8 /* Two_Turtle_Doves.caf */; };
  63. FC7CE541248ABE37001F83B8 /* Discreet.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D2248ABE30001F83B8 /* Discreet.caf */; };
  64. FC7CE542248ABE37001F83B8 /* Alien_Siren.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D3248ABE30001F83B8 /* Alien_Siren.caf */; };
  65. FC7CE543248ABE37001F83B8 /* Pager_Beeps.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D4248ABE30001F83B8 /* Pager_Beeps.caf */; };
  66. FC7CE544248ABE37001F83B8 /* Sci-Fi_Alarm_Loop_1.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D5248ABE31001F83B8 /* Sci-Fi_Alarm_Loop_1.caf */; };
  67. FC7CE545248ABE37001F83B8 /* Indeed.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D6248ABE31001F83B8 /* Indeed.caf */; };
  68. FC7CE546248ABE37001F83B8 /* Cartoon_Uh_Oh.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D7248ABE31001F83B8 /* Cartoon_Uh_Oh.caf */; };
  69. FC7CE547248ABE37001F83B8 /* Sci-Fi_Air_Raid_Alarm.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D8248ABE31001F83B8 /* Sci-Fi_Air_Raid_Alarm.caf */; };
  70. FC7CE548248ABE37001F83B8 /* Store_Door_Chime.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4D9248ABE31001F83B8 /* Store_Door_Chime.caf */; };
  71. FC7CE549248ABE37001F83B8 /* Magical_Twinkle.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4DA248ABE31001F83B8 /* Magical_Twinkle.caf */; };
  72. FC7CE54A248ABE37001F83B8 /* Siri_Alert_Urgent_High_Glucose.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4DB248ABE31001F83B8 /* Siri_Alert_Urgent_High_Glucose.caf */; };
  73. FC7CE54B248ABE37001F83B8 /* Siri_Alert_Device_Muted.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4DC248ABE32001F83B8 /* Siri_Alert_Device_Muted.caf */; };
  74. FC7CE54C248ABE37001F83B8 /* Emergency_Alarm_Siren.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4DD248ABE32001F83B8 /* Emergency_Alarm_Siren.caf */; };
  75. FC7CE54D248ABE37001F83B8 /* Analog_Watch_Alarm.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4DE248ABE32001F83B8 /* Analog_Watch_Alarm.caf */; };
  76. FC7CE54E248ABE37001F83B8 /* Hell_Yeah_Somewhat_Calmer.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4DF248ABE32001F83B8 /* Hell_Yeah_Somewhat_Calmer.caf */; };
  77. FC7CE54F248ABE37001F83B8 /* Cartoon_Machine_Clumsy_Loop.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E0248ABE32001F83B8 /* Cartoon_Machine_Clumsy_Loop.caf */; };
  78. FC7CE550248ABE37001F83B8 /* Siri_Alert_High_Glucose.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E1248ABE32001F83B8 /* Siri_Alert_High_Glucose.caf */; };
  79. FC7CE551248ABE37001F83B8 /* Marimba_Descend.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E2248ABE32001F83B8 /* Marimba_Descend.caf */; };
  80. FC7CE552248ABE37001F83B8 /* Siri_Alert_Urgent_Low_Glucose.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E3248ABE32001F83B8 /* Siri_Alert_Urgent_Low_Glucose.caf */; };
  81. FC7CE553248ABE37001F83B8 /* Sci-Fi_Eerie_Alarm.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E4248ABE32001F83B8 /* Sci-Fi_Eerie_Alarm.caf */; };
  82. FC7CE554248ABE37001F83B8 /* Siri_Alert_Glucose_Rising_Fast.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E5248ABE32001F83B8 /* Siri_Alert_Glucose_Rising_Fast.caf */; };
  83. FC7CE555248ABE37001F83B8 /* Sci-Fi_Incoming_Message_Alert.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E6248ABE32001F83B8 /* Sci-Fi_Incoming_Message_Alert.caf */; };
  84. FC7CE556248ABE37001F83B8 /* Sci-Fi_Console_Alarm.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E7248ABE33001F83B8 /* Sci-Fi_Console_Alarm.caf */; };
  85. FC7CE557248ABE37001F83B8 /* Soft_Marimba_Pad_Positive.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E8248ABE33001F83B8 /* Soft_Marimba_Pad_Positive.caf */; };
  86. FC7CE558248ABE37001F83B8 /* Rush.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4E9248ABE33001F83B8 /* Rush.caf */; };
  87. FC7CE559248ABE37001F83B8 /* Martian_Scanner.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4EA248ABE33001F83B8 /* Martian_Scanner.caf */; };
  88. FC7CE55A248ABE37001F83B8 /* Alert_Tone_Ringtone_1.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4EB248ABE33001F83B8 /* Alert_Tone_Ringtone_1.caf */; };
  89. FC7CE55B248ABE37001F83B8 /* 500ms-of-silence.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4EC248ABE33001F83B8 /* 500ms-of-silence.mp3 */; };
  90. FC7CE55C248ABE37001F83B8 /* Big_Clock_Ticking.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4ED248ABE33001F83B8 /* Big_Clock_Ticking.caf */; };
  91. FC7CE55D248ABE37001F83B8 /* Metallic.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4EE248ABE33001F83B8 /* Metallic.caf */; };
  92. FC7CE55E248ABE37001F83B8 /* Cell_Phone_Ring_Tone.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4EF248ABE33001F83B8 /* Cell_Phone_Ring_Tone.caf */; };
  93. FC7CE55F248ABE37001F83B8 /* Siri_Alert_Transmitter_Battery_Low.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F0248ABE33001F83B8 /* Siri_Alert_Transmitter_Battery_Low.caf */; };
  94. FC7CE560248ABE37001F83B8 /* Burglar_Alarm_Siren_2.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F1248ABE33001F83B8 /* Burglar_Alarm_Siren_2.caf */; };
  95. FC7CE561248ABE37001F83B8 /* Wrong_Answer.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F2248ABE34001F83B8 /* Wrong_Answer.caf */; };
  96. FC7CE562248ABE37001F83B8 /* Soft_Warm_Airy_Reassuring.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F3248ABE34001F83B8 /* Soft_Warm_Airy_Reassuring.caf */; };
  97. FC7CE563248ABE37001F83B8 /* CSFX-2_Alarm.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F4248ABE34001F83B8 /* CSFX-2_Alarm.caf */; };
  98. FC7CE564248ABE37001F83B8 /* Siri_Low_Glucose.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F5248ABE34001F83B8 /* Siri_Low_Glucose.caf */; };
  99. FC7CE565248ABE37001F83B8 /* Sci-Fi_Spaceship_Message.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F6248ABE34001F83B8 /* Sci-Fi_Spaceship_Message.caf */; };
  100. FC7CE566248ABE37001F83B8 /* In_A_Hurry.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F7248ABE34001F83B8 /* In_A_Hurry.caf */; };
  101. FC7CE567248ABE37001F83B8 /* Orchestral_Horns.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F8248ABE34001F83B8 /* Orchestral_Horns.caf */; };
  102. FC7CE568248ABE37001F83B8 /* Sci-Fi_Engine_Shut_Down.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4F9248ABE34001F83B8 /* Sci-Fi_Engine_Shut_Down.caf */; };
  103. FC7CE569248ABE37001F83B8 /* silence-1sec.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4FA248ABE34001F83B8 /* silence-1sec.mp3 */; };
  104. FC7CE56A248ABE37001F83B8 /* Cartoon_Siren.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4FB248ABE34001F83B8 /* Cartoon_Siren.caf */; };
  105. FC7CE56B248ABE37001F83B8 /* Cartoon_Ascend_Then_Descend.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4FC248ABE34001F83B8 /* Cartoon_Ascend_Then_Descend.caf */; };
  106. FC7CE56C248ABE37001F83B8 /* Time_Has_Come.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4FD248ABE35001F83B8 /* Time_Has_Come.caf */; };
  107. FC7CE56D248ABE37001F83B8 /* Siri_Alert_Low_Glucose.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4FE248ABE35001F83B8 /* Siri_Alert_Low_Glucose.caf */; };
  108. FC7CE56E248ABE37001F83B8 /* Ambulance.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE4FF248ABE35001F83B8 /* Ambulance.caf */; };
  109. FC7CE56F248ABE37001F83B8 /* Ghost_Hover.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE500248ABE35001F83B8 /* Ghost_Hover.caf */; };
  110. FC7CE570248ABE37001F83B8 /* Insistently.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE501248ABE35001F83B8 /* Insistently.caf */; };
  111. FC7CE571248ABE37001F83B8 /* Sunny.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE502248ABE35001F83B8 /* Sunny.caf */; };
  112. FC7CE572248ABE37001F83B8 /* Siri_Calibration_Needed.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE503248ABE35001F83B8 /* Siri_Calibration_Needed.caf */; };
  113. FC7CE573248ABE37001F83B8 /* Marching_Heavy_Footed_Fat_Elephants.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE504248ABE35001F83B8 /* Marching_Heavy_Footed_Fat_Elephants.caf */; };
  114. FC7CE574248ABE37001F83B8 /* Chimes_Glassy.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE505248ABE35001F83B8 /* Chimes_Glassy.caf */; };
  115. FC7CE575248ABE37001F83B8 /* Siri_Device_Muted.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE506248ABE35001F83B8 /* Siri_Device_Muted.caf */; };
  116. FC7CE576248ABE37001F83B8 /* Alarm_Buzzer.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE507248ABE35001F83B8 /* Alarm_Buzzer.caf */; };
  117. FC7CE577248ABE37001F83B8 /* Cartoon_Fail_Strings_Trumpet.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE508248ABE35001F83B8 /* Cartoon_Fail_Strings_Trumpet.caf */; };
  118. FC7CE578248ABE37001F83B8 /* Siri_Alert_Missed_Readings.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE509248ABE36001F83B8 /* Siri_Alert_Missed_Readings.caf */; };
  119. FC7CE579248ABE37001F83B8 /* Good_Morning.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE50A248ABE36001F83B8 /* Good_Morning.caf */; };
  120. FC7CE57A248ABE37001F83B8 /* Emergency_Alarm.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE50B248ABE36001F83B8 /* Emergency_Alarm.caf */; };
  121. FC7CE57B248ABE37001F83B8 /* Alert_Tone_Busy.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE50C248ABE36001F83B8 /* Alert_Tone_Busy.caf */; };
  122. FC7CE57C248ABE37001F83B8 /* Tornado_Siren.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE50D248ABE36001F83B8 /* Tornado_Siren.caf */; };
  123. FC7CE57D248ABE37001F83B8 /* Win_Gain.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE50E248ABE36001F83B8 /* Win_Gain.caf */; };
  124. FC7CE57E248ABE37001F83B8 /* Unpaved.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE50F248ABE36001F83B8 /* Unpaved.caf */; };
  125. FC7CE57F248ABE37001F83B8 /* Sci-Fi_Alarm_Loop_4.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE510248ABE36001F83B8 /* Sci-Fi_Alarm_Loop_4.caf */; };
  126. FC7CE580248ABE37001F83B8 /* Sci-Fi_Alarm.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE511248ABE36001F83B8 /* Sci-Fi_Alarm.caf */; };
  127. FC7CE581248ABE37001F83B8 /* Siri_Urgent_Low_Glucose.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE512248ABE36001F83B8 /* Siri_Urgent_Low_Glucose.caf */; };
  128. FC7CE582248ABE37001F83B8 /* Siri_Transmitter_Battery_Low.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE513248ABE36001F83B8 /* Siri_Transmitter_Battery_Low.caf */; };
  129. FC7CE583248ABE37001F83B8 /* Sci-Fi_Alarm_Loop_2.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE514248ABE36001F83B8 /* Sci-Fi_Alarm_Loop_2.caf */; };
  130. FC7CE584248ABE37001F83B8 /* Oringz.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE515248ABE37001F83B8 /* Oringz.caf */; };
  131. FC7CE585248ABE37001F83B8 /* Siri_Glucose_Dropping_Fast.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE516248ABE37001F83B8 /* Siri_Glucose_Dropping_Fast.caf */; };
  132. FC7CE586248ABE37001F83B8 /* Martian_Gun.caf in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE517248ABE37001F83B8 /* Martian_Gun.caf */; };
  133. FC7CE58D248ABEF2001F83B8 /* alarm.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE58B248ABEF1001F83B8 /* alarm.mp3 */; };
  134. FC7CE58E248ABEF2001F83B8 /* alarm-notification.m4a in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE58C248ABEF1001F83B8 /* alarm-notification.m4a */; };
  135. FC7CE59C248D33A9001F83B8 /* dragbar.png in Resources */ = {isa = PBXBuildFile; fileRef = FC7CE59B248D33A9001F83B8 /* dragbar.png */; };
  136. FC7CE59F248D8D23001F83B8 /* SnoozeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7CE59E248D8D23001F83B8 /* SnoozeViewController.swift */; };
  137. FC9788182485969B00A7906C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9788172485969B00A7906C /* AppDelegate.swift */; };
  138. FC97881A2485969B00A7906C /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9788192485969B00A7906C /* SceneDelegate.swift */; };
  139. FC97881C2485969B00A7906C /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC97881B2485969B00A7906C /* MainViewController.swift */; };
  140. FC97881E2485969B00A7906C /* NightScoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC97881D2485969B00A7906C /* NightScoutViewController.swift */; };
  141. FC9788212485969B00A7906C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC97881F2485969B00A7906C /* Main.storyboard */; };
  142. FC9788262485969C00A7906C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FC9788252485969C00A7906C /* Assets.xcassets */; };
  143. FC9788292485969C00A7906C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC9788272485969C00A7906C /* LaunchScreen.storyboard */; };
  144. FCC0FAC224922A22003E610E /* DictionaryKeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC0FAC124922A22003E610E /* DictionaryKeyPath.swift */; };
  145. FCC68850248935D800A0279D /* AlarmViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6884F248935D800A0279D /* AlarmViewController.swift */; };
  146. FCC6885C2489559400A0279D /* blank.wav in Resources */ = {isa = PBXBuildFile; fileRef = FCC6885B2489559400A0279D /* blank.wav */; };
  147. FCC6885E24896A6C00A0279D /* silence.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = FCC6885D24896A6C00A0279D /* silence.mp3 */; };
  148. FCC6886524898EEE00A0279D /* UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886424898EEE00A0279D /* UserDefaults.swift */; };
  149. FCC6886724898F8000A0279D /* UserDefaultsValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886624898F8000A0279D /* UserDefaultsValue.swift */; };
  150. FCC6886924898FB100A0279D /* UserDefaultsValueGroups.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886824898FB100A0279D /* UserDefaultsValueGroups.swift */; };
  151. FCC6886B24898FD800A0279D /* ObservationToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886A24898FD800A0279D /* ObservationToken.swift */; };
  152. FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886C2489909D00A0279D /* AnyConvertible.swift */; };
  153. FCC6886F2489A53800A0279D /* AppConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886E2489A53800A0279D /* AppConstants.swift */; };
  154. FCD49B6C24AA536E007879DC /* DebugViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD49B6B24AA536E007879DC /* DebugViewController.swift */; };
  155. FCE537BC249A4D7D00F80BF8 /* carbBolusArrays.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE537BB249A4D7D00F80BF8 /* carbBolusArrays.swift */; };
  156. FCEF87AC24A141A700AE6FA0 /* bgUnits.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCEF87AA24A1417900AE6FA0 /* bgUnits.swift */; };
  157. FCFEEC9E2486E68E00402A7F /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FCFEEC9D2486E68E00402A7F /* WebKit.framework */; };
  158. FCFEECA02488157B00402A7F /* Chart.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCFEEC9F2488157B00402A7F /* Chart.swift */; };
  159. FCFEECA2248857A600402A7F /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCFEECA1248857A600402A7F /* SettingsViewController.swift */; };
  160. /* End PBXBuildFile section */
  161. /* Begin PBXFileReference section */
  162. 059B0FA59AABFE72FE13DDDA /* Pods-LoopFollow.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LoopFollow.release.xcconfig"; path = "Target Support Files/Pods-LoopFollow/Pods-LoopFollow.release.xcconfig"; sourceTree = "<group>"; };
  163. A7D55B42A22051DAD69E89D0 /* Pods_LoopFollow.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LoopFollow.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  164. DD98F54324BCEFEE0007425A /* ShareClientExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareClientExtension.swift; sourceTree = "<group>"; };
  165. ECA3EFB4037410B4973BB632 /* Pods-LoopFollow.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LoopFollow.debug.xcconfig"; path = "Target Support Files/Pods-LoopFollow/Pods-LoopFollow.debug.xcconfig"; sourceTree = "<group>"; };
  166. FC16A97924996673003D6245 /* NightScout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NightScout.swift; sourceTree = "<group>"; };
  167. FC16A97C24996747003D6245 /* Alarms.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Alarms.swift; sourceTree = "<group>"; };
  168. FC16A97E249969E2003D6245 /* Graphs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Graphs.swift; sourceTree = "<group>"; };
  169. FC16A98024996C07003D6245 /* DateTime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateTime.swift; sourceTree = "<group>"; };
  170. FC1BDD2A24A22650001B652C /* Stats.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stats.swift; sourceTree = "<group>"; };
  171. FC1BDD2C24A23204001B652C /* StatsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatsView.swift; sourceTree = "<group>"; };
  172. FC1BDD2E24A232A3001B652C /* DataStructs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataStructs.swift; sourceTree = "<group>"; };
  173. FC3AE7B4249E8E0E00AAE1E0 /* LoopFollow.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LoopFollow.xcdatamodel; sourceTree = "<group>"; };
  174. FC5A5C3C2497B229009C550E /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
  175. FC7CE4A9248ABE2B001F83B8 /* Siri_Alert_Calibration_Needed.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_Calibration_Needed.caf; sourceTree = "<group>"; };
  176. FC7CE4AA248ABE2B001F83B8 /* Rise_And_Shine.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Rise_And_Shine.caf; sourceTree = "<group>"; };
  177. FC7CE4AB248ABE2B001F83B8 /* Jingle_All_The_Way.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Jingle_All_The_Way.caf; sourceTree = "<group>"; };
  178. FC7CE4AC248ABE2B001F83B8 /* Thunder_Sound_FX.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thunder_Sound_FX.caf; sourceTree = "<group>"; };
  179. FC7CE4AD248ABE2B001F83B8 /* Sci-Fi_Spaceship_Warm_Up.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Spaceship_Warm_Up.caf"; sourceTree = "<group>"; };
  180. FC7CE4AE248ABE2B001F83B8 /* Not_Kiddin.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Not_Kiddin.caf; sourceTree = "<group>"; };
  181. FC7CE4AF248ABE2B001F83B8 /* Computer_Magic.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Computer_Magic.caf; sourceTree = "<group>"; };
  182. FC7CE4B0248ABE2B001F83B8 /* Cartoon_Tip_Toe_Sneaky_Walk.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Tip_Toe_Sneaky_Walk.caf; sourceTree = "<group>"; };
  183. FC7CE4B1248ABE2C001F83B8 /* Burglar_Alarm_Siren_1.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Burglar_Alarm_Siren_1.caf; sourceTree = "<group>"; };
  184. FC7CE4B2248ABE2C001F83B8 /* Emergency_Alarm_Carbon_Monoxide.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Emergency_Alarm_Carbon_Monoxide.caf; sourceTree = "<group>"; };
  185. FC7CE4B3248ABE2C001F83B8 /* Signature_Corporate.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Signature_Corporate.caf; sourceTree = "<group>"; };
  186. FC7CE4B4248ABE2C001F83B8 /* Wake_Up_Will_You.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Wake_Up_Will_You.caf; sourceTree = "<group>"; };
  187. FC7CE4B5248ABE2C001F83B8 /* Marimba_Flutter_or_Shake.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Marimba_Flutter_or_Shake.caf; sourceTree = "<group>"; };
  188. FC7CE4B6248ABE2C001F83B8 /* Sci-Fi_Warning.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Warning.caf"; sourceTree = "<group>"; };
  189. FC7CE4B7248ABE2C001F83B8 /* Sci-Fi_Alarm_Loop_3.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Alarm_Loop_3.caf"; sourceTree = "<group>"; };
  190. FC7CE4B8248ABE2C001F83B8 /* Alert_Tone_Ringtone_2.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Alert_Tone_Ringtone_2.caf; sourceTree = "<group>"; };
  191. FC7CE4B9248ABE2D001F83B8 /* Cartoon_Bounce_To_Ceiling.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Bounce_To_Ceiling.caf; sourceTree = "<group>"; };
  192. FC7CE4BA248ABE2D001F83B8 /* Laser_Shoot.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Laser_Shoot.caf; sourceTree = "<group>"; };
  193. FC7CE4BB248ABE2D001F83B8 /* Nightguard.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Nightguard.caf; sourceTree = "<group>"; };
  194. FC7CE4BC248ABE2D001F83B8 /* Machine_Charge.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Machine_Charge.caf; sourceTree = "<group>"; };
  195. FC7CE4BD248ABE2D001F83B8 /* Cuckoo_Clock.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cuckoo_Clock.caf; sourceTree = "<group>"; };
  196. FC7CE4BE248ABE2D001F83B8 /* Siri_Urgent_High_Glucose.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Urgent_High_Glucose.caf; sourceTree = "<group>"; };
  197. FC7CE4BF248ABE2D001F83B8 /* Cartoon_Villain_Horns.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Villain_Horns.caf; sourceTree = "<group>"; };
  198. FC7CE4C0248ABE2D001F83B8 /* Siri_Glucose_Rising_Fast.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Glucose_Rising_Fast.caf; sourceTree = "<group>"; };
  199. FC7CE4C1248ABE2E001F83B8 /* Dhol_Shuffleloop.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Dhol_Shuffleloop.caf; sourceTree = "<group>"; };
  200. FC7CE4C2248ABE2E001F83B8 /* Sci-Fi_Computer_Console_Alarm.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Computer_Console_Alarm.caf"; sourceTree = "<group>"; };
  201. FC7CE4C3248ABE2E001F83B8 /* Siri_High_Glucose.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_High_Glucose.caf; sourceTree = "<group>"; };
  202. FC7CE4C4248ABE2E001F83B8 /* Ending_Reached.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Ending_Reached.caf; sourceTree = "<group>"; };
  203. FC7CE4C5248ABE2E001F83B8 /* Siri_Missed_Readings.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Missed_Readings.caf; sourceTree = "<group>"; };
  204. FC7CE4C6248ABE2E001F83B8 /* Cartoon_Ascend_Climb_Sneaky.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Ascend_Climb_Sneaky.caf; sourceTree = "<group>"; };
  205. FC7CE4C7248ABE2E001F83B8 /* Fly.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Fly.caf; sourceTree = "<group>"; };
  206. FC7CE4C8248ABE2E001F83B8 /* Open_Your_Eyes_And_See.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Open_Your_Eyes_And_See.caf; sourceTree = "<group>"; };
  207. FC7CE4C9248ABE2F001F83B8 /* 20ms-of-silence.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "20ms-of-silence.caf"; sourceTree = "<group>"; };
  208. FC7CE4CA248ABE2F001F83B8 /* Remembers_Me_Of_Asia.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Remembers_Me_Of_Asia.caf; sourceTree = "<group>"; };
  209. FC7CE4CB248ABE2F001F83B8 /* Alarm_Clock.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Alarm_Clock.caf; sourceTree = "<group>"; };
  210. FC7CE4CC248ABE2F001F83B8 /* Cartoon_Dreamy_Glissando_Harp.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Dreamy_Glissando_Harp.caf; sourceTree = "<group>"; };
  211. FC7CE4CD248ABE2F001F83B8 /* Early_Sunrise.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Early_Sunrise.caf; sourceTree = "<group>"; };
  212. FC7CE4CE248ABE2F001F83B8 /* 1-millisecond-of-silence.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "1-millisecond-of-silence.mp3"; sourceTree = "<group>"; };
  213. FC7CE4CF248ABE30001F83B8 /* Soft_Warm_Airy_Optimistic.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Soft_Warm_Airy_Optimistic.caf; sourceTree = "<group>"; };
  214. FC7CE4D0248ABE30001F83B8 /* Siri_Alert_Glucose_Dropping_Fast.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_Glucose_Dropping_Fast.caf; sourceTree = "<group>"; };
  215. FC7CE4D1248ABE30001F83B8 /* Two_Turtle_Doves.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Two_Turtle_Doves.caf; sourceTree = "<group>"; };
  216. FC7CE4D2248ABE30001F83B8 /* Discreet.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Discreet.caf; sourceTree = "<group>"; };
  217. FC7CE4D3248ABE30001F83B8 /* Alien_Siren.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Alien_Siren.caf; sourceTree = "<group>"; };
  218. FC7CE4D4248ABE30001F83B8 /* Pager_Beeps.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Pager_Beeps.caf; sourceTree = "<group>"; };
  219. FC7CE4D5248ABE31001F83B8 /* Sci-Fi_Alarm_Loop_1.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Alarm_Loop_1.caf"; sourceTree = "<group>"; };
  220. FC7CE4D6248ABE31001F83B8 /* Indeed.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Indeed.caf; sourceTree = "<group>"; };
  221. FC7CE4D7248ABE31001F83B8 /* Cartoon_Uh_Oh.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Uh_Oh.caf; sourceTree = "<group>"; };
  222. FC7CE4D8248ABE31001F83B8 /* Sci-Fi_Air_Raid_Alarm.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Air_Raid_Alarm.caf"; sourceTree = "<group>"; };
  223. FC7CE4D9248ABE31001F83B8 /* Store_Door_Chime.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Store_Door_Chime.caf; sourceTree = "<group>"; };
  224. FC7CE4DA248ABE31001F83B8 /* Magical_Twinkle.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Magical_Twinkle.caf; sourceTree = "<group>"; };
  225. FC7CE4DB248ABE31001F83B8 /* Siri_Alert_Urgent_High_Glucose.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_Urgent_High_Glucose.caf; sourceTree = "<group>"; };
  226. FC7CE4DC248ABE32001F83B8 /* Siri_Alert_Device_Muted.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_Device_Muted.caf; sourceTree = "<group>"; };
  227. FC7CE4DD248ABE32001F83B8 /* Emergency_Alarm_Siren.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Emergency_Alarm_Siren.caf; sourceTree = "<group>"; };
  228. FC7CE4DE248ABE32001F83B8 /* Analog_Watch_Alarm.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Analog_Watch_Alarm.caf; sourceTree = "<group>"; };
  229. FC7CE4DF248ABE32001F83B8 /* Hell_Yeah_Somewhat_Calmer.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Hell_Yeah_Somewhat_Calmer.caf; sourceTree = "<group>"; };
  230. FC7CE4E0248ABE32001F83B8 /* Cartoon_Machine_Clumsy_Loop.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Machine_Clumsy_Loop.caf; sourceTree = "<group>"; };
  231. FC7CE4E1248ABE32001F83B8 /* Siri_Alert_High_Glucose.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_High_Glucose.caf; sourceTree = "<group>"; };
  232. FC7CE4E2248ABE32001F83B8 /* Marimba_Descend.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Marimba_Descend.caf; sourceTree = "<group>"; };
  233. FC7CE4E3248ABE32001F83B8 /* Siri_Alert_Urgent_Low_Glucose.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_Urgent_Low_Glucose.caf; sourceTree = "<group>"; };
  234. FC7CE4E4248ABE32001F83B8 /* Sci-Fi_Eerie_Alarm.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Eerie_Alarm.caf"; sourceTree = "<group>"; };
  235. FC7CE4E5248ABE32001F83B8 /* Siri_Alert_Glucose_Rising_Fast.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_Glucose_Rising_Fast.caf; sourceTree = "<group>"; };
  236. FC7CE4E6248ABE32001F83B8 /* Sci-Fi_Incoming_Message_Alert.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Incoming_Message_Alert.caf"; sourceTree = "<group>"; };
  237. FC7CE4E7248ABE33001F83B8 /* Sci-Fi_Console_Alarm.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Console_Alarm.caf"; sourceTree = "<group>"; };
  238. FC7CE4E8248ABE33001F83B8 /* Soft_Marimba_Pad_Positive.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Soft_Marimba_Pad_Positive.caf; sourceTree = "<group>"; };
  239. FC7CE4E9248ABE33001F83B8 /* Rush.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Rush.caf; sourceTree = "<group>"; };
  240. FC7CE4EA248ABE33001F83B8 /* Martian_Scanner.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Martian_Scanner.caf; sourceTree = "<group>"; };
  241. FC7CE4EB248ABE33001F83B8 /* Alert_Tone_Ringtone_1.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Alert_Tone_Ringtone_1.caf; sourceTree = "<group>"; };
  242. FC7CE4EC248ABE33001F83B8 /* 500ms-of-silence.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "500ms-of-silence.mp3"; sourceTree = "<group>"; };
  243. FC7CE4ED248ABE33001F83B8 /* Big_Clock_Ticking.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Big_Clock_Ticking.caf; sourceTree = "<group>"; };
  244. FC7CE4EE248ABE33001F83B8 /* Metallic.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Metallic.caf; sourceTree = "<group>"; };
  245. FC7CE4EF248ABE33001F83B8 /* Cell_Phone_Ring_Tone.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cell_Phone_Ring_Tone.caf; sourceTree = "<group>"; };
  246. FC7CE4F0248ABE33001F83B8 /* Siri_Alert_Transmitter_Battery_Low.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_Transmitter_Battery_Low.caf; sourceTree = "<group>"; };
  247. FC7CE4F1248ABE33001F83B8 /* Burglar_Alarm_Siren_2.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Burglar_Alarm_Siren_2.caf; sourceTree = "<group>"; };
  248. FC7CE4F2248ABE34001F83B8 /* Wrong_Answer.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Wrong_Answer.caf; sourceTree = "<group>"; };
  249. FC7CE4F3248ABE34001F83B8 /* Soft_Warm_Airy_Reassuring.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Soft_Warm_Airy_Reassuring.caf; sourceTree = "<group>"; };
  250. FC7CE4F4248ABE34001F83B8 /* CSFX-2_Alarm.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CSFX-2_Alarm.caf"; sourceTree = "<group>"; };
  251. FC7CE4F5248ABE34001F83B8 /* Siri_Low_Glucose.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Low_Glucose.caf; sourceTree = "<group>"; };
  252. FC7CE4F6248ABE34001F83B8 /* Sci-Fi_Spaceship_Message.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Spaceship_Message.caf"; sourceTree = "<group>"; };
  253. FC7CE4F7248ABE34001F83B8 /* In_A_Hurry.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = In_A_Hurry.caf; sourceTree = "<group>"; };
  254. FC7CE4F8248ABE34001F83B8 /* Orchestral_Horns.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Orchestral_Horns.caf; sourceTree = "<group>"; };
  255. FC7CE4F9248ABE34001F83B8 /* Sci-Fi_Engine_Shut_Down.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Engine_Shut_Down.caf"; sourceTree = "<group>"; };
  256. FC7CE4FA248ABE34001F83B8 /* silence-1sec.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "silence-1sec.mp3"; sourceTree = "<group>"; };
  257. FC7CE4FB248ABE34001F83B8 /* Cartoon_Siren.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Siren.caf; sourceTree = "<group>"; };
  258. FC7CE4FC248ABE34001F83B8 /* Cartoon_Ascend_Then_Descend.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Ascend_Then_Descend.caf; sourceTree = "<group>"; };
  259. FC7CE4FD248ABE35001F83B8 /* Time_Has_Come.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Time_Has_Come.caf; sourceTree = "<group>"; };
  260. FC7CE4FE248ABE35001F83B8 /* Siri_Alert_Low_Glucose.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_Low_Glucose.caf; sourceTree = "<group>"; };
  261. FC7CE4FF248ABE35001F83B8 /* Ambulance.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Ambulance.caf; sourceTree = "<group>"; };
  262. FC7CE500248ABE35001F83B8 /* Ghost_Hover.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Ghost_Hover.caf; sourceTree = "<group>"; };
  263. FC7CE501248ABE35001F83B8 /* Insistently.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Insistently.caf; sourceTree = "<group>"; };
  264. FC7CE502248ABE35001F83B8 /* Sunny.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Sunny.caf; sourceTree = "<group>"; };
  265. FC7CE503248ABE35001F83B8 /* Siri_Calibration_Needed.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Calibration_Needed.caf; sourceTree = "<group>"; };
  266. FC7CE504248ABE35001F83B8 /* Marching_Heavy_Footed_Fat_Elephants.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Marching_Heavy_Footed_Fat_Elephants.caf; sourceTree = "<group>"; };
  267. FC7CE505248ABE35001F83B8 /* Chimes_Glassy.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Chimes_Glassy.caf; sourceTree = "<group>"; };
  268. FC7CE506248ABE35001F83B8 /* Siri_Device_Muted.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Device_Muted.caf; sourceTree = "<group>"; };
  269. FC7CE507248ABE35001F83B8 /* Alarm_Buzzer.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Alarm_Buzzer.caf; sourceTree = "<group>"; };
  270. FC7CE508248ABE35001F83B8 /* Cartoon_Fail_Strings_Trumpet.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Cartoon_Fail_Strings_Trumpet.caf; sourceTree = "<group>"; };
  271. FC7CE509248ABE36001F83B8 /* Siri_Alert_Missed_Readings.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Alert_Missed_Readings.caf; sourceTree = "<group>"; };
  272. FC7CE50A248ABE36001F83B8 /* Good_Morning.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Good_Morning.caf; sourceTree = "<group>"; };
  273. FC7CE50B248ABE36001F83B8 /* Emergency_Alarm.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Emergency_Alarm.caf; sourceTree = "<group>"; };
  274. FC7CE50C248ABE36001F83B8 /* Alert_Tone_Busy.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Alert_Tone_Busy.caf; sourceTree = "<group>"; };
  275. FC7CE50D248ABE36001F83B8 /* Tornado_Siren.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Tornado_Siren.caf; sourceTree = "<group>"; };
  276. FC7CE50E248ABE36001F83B8 /* Win_Gain.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Win_Gain.caf; sourceTree = "<group>"; };
  277. FC7CE50F248ABE36001F83B8 /* Unpaved.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Unpaved.caf; sourceTree = "<group>"; };
  278. FC7CE510248ABE36001F83B8 /* Sci-Fi_Alarm_Loop_4.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Alarm_Loop_4.caf"; sourceTree = "<group>"; };
  279. FC7CE511248ABE36001F83B8 /* Sci-Fi_Alarm.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Alarm.caf"; sourceTree = "<group>"; };
  280. FC7CE512248ABE36001F83B8 /* Siri_Urgent_Low_Glucose.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Urgent_Low_Glucose.caf; sourceTree = "<group>"; };
  281. FC7CE513248ABE36001F83B8 /* Siri_Transmitter_Battery_Low.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Transmitter_Battery_Low.caf; sourceTree = "<group>"; };
  282. FC7CE514248ABE36001F83B8 /* Sci-Fi_Alarm_Loop_2.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Sci-Fi_Alarm_Loop_2.caf"; sourceTree = "<group>"; };
  283. FC7CE515248ABE37001F83B8 /* Oringz.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Oringz.caf; sourceTree = "<group>"; };
  284. FC7CE516248ABE37001F83B8 /* Siri_Glucose_Dropping_Fast.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Siri_Glucose_Dropping_Fast.caf; sourceTree = "<group>"; };
  285. FC7CE517248ABE37001F83B8 /* Martian_Gun.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Martian_Gun.caf; sourceTree = "<group>"; };
  286. FC7CE589248ABEA3001F83B8 /* AlarmSound.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlarmSound.swift; sourceTree = "<group>"; };
  287. FC7CE58B248ABEF1001F83B8 /* alarm.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = alarm.mp3; sourceTree = "<group>"; };
  288. FC7CE58C248ABEF1001F83B8 /* alarm-notification.m4a */ = {isa = PBXFileReference; lastKnownFileType = file; path = "alarm-notification.m4a"; sourceTree = "<group>"; };
  289. FC7CE59B248D33A9001F83B8 /* dragbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dragbar.png; sourceTree = "<group>"; };
  290. FC7CE59E248D8D23001F83B8 /* SnoozeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnoozeViewController.swift; sourceTree = "<group>"; };
  291. FC8DEEE62485D1ED0075863F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  292. FC9788142485969B00A7906C /* Loop Follow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Loop Follow.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  293. FC9788172485969B00A7906C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  294. FC9788192485969B00A7906C /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  295. FC97881B2485969B00A7906C /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; };
  296. FC97881D2485969B00A7906C /* NightScoutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NightScoutViewController.swift; sourceTree = "<group>"; };
  297. FC9788202485969B00A7906C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  298. FC9788252485969C00A7906C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  299. FC9788282485969C00A7906C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  300. FCC0FAC124922A22003E610E /* DictionaryKeyPath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DictionaryKeyPath.swift; sourceTree = "<group>"; };
  301. FCC6884F248935D800A0279D /* AlarmViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlarmViewController.swift; sourceTree = "<group>"; };
  302. FCC688592489554800A0279D /* BackgroundTaskAudio.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BackgroundTaskAudio.swift; sourceTree = "<group>"; };
  303. FCC6885B2489559400A0279D /* blank.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = blank.wav; sourceTree = "<group>"; };
  304. FCC6885D24896A6C00A0279D /* silence.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = silence.mp3; sourceTree = "<group>"; };
  305. FCC6886424898EEE00A0279D /* UserDefaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaults.swift; sourceTree = "<group>"; };
  306. FCC6886624898F8000A0279D /* UserDefaultsValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultsValue.swift; sourceTree = "<group>"; };
  307. FCC6886824898FB100A0279D /* UserDefaultsValueGroups.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultsValueGroups.swift; sourceTree = "<group>"; };
  308. FCC6886A24898FD800A0279D /* ObservationToken.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObservationToken.swift; sourceTree = "<group>"; };
  309. FCC6886C2489909D00A0279D /* AnyConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyConvertible.swift; sourceTree = "<group>"; };
  310. FCC6886E2489A53800A0279D /* AppConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppConstants.swift; sourceTree = "<group>"; };
  311. FCC688702489A57C00A0279D /* Loop Follow.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Loop Follow.entitlements"; sourceTree = "<group>"; };
  312. FCD49B6B24AA536E007879DC /* DebugViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugViewController.swift; sourceTree = "<group>"; };
  313. FCE537BB249A4D7D00F80BF8 /* carbBolusArrays.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = carbBolusArrays.swift; sourceTree = "<group>"; };
  314. FCE537C2249AAB2600F80BF8 /* NotificationCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NotificationCenter.framework; path = System/Library/Frameworks/NotificationCenter.framework; sourceTree = SDKROOT; };
  315. FCEF87AA24A1417900AE6FA0 /* bgUnits.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = bgUnits.swift; sourceTree = "<group>"; };
  316. FCFEEC9D2486E68E00402A7F /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
  317. FCFEEC9F2488157B00402A7F /* Chart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Chart.swift; sourceTree = "<group>"; };
  318. FCFEECA1248857A600402A7F /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
  319. /* End PBXFileReference section */
  320. /* Begin PBXFrameworksBuildPhase section */
  321. FC9788112485969B00A7906C /* Frameworks */ = {
  322. isa = PBXFrameworksBuildPhase;
  323. buildActionMask = 2147483647;
  324. files = (
  325. FCFEEC9E2486E68E00402A7F /* WebKit.framework in Frameworks */,
  326. 3F1335F351590E573D8E6962 /* Pods_LoopFollow.framework in Frameworks */,
  327. );
  328. runOnlyForDeploymentPostprocessing = 0;
  329. };
  330. /* End PBXFrameworksBuildPhase section */
  331. /* Begin PBXGroup section */
  332. 6A5880E0B811AF443B05AB02 /* Frameworks */ = {
  333. isa = PBXGroup;
  334. children = (
  335. FCFEEC9D2486E68E00402A7F /* WebKit.framework */,
  336. A7D55B42A22051DAD69E89D0 /* Pods_LoopFollow.framework */,
  337. FCE537C2249AAB2600F80BF8 /* NotificationCenter.framework */,
  338. );
  339. name = Frameworks;
  340. sourceTree = "<group>";
  341. };
  342. 8E32230C453C93FDCE59C2B9 /* Pods */ = {
  343. isa = PBXGroup;
  344. children = (
  345. ECA3EFB4037410B4973BB632 /* Pods-LoopFollow.debug.xcconfig */,
  346. 059B0FA59AABFE72FE13DDDA /* Pods-LoopFollow.release.xcconfig */,
  347. );
  348. path = Pods;
  349. sourceTree = "<group>";
  350. };
  351. DD98F54224BCEF190007425A /* Extensions */ = {
  352. isa = PBXGroup;
  353. children = (
  354. DD98F54324BCEFEE0007425A /* ShareClientExtension.swift */,
  355. );
  356. path = Extensions;
  357. sourceTree = "<group>";
  358. };
  359. FC16A97624995FEE003D6245 /* Application */ = {
  360. isa = PBXGroup;
  361. children = (
  362. FC97881F2485969B00A7906C /* Main.storyboard */,
  363. FC9788172485969B00A7906C /* AppDelegate.swift */,
  364. FC9788192485969B00A7906C /* SceneDelegate.swift */,
  365. FC9788272485969C00A7906C /* LaunchScreen.storyboard */,
  366. );
  367. path = Application;
  368. sourceTree = "<group>";
  369. };
  370. FC16A9782499657E003D6245 /* Controllers */ = {
  371. isa = PBXGroup;
  372. children = (
  373. FC7CE589248ABEA3001F83B8 /* AlarmSound.swift */,
  374. FC16A97924996673003D6245 /* NightScout.swift */,
  375. FC16A97C24996747003D6245 /* Alarms.swift */,
  376. FC16A97E249969E2003D6245 /* Graphs.swift */,
  377. FC1BDD2A24A22650001B652C /* Stats.swift */,
  378. FC1BDD2C24A23204001B652C /* StatsView.swift */,
  379. );
  380. path = Controllers;
  381. sourceTree = "<group>";
  382. };
  383. FC7CE4A8248ABE0D001F83B8 /* Alarm Sounds */ = {
  384. isa = PBXGroup;
  385. children = (
  386. FC7CE58C248ABEF1001F83B8 /* alarm-notification.m4a */,
  387. FC7CE58B248ABEF1001F83B8 /* alarm.mp3 */,
  388. FC7CE4CE248ABE2F001F83B8 /* 1-millisecond-of-silence.mp3 */,
  389. FC7CE4C9248ABE2F001F83B8 /* 20ms-of-silence.caf */,
  390. FC7CE4EC248ABE33001F83B8 /* 500ms-of-silence.mp3 */,
  391. FC7CE507248ABE35001F83B8 /* Alarm_Buzzer.caf */,
  392. FC7CE4CB248ABE2F001F83B8 /* Alarm_Clock.caf */,
  393. FC7CE50C248ABE36001F83B8 /* Alert_Tone_Busy.caf */,
  394. FC7CE4EB248ABE33001F83B8 /* Alert_Tone_Ringtone_1.caf */,
  395. FC7CE4B8248ABE2C001F83B8 /* Alert_Tone_Ringtone_2.caf */,
  396. FC7CE4D3248ABE30001F83B8 /* Alien_Siren.caf */,
  397. FC7CE4FF248ABE35001F83B8 /* Ambulance.caf */,
  398. FC7CE4DE248ABE32001F83B8 /* Analog_Watch_Alarm.caf */,
  399. FC7CE4ED248ABE33001F83B8 /* Big_Clock_Ticking.caf */,
  400. FC7CE4B1248ABE2C001F83B8 /* Burglar_Alarm_Siren_1.caf */,
  401. FC7CE4F1248ABE33001F83B8 /* Burglar_Alarm_Siren_2.caf */,
  402. FC7CE4C6248ABE2E001F83B8 /* Cartoon_Ascend_Climb_Sneaky.caf */,
  403. FC7CE4FC248ABE34001F83B8 /* Cartoon_Ascend_Then_Descend.caf */,
  404. FC7CE4B9248ABE2D001F83B8 /* Cartoon_Bounce_To_Ceiling.caf */,
  405. FC7CE4CC248ABE2F001F83B8 /* Cartoon_Dreamy_Glissando_Harp.caf */,
  406. FC7CE508248ABE35001F83B8 /* Cartoon_Fail_Strings_Trumpet.caf */,
  407. FC7CE4E0248ABE32001F83B8 /* Cartoon_Machine_Clumsy_Loop.caf */,
  408. FC7CE4FB248ABE34001F83B8 /* Cartoon_Siren.caf */,
  409. FC7CE4B0248ABE2B001F83B8 /* Cartoon_Tip_Toe_Sneaky_Walk.caf */,
  410. FC7CE4D7248ABE31001F83B8 /* Cartoon_Uh_Oh.caf */,
  411. FC7CE4BF248ABE2D001F83B8 /* Cartoon_Villain_Horns.caf */,
  412. FC7CE4EF248ABE33001F83B8 /* Cell_Phone_Ring_Tone.caf */,
  413. FC7CE505248ABE35001F83B8 /* Chimes_Glassy.caf */,
  414. FC7CE4AF248ABE2B001F83B8 /* Computer_Magic.caf */,
  415. FC7CE4F4248ABE34001F83B8 /* CSFX-2_Alarm.caf */,
  416. FC7CE4BD248ABE2D001F83B8 /* Cuckoo_Clock.caf */,
  417. FC7CE4C1248ABE2E001F83B8 /* Dhol_Shuffleloop.caf */,
  418. FC7CE4D2248ABE30001F83B8 /* Discreet.caf */,
  419. FC7CE4CD248ABE2F001F83B8 /* Early_Sunrise.caf */,
  420. FC7CE4B2248ABE2C001F83B8 /* Emergency_Alarm_Carbon_Monoxide.caf */,
  421. FC7CE4DD248ABE32001F83B8 /* Emergency_Alarm_Siren.caf */,
  422. FC7CE50B248ABE36001F83B8 /* Emergency_Alarm.caf */,
  423. FC7CE4C4248ABE2E001F83B8 /* Ending_Reached.caf */,
  424. FC7CE4C7248ABE2E001F83B8 /* Fly.caf */,
  425. FC7CE500248ABE35001F83B8 /* Ghost_Hover.caf */,
  426. FC7CE50A248ABE36001F83B8 /* Good_Morning.caf */,
  427. FC7CE4DF248ABE32001F83B8 /* Hell_Yeah_Somewhat_Calmer.caf */,
  428. FC7CE4F7248ABE34001F83B8 /* In_A_Hurry.caf */,
  429. FC7CE4D6248ABE31001F83B8 /* Indeed.caf */,
  430. FC7CE501248ABE35001F83B8 /* Insistently.caf */,
  431. FC7CE4AB248ABE2B001F83B8 /* Jingle_All_The_Way.caf */,
  432. FC7CE4BA248ABE2D001F83B8 /* Laser_Shoot.caf */,
  433. FC7CE4BC248ABE2D001F83B8 /* Machine_Charge.caf */,
  434. FC7CE4DA248ABE31001F83B8 /* Magical_Twinkle.caf */,
  435. FC7CE504248ABE35001F83B8 /* Marching_Heavy_Footed_Fat_Elephants.caf */,
  436. FC7CE4E2248ABE32001F83B8 /* Marimba_Descend.caf */,
  437. FC7CE4B5248ABE2C001F83B8 /* Marimba_Flutter_or_Shake.caf */,
  438. FC7CE517248ABE37001F83B8 /* Martian_Gun.caf */,
  439. FC7CE4EA248ABE33001F83B8 /* Martian_Scanner.caf */,
  440. FC7CE4EE248ABE33001F83B8 /* Metallic.caf */,
  441. FC7CE4BB248ABE2D001F83B8 /* Nightguard.caf */,
  442. FC7CE4AE248ABE2B001F83B8 /* Not_Kiddin.caf */,
  443. FC7CE4C8248ABE2E001F83B8 /* Open_Your_Eyes_And_See.caf */,
  444. FC7CE4F8248ABE34001F83B8 /* Orchestral_Horns.caf */,
  445. FC7CE515248ABE37001F83B8 /* Oringz.caf */,
  446. FC7CE4D4248ABE30001F83B8 /* Pager_Beeps.caf */,
  447. FC7CE4CA248ABE2F001F83B8 /* Remembers_Me_Of_Asia.caf */,
  448. FC7CE4AA248ABE2B001F83B8 /* Rise_And_Shine.caf */,
  449. FC7CE4E9248ABE33001F83B8 /* Rush.caf */,
  450. FC7CE4D8248ABE31001F83B8 /* Sci-Fi_Air_Raid_Alarm.caf */,
  451. FC7CE4D5248ABE31001F83B8 /* Sci-Fi_Alarm_Loop_1.caf */,
  452. FC7CE514248ABE36001F83B8 /* Sci-Fi_Alarm_Loop_2.caf */,
  453. FC7CE4B7248ABE2C001F83B8 /* Sci-Fi_Alarm_Loop_3.caf */,
  454. FC7CE510248ABE36001F83B8 /* Sci-Fi_Alarm_Loop_4.caf */,
  455. FC7CE511248ABE36001F83B8 /* Sci-Fi_Alarm.caf */,
  456. FC7CE4C2248ABE2E001F83B8 /* Sci-Fi_Computer_Console_Alarm.caf */,
  457. FC7CE4E7248ABE33001F83B8 /* Sci-Fi_Console_Alarm.caf */,
  458. FC7CE4E4248ABE32001F83B8 /* Sci-Fi_Eerie_Alarm.caf */,
  459. FC7CE4F9248ABE34001F83B8 /* Sci-Fi_Engine_Shut_Down.caf */,
  460. FC7CE4E6248ABE32001F83B8 /* Sci-Fi_Incoming_Message_Alert.caf */,
  461. FC7CE4F6248ABE34001F83B8 /* Sci-Fi_Spaceship_Message.caf */,
  462. FC7CE4AD248ABE2B001F83B8 /* Sci-Fi_Spaceship_Warm_Up.caf */,
  463. FC7CE4B6248ABE2C001F83B8 /* Sci-Fi_Warning.caf */,
  464. FC7CE4B3248ABE2C001F83B8 /* Signature_Corporate.caf */,
  465. FC7CE4FA248ABE34001F83B8 /* silence-1sec.mp3 */,
  466. FC7CE4A9248ABE2B001F83B8 /* Siri_Alert_Calibration_Needed.caf */,
  467. FC7CE4DC248ABE32001F83B8 /* Siri_Alert_Device_Muted.caf */,
  468. FC7CE4D0248ABE30001F83B8 /* Siri_Alert_Glucose_Dropping_Fast.caf */,
  469. FC7CE4E5248ABE32001F83B8 /* Siri_Alert_Glucose_Rising_Fast.caf */,
  470. FC7CE4E1248ABE32001F83B8 /* Siri_Alert_High_Glucose.caf */,
  471. FC7CE4FE248ABE35001F83B8 /* Siri_Alert_Low_Glucose.caf */,
  472. FC7CE509248ABE36001F83B8 /* Siri_Alert_Missed_Readings.caf */,
  473. FC7CE4F0248ABE33001F83B8 /* Siri_Alert_Transmitter_Battery_Low.caf */,
  474. FC7CE4DB248ABE31001F83B8 /* Siri_Alert_Urgent_High_Glucose.caf */,
  475. FC7CE4E3248ABE32001F83B8 /* Siri_Alert_Urgent_Low_Glucose.caf */,
  476. FC7CE503248ABE35001F83B8 /* Siri_Calibration_Needed.caf */,
  477. FC7CE506248ABE35001F83B8 /* Siri_Device_Muted.caf */,
  478. FC7CE516248ABE37001F83B8 /* Siri_Glucose_Dropping_Fast.caf */,
  479. FC7CE4C0248ABE2D001F83B8 /* Siri_Glucose_Rising_Fast.caf */,
  480. FC7CE4C3248ABE2E001F83B8 /* Siri_High_Glucose.caf */,
  481. FC7CE4F5248ABE34001F83B8 /* Siri_Low_Glucose.caf */,
  482. FC7CE4C5248ABE2E001F83B8 /* Siri_Missed_Readings.caf */,
  483. FC7CE513248ABE36001F83B8 /* Siri_Transmitter_Battery_Low.caf */,
  484. FC7CE4BE248ABE2D001F83B8 /* Siri_Urgent_High_Glucose.caf */,
  485. FC7CE512248ABE36001F83B8 /* Siri_Urgent_Low_Glucose.caf */,
  486. FC7CE4E8248ABE33001F83B8 /* Soft_Marimba_Pad_Positive.caf */,
  487. FC7CE4CF248ABE30001F83B8 /* Soft_Warm_Airy_Optimistic.caf */,
  488. FC7CE4F3248ABE34001F83B8 /* Soft_Warm_Airy_Reassuring.caf */,
  489. FC7CE4D9248ABE31001F83B8 /* Store_Door_Chime.caf */,
  490. FC7CE502248ABE35001F83B8 /* Sunny.caf */,
  491. FC7CE4AC248ABE2B001F83B8 /* Thunder_Sound_FX.caf */,
  492. FC7CE4FD248ABE35001F83B8 /* Time_Has_Come.caf */,
  493. FC7CE50D248ABE36001F83B8 /* Tornado_Siren.caf */,
  494. FC7CE4D1248ABE30001F83B8 /* Two_Turtle_Doves.caf */,
  495. FC7CE50F248ABE36001F83B8 /* Unpaved.caf */,
  496. FC7CE4B4248ABE2C001F83B8 /* Wake_Up_Will_You.caf */,
  497. FC7CE50E248ABE36001F83B8 /* Win_Gain.caf */,
  498. FC7CE4F2248ABE34001F83B8 /* Wrong_Answer.caf */,
  499. );
  500. path = "Alarm Sounds";
  501. sourceTree = "<group>";
  502. };
  503. FC7CE59A248D334B001F83B8 /* Resources */ = {
  504. isa = PBXGroup;
  505. children = (
  506. FCC6885D24896A6C00A0279D /* silence.mp3 */,
  507. FCC6885B2489559400A0279D /* blank.wav */,
  508. FC7CE4A8248ABE0D001F83B8 /* Alarm Sounds */,
  509. FC9788252485969C00A7906C /* Assets.xcassets */,
  510. FC7CE59B248D33A9001F83B8 /* dragbar.png */,
  511. );
  512. path = Resources;
  513. sourceTree = "<group>";
  514. };
  515. FC8DEEE32485D1680075863F /* LoopFollow */ = {
  516. isa = PBXGroup;
  517. children = (
  518. FCC688702489A57C00A0279D /* Loop Follow.entitlements */,
  519. FC8DEEE62485D1ED0075863F /* Info.plist */,
  520. FC7CE59A248D334B001F83B8 /* Resources */,
  521. FCC68871248A736700A0279D /* ViewControllers */,
  522. DD98F54224BCEF190007425A /* Extensions */,
  523. FC16A9782499657E003D6245 /* Controllers */,
  524. FCC688542489367300A0279D /* helpers */,
  525. FCC68872248A748A00A0279D /* Models */,
  526. FCC688512489363F00A0279D /* repository */,
  527. FC16A97624995FEE003D6245 /* Application */,
  528. );
  529. path = LoopFollow;
  530. sourceTree = "<group>";
  531. };
  532. FC97880B2485969B00A7906C = {
  533. isa = PBXGroup;
  534. children = (
  535. FC3AE7B3249E8E0E00AAE1E0 /* LoopFollow.xcdatamodeld */,
  536. FC5A5C3C2497B229009C550E /* Config.xcconfig */,
  537. FC8DEEE32485D1680075863F /* LoopFollow */,
  538. FC9788152485969B00A7906C /* Products */,
  539. 8E32230C453C93FDCE59C2B9 /* Pods */,
  540. 6A5880E0B811AF443B05AB02 /* Frameworks */,
  541. );
  542. sourceTree = "<group>";
  543. };
  544. FC9788152485969B00A7906C /* Products */ = {
  545. isa = PBXGroup;
  546. children = (
  547. FC9788142485969B00A7906C /* Loop Follow.app */,
  548. );
  549. name = Products;
  550. sourceTree = "<group>";
  551. };
  552. FCC688512489363F00A0279D /* repository */ = {
  553. isa = PBXGroup;
  554. children = (
  555. FCC6886624898F8000A0279D /* UserDefaultsValue.swift */,
  556. FCC6886824898FB100A0279D /* UserDefaultsValueGroups.swift */,
  557. FCC6886424898EEE00A0279D /* UserDefaults.swift */,
  558. );
  559. path = repository;
  560. sourceTree = "<group>";
  561. };
  562. FCC688542489367300A0279D /* helpers */ = {
  563. isa = PBXGroup;
  564. children = (
  565. FCC6886E2489A53800A0279D /* AppConstants.swift */,
  566. FCC6886A24898FD800A0279D /* ObservationToken.swift */,
  567. FCC6886C2489909D00A0279D /* AnyConvertible.swift */,
  568. FCC688592489554800A0279D /* BackgroundTaskAudio.swift */,
  569. FCFEEC9F2488157B00402A7F /* Chart.swift */,
  570. FCC0FAC124922A22003E610E /* DictionaryKeyPath.swift */,
  571. FC16A98024996C07003D6245 /* DateTime.swift */,
  572. FCE537BB249A4D7D00F80BF8 /* carbBolusArrays.swift */,
  573. FCEF87AA24A1417900AE6FA0 /* bgUnits.swift */,
  574. FC1BDD2E24A232A3001B652C /* DataStructs.swift */,
  575. );
  576. path = helpers;
  577. sourceTree = "<group>";
  578. };
  579. FCC68871248A736700A0279D /* ViewControllers */ = {
  580. isa = PBXGroup;
  581. children = (
  582. FC97881B2485969B00A7906C /* MainViewController.swift */,
  583. FC97881D2485969B00A7906C /* NightScoutViewController.swift */,
  584. FCD49B6B24AA536E007879DC /* DebugViewController.swift */,
  585. FCFEECA1248857A600402A7F /* SettingsViewController.swift */,
  586. FCC6884F248935D800A0279D /* AlarmViewController.swift */,
  587. FC7CE59E248D8D23001F83B8 /* SnoozeViewController.swift */,
  588. );
  589. path = ViewControllers;
  590. sourceTree = "<group>";
  591. };
  592. FCC68872248A748A00A0279D /* Models */ = {
  593. isa = PBXGroup;
  594. children = (
  595. );
  596. path = Models;
  597. sourceTree = "<group>";
  598. };
  599. /* End PBXGroup section */
  600. /* Begin PBXNativeTarget section */
  601. FC9788132485969B00A7906C /* LoopFollow */ = {
  602. isa = PBXNativeTarget;
  603. buildConfigurationList = FC97882D2485969C00A7906C /* Build configuration list for PBXNativeTarget "LoopFollow" */;
  604. buildPhases = (
  605. B038D39450A1F9A97D2B8BA4 /* [CP] Check Pods Manifest.lock */,
  606. FC9788102485969B00A7906C /* Sources */,
  607. FC9788112485969B00A7906C /* Frameworks */,
  608. FC9788122485969B00A7906C /* Resources */,
  609. 04DA71CCA0280FA5FA2DF7A6 /* [CP] Embed Pods Frameworks */,
  610. );
  611. buildRules = (
  612. );
  613. dependencies = (
  614. );
  615. name = LoopFollow;
  616. productName = LoopFollow;
  617. productReference = FC9788142485969B00A7906C /* Loop Follow.app */;
  618. productType = "com.apple.product-type.application";
  619. };
  620. /* End PBXNativeTarget section */
  621. /* Begin PBXProject section */
  622. FC97880C2485969B00A7906C /* Project object */ = {
  623. isa = PBXProject;
  624. attributes = {
  625. LastSwiftUpdateCheck = 1150;
  626. LastUpgradeCheck = 1140;
  627. ORGANIZATIONNAME = "Jon Fawcett";
  628. TargetAttributes = {
  629. FC9788132485969B00A7906C = {
  630. CreatedOnToolsVersion = 11.4.1;
  631. };
  632. };
  633. };
  634. buildConfigurationList = FC97880F2485969B00A7906C /* Build configuration list for PBXProject "LoopFollow" */;
  635. compatibilityVersion = "Xcode 9.3";
  636. developmentRegion = en;
  637. hasScannedForEncodings = 0;
  638. knownRegions = (
  639. en,
  640. Base,
  641. );
  642. mainGroup = FC97880B2485969B00A7906C;
  643. productRefGroup = FC9788152485969B00A7906C /* Products */;
  644. projectDirPath = "";
  645. projectRoot = "";
  646. targets = (
  647. FC9788132485969B00A7906C /* LoopFollow */,
  648. );
  649. };
  650. /* End PBXProject section */
  651. /* Begin PBXResourcesBuildPhase section */
  652. FC9788122485969B00A7906C /* Resources */ = {
  653. isa = PBXResourcesBuildPhase;
  654. buildActionMask = 2147483647;
  655. files = (
  656. FC7CE51C248ABE37001F83B8 /* Sci-Fi_Spaceship_Warm_Up.caf in Resources */,
  657. FC7CE526248ABE37001F83B8 /* Sci-Fi_Alarm_Loop_3.caf in Resources */,
  658. FC7CE54C248ABE37001F83B8 /* Emergency_Alarm_Siren.caf in Resources */,
  659. FC7CE559248ABE37001F83B8 /* Martian_Scanner.caf in Resources */,
  660. FC7CE524248ABE37001F83B8 /* Marimba_Flutter_or_Shake.caf in Resources */,
  661. FC7CE52D248ABE37001F83B8 /* Siri_Urgent_High_Glucose.caf in Resources */,
  662. FC7CE573248ABE37001F83B8 /* Marching_Heavy_Footed_Fat_Elephants.caf in Resources */,
  663. FC7CE51F248ABE37001F83B8 /* Cartoon_Tip_Toe_Sneaky_Walk.caf in Resources */,
  664. FC7CE53B248ABE37001F83B8 /* Cartoon_Dreamy_Glissando_Harp.caf in Resources */,
  665. FC7CE547248ABE37001F83B8 /* Sci-Fi_Air_Raid_Alarm.caf in Resources */,
  666. FC7CE57F248ABE37001F83B8 /* Sci-Fi_Alarm_Loop_4.caf in Resources */,
  667. FC7CE576248ABE37001F83B8 /* Alarm_Buzzer.caf in Resources */,
  668. FC7CE51D248ABE37001F83B8 /* Not_Kiddin.caf in Resources */,
  669. FCC6885E24896A6C00A0279D /* silence.mp3 in Resources */,
  670. FC7CE570248ABE37001F83B8 /* Insistently.caf in Resources */,
  671. FC7CE521248ABE37001F83B8 /* Emergency_Alarm_Carbon_Monoxide.caf in Resources */,
  672. FC7CE52C248ABE37001F83B8 /* Cuckoo_Clock.caf in Resources */,
  673. FC7CE53D248ABE37001F83B8 /* 1-millisecond-of-silence.mp3 in Resources */,
  674. FC7CE585248ABE37001F83B8 /* Siri_Glucose_Dropping_Fast.caf in Resources */,
  675. FC7CE563248ABE37001F83B8 /* CSFX-2_Alarm.caf in Resources */,
  676. FC7CE58D248ABEF2001F83B8 /* alarm.mp3 in Resources */,
  677. FC7CE534248ABE37001F83B8 /* Siri_Missed_Readings.caf in Resources */,
  678. FC7CE548248ABE37001F83B8 /* Store_Door_Chime.caf in Resources */,
  679. FC7CE584248ABE37001F83B8 /* Oringz.caf in Resources */,
  680. FC7CE56D248ABE37001F83B8 /* Siri_Alert_Low_Glucose.caf in Resources */,
  681. FC7CE53F248ABE37001F83B8 /* Siri_Alert_Glucose_Dropping_Fast.caf in Resources */,
  682. FC7CE561248ABE37001F83B8 /* Wrong_Answer.caf in Resources */,
  683. FCC6885C2489559400A0279D /* blank.wav in Resources */,
  684. FC7CE528248ABE37001F83B8 /* Cartoon_Bounce_To_Ceiling.caf in Resources */,
  685. FC7CE57B248ABE37001F83B8 /* Alert_Tone_Busy.caf in Resources */,
  686. FC7CE51B248ABE37001F83B8 /* Thunder_Sound_FX.caf in Resources */,
  687. FC7CE57D248ABE37001F83B8 /* Win_Gain.caf in Resources */,
  688. FC7CE55F248ABE37001F83B8 /* Siri_Alert_Transmitter_Battery_Low.caf in Resources */,
  689. FC9788292485969C00A7906C /* LaunchScreen.storyboard in Resources */,
  690. FC7CE583248ABE37001F83B8 /* Sci-Fi_Alarm_Loop_2.caf in Resources */,
  691. FC7CE549248ABE37001F83B8 /* Magical_Twinkle.caf in Resources */,
  692. FC7CE540248ABE37001F83B8 /* Two_Turtle_Doves.caf in Resources */,
  693. FC7CE545248ABE37001F83B8 /* Indeed.caf in Resources */,
  694. FC7CE564248ABE37001F83B8 /* Siri_Low_Glucose.caf in Resources */,
  695. FC7CE55D248ABE37001F83B8 /* Metallic.caf in Resources */,
  696. FC7CE568248ABE37001F83B8 /* Sci-Fi_Engine_Shut_Down.caf in Resources */,
  697. FC7CE580248ABE37001F83B8 /* Sci-Fi_Alarm.caf in Resources */,
  698. FC7CE533248ABE37001F83B8 /* Ending_Reached.caf in Resources */,
  699. FC7CE558248ABE37001F83B8 /* Rush.caf in Resources */,
  700. FC7CE52A248ABE37001F83B8 /* Nightguard.caf in Resources */,
  701. FC7CE569248ABE37001F83B8 /* silence-1sec.mp3 in Resources */,
  702. FC7CE519248ABE37001F83B8 /* Rise_And_Shine.caf in Resources */,
  703. FC7CE565248ABE37001F83B8 /* Sci-Fi_Spaceship_Message.caf in Resources */,
  704. FC7CE52B248ABE37001F83B8 /* Machine_Charge.caf in Resources */,
  705. FC7CE536248ABE37001F83B8 /* Fly.caf in Resources */,
  706. FC7CE567248ABE37001F83B8 /* Orchestral_Horns.caf in Resources */,
  707. FC7CE544248ABE37001F83B8 /* Sci-Fi_Alarm_Loop_1.caf in Resources */,
  708. FC7CE551248ABE37001F83B8 /* Marimba_Descend.caf in Resources */,
  709. FC7CE520248ABE37001F83B8 /* Burglar_Alarm_Siren_1.caf in Resources */,
  710. FC7CE54D248ABE37001F83B8 /* Analog_Watch_Alarm.caf in Resources */,
  711. FC7CE530248ABE37001F83B8 /* Dhol_Shuffleloop.caf in Resources */,
  712. FC7CE59C248D33A9001F83B8 /* dragbar.png in Resources */,
  713. FC7CE56C248ABE37001F83B8 /* Time_Has_Come.caf in Resources */,
  714. FC7CE574248ABE37001F83B8 /* Chimes_Glassy.caf in Resources */,
  715. FC7CE55A248ABE37001F83B8 /* Alert_Tone_Ringtone_1.caf in Resources */,
  716. FC7CE543248ABE37001F83B8 /* Pager_Beeps.caf in Resources */,
  717. FC7CE56F248ABE37001F83B8 /* Ghost_Hover.caf in Resources */,
  718. FC7CE537248ABE37001F83B8 /* Open_Your_Eyes_And_See.caf in Resources */,
  719. FC7CE56E248ABE37001F83B8 /* Ambulance.caf in Resources */,
  720. FC7CE571248ABE37001F83B8 /* Sunny.caf in Resources */,
  721. FC7CE546248ABE37001F83B8 /* Cartoon_Uh_Oh.caf in Resources */,
  722. FC9788262485969C00A7906C /* Assets.xcassets in Resources */,
  723. FC7CE557248ABE37001F83B8 /* Soft_Marimba_Pad_Positive.caf in Resources */,
  724. FC7CE54F248ABE37001F83B8 /* Cartoon_Machine_Clumsy_Loop.caf in Resources */,
  725. FC7CE562248ABE37001F83B8 /* Soft_Warm_Airy_Reassuring.caf in Resources */,
  726. FC7CE54B248ABE37001F83B8 /* Siri_Alert_Device_Muted.caf in Resources */,
  727. FC7CE566248ABE37001F83B8 /* In_A_Hurry.caf in Resources */,
  728. FC7CE531248ABE37001F83B8 /* Sci-Fi_Computer_Console_Alarm.caf in Resources */,
  729. FC7CE532248ABE37001F83B8 /* Siri_High_Glucose.caf in Resources */,
  730. FC7CE555248ABE37001F83B8 /* Sci-Fi_Incoming_Message_Alert.caf in Resources */,
  731. FC7CE518248ABE37001F83B8 /* Siri_Alert_Calibration_Needed.caf in Resources */,
  732. FC5A5C3D2497B229009C550E /* Config.xcconfig in Resources */,
  733. FC7CE550248ABE37001F83B8 /* Siri_Alert_High_Glucose.caf in Resources */,
  734. FC7CE525248ABE37001F83B8 /* Sci-Fi_Warning.caf in Resources */,
  735. FC7CE556248ABE37001F83B8 /* Sci-Fi_Console_Alarm.caf in Resources */,
  736. FC7CE55C248ABE37001F83B8 /* Big_Clock_Ticking.caf in Resources */,
  737. FC7CE57C248ABE37001F83B8 /* Tornado_Siren.caf in Resources */,
  738. FC7CE57E248ABE37001F83B8 /* Unpaved.caf in Resources */,
  739. FC7CE539248ABE37001F83B8 /* Remembers_Me_Of_Asia.caf in Resources */,
  740. FC7CE542248ABE37001F83B8 /* Alien_Siren.caf in Resources */,
  741. FC7CE51E248ABE37001F83B8 /* Computer_Magic.caf in Resources */,
  742. FC7CE541248ABE37001F83B8 /* Discreet.caf in Resources */,
  743. FC7CE535248ABE37001F83B8 /* Cartoon_Ascend_Climb_Sneaky.caf in Resources */,
  744. FC7CE529248ABE37001F83B8 /* Laser_Shoot.caf in Resources */,
  745. FC7CE54A248ABE37001F83B8 /* Siri_Alert_Urgent_High_Glucose.caf in Resources */,
  746. FC7CE579248ABE37001F83B8 /* Good_Morning.caf in Resources */,
  747. FC9788212485969B00A7906C /* Main.storyboard in Resources */,
  748. FC7CE538248ABE37001F83B8 /* 20ms-of-silence.caf in Resources */,
  749. FC7CE56B248ABE37001F83B8 /* Cartoon_Ascend_Then_Descend.caf in Resources */,
  750. FC7CE54E248ABE37001F83B8 /* Hell_Yeah_Somewhat_Calmer.caf in Resources */,
  751. FC7CE586248ABE37001F83B8 /* Martian_Gun.caf in Resources */,
  752. FC7CE523248ABE37001F83B8 /* Wake_Up_Will_You.caf in Resources */,
  753. FC7CE552248ABE37001F83B8 /* Siri_Alert_Urgent_Low_Glucose.caf in Resources */,
  754. FC7CE577248ABE37001F83B8 /* Cartoon_Fail_Strings_Trumpet.caf in Resources */,
  755. FC7CE582248ABE37001F83B8 /* Siri_Transmitter_Battery_Low.caf in Resources */,
  756. FC7CE57A248ABE37001F83B8 /* Emergency_Alarm.caf in Resources */,
  757. FC7CE51A248ABE37001F83B8 /* Jingle_All_The_Way.caf in Resources */,
  758. FC7CE53C248ABE37001F83B8 /* Early_Sunrise.caf in Resources */,
  759. FC7CE560248ABE37001F83B8 /* Burglar_Alarm_Siren_2.caf in Resources */,
  760. FC7CE522248ABE37001F83B8 /* Signature_Corporate.caf in Resources */,
  761. FC7CE572248ABE37001F83B8 /* Siri_Calibration_Needed.caf in Resources */,
  762. FC7CE53E248ABE37001F83B8 /* Soft_Warm_Airy_Optimistic.caf in Resources */,
  763. FC7CE58E248ABEF2001F83B8 /* alarm-notification.m4a in Resources */,
  764. FC7CE52F248ABE37001F83B8 /* Siri_Glucose_Rising_Fast.caf in Resources */,
  765. FC7CE55E248ABE37001F83B8 /* Cell_Phone_Ring_Tone.caf in Resources */,
  766. FC7CE554248ABE37001F83B8 /* Siri_Alert_Glucose_Rising_Fast.caf in Resources */,
  767. FC7CE575248ABE37001F83B8 /* Siri_Device_Muted.caf in Resources */,
  768. FC7CE52E248ABE37001F83B8 /* Cartoon_Villain_Horns.caf in Resources */,
  769. FC7CE527248ABE37001F83B8 /* Alert_Tone_Ringtone_2.caf in Resources */,
  770. FC7CE53A248ABE37001F83B8 /* Alarm_Clock.caf in Resources */,
  771. FC7CE578248ABE37001F83B8 /* Siri_Alert_Missed_Readings.caf in Resources */,
  772. FC7CE55B248ABE37001F83B8 /* 500ms-of-silence.mp3 in Resources */,
  773. FC7CE581248ABE37001F83B8 /* Siri_Urgent_Low_Glucose.caf in Resources */,
  774. FC7CE553248ABE37001F83B8 /* Sci-Fi_Eerie_Alarm.caf in Resources */,
  775. FC7CE56A248ABE37001F83B8 /* Cartoon_Siren.caf in Resources */,
  776. );
  777. runOnlyForDeploymentPostprocessing = 0;
  778. };
  779. /* End PBXResourcesBuildPhase section */
  780. /* Begin PBXShellScriptBuildPhase section */
  781. 04DA71CCA0280FA5FA2DF7A6 /* [CP] Embed Pods Frameworks */ = {
  782. isa = PBXShellScriptBuildPhase;
  783. buildActionMask = 2147483647;
  784. files = (
  785. );
  786. inputFileListPaths = (
  787. "${PODS_ROOT}/Target Support Files/Pods-LoopFollow/Pods-LoopFollow-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  788. );
  789. name = "[CP] Embed Pods Frameworks";
  790. outputFileListPaths = (
  791. "${PODS_ROOT}/Target Support Files/Pods-LoopFollow/Pods-LoopFollow-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  792. );
  793. runOnlyForDeploymentPostprocessing = 0;
  794. shellPath = /bin/sh;
  795. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LoopFollow/Pods-LoopFollow-frameworks.sh\"\n";
  796. showEnvVarsInLog = 0;
  797. };
  798. B038D39450A1F9A97D2B8BA4 /* [CP] Check Pods Manifest.lock */ = {
  799. isa = PBXShellScriptBuildPhase;
  800. buildActionMask = 2147483647;
  801. files = (
  802. );
  803. inputFileListPaths = (
  804. );
  805. inputPaths = (
  806. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  807. "${PODS_ROOT}/Manifest.lock",
  808. );
  809. name = "[CP] Check Pods Manifest.lock";
  810. outputFileListPaths = (
  811. );
  812. outputPaths = (
  813. "$(DERIVED_FILE_DIR)/Pods-LoopFollow-checkManifestLockResult.txt",
  814. );
  815. runOnlyForDeploymentPostprocessing = 0;
  816. shellPath = /bin/sh;
  817. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  818. showEnvVarsInLog = 0;
  819. };
  820. /* End PBXShellScriptBuildPhase section */
  821. /* Begin PBXSourcesBuildPhase section */
  822. FC9788102485969B00A7906C /* Sources */ = {
  823. isa = PBXSourcesBuildPhase;
  824. buildActionMask = 2147483647;
  825. files = (
  826. FCC68850248935D800A0279D /* AlarmViewController.swift in Sources */,
  827. FC7CE59F248D8D23001F83B8 /* SnoozeViewController.swift in Sources */,
  828. FCC6886724898F8000A0279D /* UserDefaultsValue.swift in Sources */,
  829. FC97881E2485969B00A7906C /* NightScoutViewController.swift in Sources */,
  830. FC3AE7B5249E8E0E00AAE1E0 /* LoopFollow.xcdatamodeld in Sources */,
  831. FCC6886F2489A53800A0279D /* AppConstants.swift in Sources */,
  832. FC16A97A24996673003D6245 /* NightScout.swift in Sources */,
  833. FCC6886924898FB100A0279D /* UserDefaultsValueGroups.swift in Sources */,
  834. FC16A97D24996747003D6245 /* Alarms.swift in Sources */,
  835. FC16A97B249966A3003D6245 /* AlarmSound.swift in Sources */,
  836. FCFEECA2248857A600402A7F /* SettingsViewController.swift in Sources */,
  837. FCFEECA02488157B00402A7F /* Chart.swift in Sources */,
  838. FCEF87AC24A141A700AE6FA0 /* bgUnits.swift in Sources */,
  839. FC1BDD3224A2585C001B652C /* DataStructs.swift in Sources */,
  840. FCC6886524898EEE00A0279D /* UserDefaults.swift in Sources */,
  841. FC16A97F249969E2003D6245 /* Graphs.swift in Sources */,
  842. FC97881C2485969B00A7906C /* MainViewController.swift in Sources */,
  843. FCC0FAC224922A22003E610E /* DictionaryKeyPath.swift in Sources */,
  844. FC9788182485969B00A7906C /* AppDelegate.swift in Sources */,
  845. FCC6886B24898FD800A0279D /* ObservationToken.swift in Sources */,
  846. DD98F54424BCEFEE0007425A /* ShareClientExtension.swift in Sources */,
  847. FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */,
  848. FC97881A2485969B00A7906C /* SceneDelegate.swift in Sources */,
  849. FCD49B6C24AA536E007879DC /* DebugViewController.swift in Sources */,
  850. FC1BDD2B24A22650001B652C /* Stats.swift in Sources */,
  851. FC1BDD2D24A23204001B652C /* StatsView.swift in Sources */,
  852. FCE537BC249A4D7D00F80BF8 /* carbBolusArrays.swift in Sources */,
  853. FC16A98124996C07003D6245 /* DateTime.swift in Sources */,
  854. FC3CAB022493B6220068A152 /* BackgroundTaskAudio.swift in Sources */,
  855. );
  856. runOnlyForDeploymentPostprocessing = 0;
  857. };
  858. /* End PBXSourcesBuildPhase section */
  859. /* Begin PBXVariantGroup section */
  860. FC97881F2485969B00A7906C /* Main.storyboard */ = {
  861. isa = PBXVariantGroup;
  862. children = (
  863. FC9788202485969B00A7906C /* Base */,
  864. );
  865. name = Main.storyboard;
  866. sourceTree = "<group>";
  867. };
  868. FC9788272485969C00A7906C /* LaunchScreen.storyboard */ = {
  869. isa = PBXVariantGroup;
  870. children = (
  871. FC9788282485969C00A7906C /* Base */,
  872. );
  873. name = LaunchScreen.storyboard;
  874. sourceTree = "<group>";
  875. };
  876. /* End PBXVariantGroup section */
  877. /* Begin XCBuildConfiguration section */
  878. FC97882B2485969C00A7906C /* Debug */ = {
  879. isa = XCBuildConfiguration;
  880. baseConfigurationReference = FC5A5C3C2497B229009C550E /* Config.xcconfig */;
  881. buildSettings = {
  882. ALWAYS_SEARCH_USER_PATHS = NO;
  883. CLANG_ANALYZER_NONNULL = YES;
  884. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  885. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  886. CLANG_CXX_LIBRARY = "libc++";
  887. CLANG_ENABLE_MODULES = YES;
  888. CLANG_ENABLE_OBJC_ARC = YES;
  889. CLANG_ENABLE_OBJC_WEAK = YES;
  890. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  891. CLANG_WARN_BOOL_CONVERSION = YES;
  892. CLANG_WARN_COMMA = YES;
  893. CLANG_WARN_CONSTANT_CONVERSION = YES;
  894. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  895. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  896. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  897. CLANG_WARN_EMPTY_BODY = YES;
  898. CLANG_WARN_ENUM_CONVERSION = YES;
  899. CLANG_WARN_INFINITE_RECURSION = YES;
  900. CLANG_WARN_INT_CONVERSION = YES;
  901. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  902. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  903. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  904. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  905. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  906. CLANG_WARN_STRICT_PROTOTYPES = YES;
  907. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  908. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  909. CLANG_WARN_UNREACHABLE_CODE = YES;
  910. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  911. COPY_PHASE_STRIP = NO;
  912. DEBUG_INFORMATION_FORMAT = dwarf;
  913. ENABLE_STRICT_OBJC_MSGSEND = YES;
  914. ENABLE_TESTABILITY = YES;
  915. GCC_C_LANGUAGE_STANDARD = gnu11;
  916. GCC_DYNAMIC_NO_PIC = NO;
  917. GCC_NO_COMMON_BLOCKS = YES;
  918. GCC_OPTIMIZATION_LEVEL = 0;
  919. GCC_PREPROCESSOR_DEFINITIONS = (
  920. "DEBUG=1",
  921. "$(inherited)",
  922. );
  923. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  924. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  925. GCC_WARN_UNDECLARED_SELECTOR = YES;
  926. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  927. GCC_WARN_UNUSED_FUNCTION = YES;
  928. GCC_WARN_UNUSED_VARIABLE = YES;
  929. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  930. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  931. MTL_FAST_MATH = YES;
  932. ONLY_ACTIVE_ARCH = YES;
  933. SDKROOT = iphoneos;
  934. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  935. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  936. };
  937. name = Debug;
  938. };
  939. FC97882C2485969C00A7906C /* Release */ = {
  940. isa = XCBuildConfiguration;
  941. baseConfigurationReference = FC5A5C3C2497B229009C550E /* Config.xcconfig */;
  942. buildSettings = {
  943. ALWAYS_SEARCH_USER_PATHS = NO;
  944. CLANG_ANALYZER_NONNULL = YES;
  945. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  946. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  947. CLANG_CXX_LIBRARY = "libc++";
  948. CLANG_ENABLE_MODULES = YES;
  949. CLANG_ENABLE_OBJC_ARC = YES;
  950. CLANG_ENABLE_OBJC_WEAK = YES;
  951. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  952. CLANG_WARN_BOOL_CONVERSION = YES;
  953. CLANG_WARN_COMMA = YES;
  954. CLANG_WARN_CONSTANT_CONVERSION = YES;
  955. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  956. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  957. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  958. CLANG_WARN_EMPTY_BODY = YES;
  959. CLANG_WARN_ENUM_CONVERSION = YES;
  960. CLANG_WARN_INFINITE_RECURSION = YES;
  961. CLANG_WARN_INT_CONVERSION = YES;
  962. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  963. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  964. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  965. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  966. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  967. CLANG_WARN_STRICT_PROTOTYPES = YES;
  968. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  969. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  970. CLANG_WARN_UNREACHABLE_CODE = YES;
  971. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  972. COPY_PHASE_STRIP = NO;
  973. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  974. ENABLE_NS_ASSERTIONS = NO;
  975. ENABLE_STRICT_OBJC_MSGSEND = YES;
  976. GCC_C_LANGUAGE_STANDARD = gnu11;
  977. GCC_NO_COMMON_BLOCKS = YES;
  978. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  979. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  980. GCC_WARN_UNDECLARED_SELECTOR = YES;
  981. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  982. GCC_WARN_UNUSED_FUNCTION = YES;
  983. GCC_WARN_UNUSED_VARIABLE = YES;
  984. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  985. MTL_ENABLE_DEBUG_INFO = NO;
  986. MTL_FAST_MATH = YES;
  987. SDKROOT = iphoneos;
  988. SWIFT_COMPILATION_MODE = wholemodule;
  989. SWIFT_OPTIMIZATION_LEVEL = "-O";
  990. VALIDATE_PRODUCT = YES;
  991. };
  992. name = Release;
  993. };
  994. FC97882E2485969C00A7906C /* Debug */ = {
  995. isa = XCBuildConfiguration;
  996. baseConfigurationReference = ECA3EFB4037410B4973BB632 /* Pods-LoopFollow.debug.xcconfig */;
  997. buildSettings = {
  998. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  999. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1000. CODE_SIGN_ENTITLEMENTS = "LoopFollow/Loop Follow.entitlements";
  1001. CODE_SIGN_STYLE = Automatic;
  1002. DEVELOPMENT_TEAM = "";
  1003. INFOPLIST_FILE = LoopFollow/Info.plist;
  1004. LD_RUNPATH_SEARCH_PATHS = (
  1005. "$(inherited)",
  1006. "@executable_path/Frameworks",
  1007. );
  1008. PRODUCT_BUNDLE_IDENTIFIER = "com.$(unique_id).LoopFollow";
  1009. PRODUCT_NAME = "Loop Follow";
  1010. SWIFT_VERSION = 5.0;
  1011. TARGETED_DEVICE_FAMILY = "1,2";
  1012. };
  1013. name = Debug;
  1014. };
  1015. FC97882F2485969C00A7906C /* Release */ = {
  1016. isa = XCBuildConfiguration;
  1017. baseConfigurationReference = 059B0FA59AABFE72FE13DDDA /* Pods-LoopFollow.release.xcconfig */;
  1018. buildSettings = {
  1019. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1020. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1021. CODE_SIGN_ENTITLEMENTS = "LoopFollow/Loop Follow.entitlements";
  1022. CODE_SIGN_STYLE = Automatic;
  1023. DEVELOPMENT_TEAM = "";
  1024. INFOPLIST_FILE = LoopFollow/Info.plist;
  1025. LD_RUNPATH_SEARCH_PATHS = (
  1026. "$(inherited)",
  1027. "@executable_path/Frameworks",
  1028. );
  1029. PRODUCT_BUNDLE_IDENTIFIER = "com.$(unique_id).LoopFollow";
  1030. PRODUCT_NAME = "Loop Follow";
  1031. SWIFT_VERSION = 5.0;
  1032. TARGETED_DEVICE_FAMILY = "1,2";
  1033. };
  1034. name = Release;
  1035. };
  1036. /* End XCBuildConfiguration section */
  1037. /* Begin XCConfigurationList section */
  1038. FC97880F2485969B00A7906C /* Build configuration list for PBXProject "LoopFollow" */ = {
  1039. isa = XCConfigurationList;
  1040. buildConfigurations = (
  1041. FC97882B2485969C00A7906C /* Debug */,
  1042. FC97882C2485969C00A7906C /* Release */,
  1043. );
  1044. defaultConfigurationIsVisible = 0;
  1045. defaultConfigurationName = Release;
  1046. };
  1047. FC97882D2485969C00A7906C /* Build configuration list for PBXNativeTarget "LoopFollow" */ = {
  1048. isa = XCConfigurationList;
  1049. buildConfigurations = (
  1050. FC97882E2485969C00A7906C /* Debug */,
  1051. FC97882F2485969C00A7906C /* Release */,
  1052. );
  1053. defaultConfigurationIsVisible = 0;
  1054. defaultConfigurationName = Release;
  1055. };
  1056. /* End XCConfigurationList section */
  1057. /* Begin XCVersionGroup section */
  1058. FC3AE7B3249E8E0E00AAE1E0 /* LoopFollow.xcdatamodeld */ = {
  1059. isa = XCVersionGroup;
  1060. children = (
  1061. FC3AE7B4249E8E0E00AAE1E0 /* LoopFollow.xcdatamodel */,
  1062. );
  1063. currentVersion = FC3AE7B4249E8E0E00AAE1E0 /* LoopFollow.xcdatamodel */;
  1064. name = LoopFollow.xcdatamodeld;
  1065. path = LoopFollow/LoopFollow.xcdatamodeld;
  1066. sourceTree = "<group>";
  1067. versionGroupType = wrapper.xcdatamodel;
  1068. };
  1069. /* End XCVersionGroup section */
  1070. };
  1071. rootObject = FC97880C2485969B00A7906C /* Project object */;
  1072. }