project.pbxproj 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. C109F14A291ECCE2008EA5B6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C109F149291ECCE2008EA5B6 /* Assets.xcassets */; };
  10. C109F14C291ED66F008EA5B6 /* G7GlucoseMessageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C109F14B291ED66F008EA5B6 /* G7GlucoseMessageTests.swift */; };
  11. C139829829295D7D0047DB5F /* HKUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F514A291EB6F000555EB5 /* HKUnit.swift */; };
  12. C1409A07291EC21C006BE8D0 /* OSLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5126291EAF2F00555EB5 /* OSLog.swift */; };
  13. C1409A09291EC22F006BE8D0 /* OSLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1409A08291EC22F006BE8D0 /* OSLog.swift */; };
  14. C1409A0B291EC258006BE8D0 /* OSLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1409A0A291EC258006BE8D0 /* OSLog.swift */; };
  15. C1409A0C291EC2F8006BE8D0 /* G7SensorKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C17F50C6291EAC3800555EB5 /* G7SensorKit.framework */; };
  16. C1409A0D291EC2F8006BE8D0 /* G7SensorKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C17F50C6291EAC3800555EB5 /* G7SensorKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  17. C1409A0F291EC2FB006BE8D0 /* G7SensorKitUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C17F50F8291EAC9100555EB5 /* G7SensorKitUI.framework */; };
  18. C1409A10291EC2FB006BE8D0 /* G7SensorKitUI.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C17F50F8291EAC9100555EB5 /* G7SensorKitUI.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  19. C17F50CF291EAC3800555EB5 /* G7SensorKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C17F50C6291EAC3800555EB5 /* G7SensorKit.framework */; };
  20. C17F50D4291EAC3800555EB5 /* G7SensorKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50D3291EAC3800555EB5 /* G7SensorKitTests.swift */; };
  21. C17F50D5291EAC3800555EB5 /* G7SensorKit.h in Headers */ = {isa = PBXBuildFile; fileRef = C17F50C9291EAC3800555EB5 /* G7SensorKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  22. C17F50E9291EAC6500555EB5 /* G7BackfillMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50DF291EAC6500555EB5 /* G7BackfillMessage.swift */; };
  23. C17F50EA291EAC6500555EB5 /* G7DeviceStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50E0291EAC6500555EB5 /* G7DeviceStatus.swift */; };
  24. C17F50EB291EAC6500555EB5 /* G7Sensor.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50E1291EAC6500555EB5 /* G7Sensor.swift */; };
  25. C17F50EC291EAC6500555EB5 /* G7LastReading.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50E2291EAC6500555EB5 /* G7LastReading.swift */; };
  26. C17F50ED291EAC6500555EB5 /* G7Opcode.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50E3291EAC6500555EB5 /* G7Opcode.swift */; };
  27. C17F50EE291EAC6500555EB5 /* G7PeripheralManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50E4291EAC6500555EB5 /* G7PeripheralManager.swift */; };
  28. C17F50EF291EAC6500555EB5 /* G7CGMManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50E5291EAC6500555EB5 /* G7CGMManager.swift */; };
  29. C17F50F0291EAC6500555EB5 /* G7CGMManagerState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50E6291EAC6500555EB5 /* G7CGMManagerState.swift */; };
  30. C17F50F1291EAC6500555EB5 /* G7BluetoothManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50E7291EAC6500555EB5 /* G7BluetoothManager.swift */; };
  31. C17F50F2291EAC6500555EB5 /* G7GlucoseMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F50E8291EAC6500555EB5 /* G7GlucoseMessage.swift */; };
  32. C17F50FB291EAC9100555EB5 /* G7SensorKitUI.h in Headers */ = {isa = PBXBuildFile; fileRef = C17F50FA291EAC9100555EB5 /* G7SensorKitUI.h */; settings = {ATTRIBUTES = (Public, ); }; };
  33. C17F5106291EAC9D00555EB5 /* G7SettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5100291EAC9D00555EB5 /* G7SettingsViewModel.swift */; };
  34. C17F5107291EAC9D00555EB5 /* G7StartupView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5101291EAC9D00555EB5 /* G7StartupView.swift */; };
  35. C17F5108291EAC9D00555EB5 /* G7SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5102291EAC9D00555EB5 /* G7SettingsView.swift */; };
  36. C17F5109291EAC9D00555EB5 /* G7CGMManager+UI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5103291EAC9D00555EB5 /* G7CGMManager+UI.swift */; };
  37. C17F510A291EAC9D00555EB5 /* G7UICoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5104291EAC9D00555EB5 /* G7UICoordinator.swift */; };
  38. C17F5120291EACCD00555EB5 /* G7SensorPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = C17F511F291EACCD00555EB5 /* G7SensorPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
  39. C17F5125291EACE400555EB5 /* G7SensorPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5124291EACE400555EB5 /* G7SensorPlugin.swift */; };
  40. C17F5135291EB06A00555EB5 /* AlgorithmState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5134291EB06A00555EB5 /* AlgorithmState.swift */; };
  41. C17F5138291EB0A800555EB5 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5137291EB0A800555EB5 /* Data.swift */; };
  42. C17F513A291EB0D900555EB5 /* GlucoseLimits.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5139291EB0D900555EB5 /* GlucoseLimits.swift */; };
  43. C17F513C291EB13D00555EB5 /* Locked.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F513B291EB13D00555EB5 /* Locked.swift */; };
  44. C17F513E291EB1A500555EB5 /* BluetoothServices.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F513D291EB1A500555EB5 /* BluetoothServices.swift */; };
  45. C17F5140291EB27D00555EB5 /* TimeInterval.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F513F291EB27D00555EB5 /* TimeInterval.swift */; };
  46. C17F5143291EB36700555EB5 /* AuthChallengeRxMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5142291EB36700555EB5 /* AuthChallengeRxMessage.swift */; };
  47. C17F5145291EB45900555EB5 /* CBPeripheral.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5144291EB45900555EB5 /* CBPeripheral.swift */; };
  48. C17F5147291EB57700555EB5 /* SensorMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5146291EB57700555EB5 /* SensorMessage.swift */; };
  49. C17F5149291EB6B600555EB5 /* LocalizedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5148291EB6B600555EB5 /* LocalizedString.swift */; };
  50. C17F514B291EB6F000555EB5 /* HKUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F514A291EB6F000555EB5 /* HKUnit.swift */; };
  51. C17F514D291EB79E00555EB5 /* AlgorithmError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F514C291EB79E00555EB5 /* AlgorithmError.swift */; };
  52. C17F514E291EB86100555EB5 /* LocalizedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5148291EB6B600555EB5 /* LocalizedString.swift */; };
  53. C17F514F291EB87600555EB5 /* G7SensorKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C17F50C6291EAC3800555EB5 /* G7SensorKit.framework */; };
  54. C17F5156291EBD8600555EB5 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F5155291EBD8600555EB5 /* Image.swift */; };
  55. C17F5157291EBD9900555EB5 /* TimeInterval.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17F513F291EB27D00555EB5 /* TimeInterval.swift */; };
  56. C1E71720292D84FE00DA646F /* G7ProgressBarState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E7171F292D84FE00DA646F /* G7ProgressBarState.swift */; };
  57. CE70369C299F9AAB002D88AE /* LoopKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE70369B299F9AAB002D88AE /* LoopKit.framework */; };
  58. CE70369E299F9AAB002D88AE /* LoopKitUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE70369D299F9AAB002D88AE /* LoopKitUI.framework */; };
  59. /* End PBXBuildFile section */
  60. /* Begin PBXContainerItemProxy section */
  61. C17F50D0291EAC3800555EB5 /* PBXContainerItemProxy */ = {
  62. isa = PBXContainerItemProxy;
  63. containerPortal = C17F50BD291EAC3800555EB5 /* Project object */;
  64. proxyType = 1;
  65. remoteGlobalIDString = C17F50C5291EAC3800555EB5;
  66. remoteInfo = G7SensorKit;
  67. };
  68. C17F512B291EAFA100555EB5 /* PBXContainerItemProxy */ = {
  69. isa = PBXContainerItemProxy;
  70. containerPortal = C17F50BD291EAC3800555EB5 /* Project object */;
  71. proxyType = 1;
  72. remoteGlobalIDString = C17F50C5291EAC3800555EB5;
  73. remoteInfo = G7SensorKit;
  74. };
  75. C17F512F291EAFA100555EB5 /* PBXContainerItemProxy */ = {
  76. isa = PBXContainerItemProxy;
  77. containerPortal = C17F50BD291EAC3800555EB5 /* Project object */;
  78. proxyType = 1;
  79. remoteGlobalIDString = C17F50F7291EAC9100555EB5;
  80. remoteInfo = G7SensorKitUI;
  81. };
  82. C17F5151291EB87600555EB5 /* PBXContainerItemProxy */ = {
  83. isa = PBXContainerItemProxy;
  84. containerPortal = C17F50BD291EAC3800555EB5 /* Project object */;
  85. proxyType = 1;
  86. remoteGlobalIDString = C17F50C5291EAC3800555EB5;
  87. remoteInfo = G7SensorKit;
  88. };
  89. /* End PBXContainerItemProxy section */
  90. /* Begin PBXCopyFilesBuildPhase section */
  91. C1409A0E291EC2F8006BE8D0 /* Embed Frameworks */ = {
  92. isa = PBXCopyFilesBuildPhase;
  93. buildActionMask = 2147483647;
  94. dstPath = "";
  95. dstSubfolderSpec = 10;
  96. files = (
  97. C1409A0D291EC2F8006BE8D0 /* G7SensorKit.framework in Embed Frameworks */,
  98. C1409A10291EC2FB006BE8D0 /* G7SensorKitUI.framework in Embed Frameworks */,
  99. );
  100. name = "Embed Frameworks";
  101. runOnlyForDeploymentPostprocessing = 0;
  102. };
  103. /* End PBXCopyFilesBuildPhase section */
  104. /* Begin PBXFileReference section */
  105. C109F149291ECCE2008EA5B6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  106. C109F14B291ED66F008EA5B6 /* G7GlucoseMessageTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7GlucoseMessageTests.swift; sourceTree = "<group>"; };
  107. C1409A08291EC22F006BE8D0 /* OSLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSLog.swift; sourceTree = "<group>"; };
  108. C1409A0A291EC258006BE8D0 /* OSLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSLog.swift; sourceTree = "<group>"; };
  109. C17F50C6291EAC3800555EB5 /* G7SensorKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = G7SensorKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  110. C17F50C9291EAC3800555EB5 /* G7SensorKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = G7SensorKit.h; sourceTree = "<group>"; };
  111. C17F50CE291EAC3800555EB5 /* G7SensorKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = G7SensorKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  112. C17F50D3291EAC3800555EB5 /* G7SensorKitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = G7SensorKitTests.swift; sourceTree = "<group>"; };
  113. C17F50DF291EAC6500555EB5 /* G7BackfillMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7BackfillMessage.swift; sourceTree = "<group>"; };
  114. C17F50E0291EAC6500555EB5 /* G7DeviceStatus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7DeviceStatus.swift; sourceTree = "<group>"; };
  115. C17F50E1291EAC6500555EB5 /* G7Sensor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7Sensor.swift; sourceTree = "<group>"; };
  116. C17F50E2291EAC6500555EB5 /* G7LastReading.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7LastReading.swift; sourceTree = "<group>"; };
  117. C17F50E3291EAC6500555EB5 /* G7Opcode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7Opcode.swift; sourceTree = "<group>"; };
  118. C17F50E4291EAC6500555EB5 /* G7PeripheralManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7PeripheralManager.swift; sourceTree = "<group>"; };
  119. C17F50E5291EAC6500555EB5 /* G7CGMManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7CGMManager.swift; sourceTree = "<group>"; };
  120. C17F50E6291EAC6500555EB5 /* G7CGMManagerState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7CGMManagerState.swift; sourceTree = "<group>"; };
  121. C17F50E7291EAC6500555EB5 /* G7BluetoothManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7BluetoothManager.swift; sourceTree = "<group>"; };
  122. C17F50E8291EAC6500555EB5 /* G7GlucoseMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7GlucoseMessage.swift; sourceTree = "<group>"; };
  123. C17F50F8291EAC9100555EB5 /* G7SensorKitUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = G7SensorKitUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  124. C17F50FA291EAC9100555EB5 /* G7SensorKitUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = G7SensorKitUI.h; sourceTree = "<group>"; };
  125. C17F5100291EAC9D00555EB5 /* G7SettingsViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7SettingsViewModel.swift; sourceTree = "<group>"; };
  126. C17F5101291EAC9D00555EB5 /* G7StartupView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7StartupView.swift; sourceTree = "<group>"; };
  127. C17F5102291EAC9D00555EB5 /* G7SettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7SettingsView.swift; sourceTree = "<group>"; };
  128. C17F5103291EAC9D00555EB5 /* G7CGMManager+UI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "G7CGMManager+UI.swift"; sourceTree = "<group>"; };
  129. C17F5104291EAC9D00555EB5 /* G7UICoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7UICoordinator.swift; sourceTree = "<group>"; };
  130. C17F511D291EACCD00555EB5 /* G7SensorPlugin.loopplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = G7SensorPlugin.loopplugin; sourceTree = BUILT_PRODUCTS_DIR; };
  131. C17F511F291EACCD00555EB5 /* G7SensorPlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = G7SensorPlugin.h; sourceTree = "<group>"; };
  132. C17F5124291EACE400555EB5 /* G7SensorPlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7SensorPlugin.swift; sourceTree = "<group>"; };
  133. C17F5126291EAF2F00555EB5 /* OSLog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OSLog.swift; sourceTree = "<group>"; };
  134. C17F5134291EB06A00555EB5 /* AlgorithmState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlgorithmState.swift; sourceTree = "<group>"; };
  135. C17F5137291EB0A800555EB5 /* Data.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; };
  136. C17F5139291EB0D900555EB5 /* GlucoseLimits.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GlucoseLimits.swift; sourceTree = "<group>"; };
  137. C17F513B291EB13D00555EB5 /* Locked.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Locked.swift; sourceTree = "<group>"; };
  138. C17F513D291EB1A500555EB5 /* BluetoothServices.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BluetoothServices.swift; sourceTree = "<group>"; };
  139. C17F513F291EB27D00555EB5 /* TimeInterval.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TimeInterval.swift; sourceTree = "<group>"; };
  140. C17F5142291EB36700555EB5 /* AuthChallengeRxMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthChallengeRxMessage.swift; sourceTree = "<group>"; };
  141. C17F5144291EB45900555EB5 /* CBPeripheral.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CBPeripheral.swift; sourceTree = "<group>"; };
  142. C17F5146291EB57700555EB5 /* SensorMessage.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; path = SensorMessage.swift; sourceTree = "<group>"; };
  143. C17F5148291EB6B600555EB5 /* LocalizedString.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalizedString.swift; sourceTree = "<group>"; };
  144. C17F514A291EB6F000555EB5 /* HKUnit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HKUnit.swift; sourceTree = "<group>"; };
  145. C17F514C291EB79E00555EB5 /* AlgorithmError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlgorithmError.swift; sourceTree = "<group>"; };
  146. C17F5155291EBD8600555EB5 /* Image.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Image.swift; sourceTree = "<group>"; };
  147. C17F5158291EBE7500555EB5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  148. C1E7171F292D84FE00DA646F /* G7ProgressBarState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = G7ProgressBarState.swift; sourceTree = "<group>"; };
  149. CE70369B299F9AAB002D88AE /* LoopKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = LoopKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  150. CE70369D299F9AAB002D88AE /* LoopKitUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = LoopKitUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  151. /* End PBXFileReference section */
  152. /* Begin PBXFrameworksBuildPhase section */
  153. C17F50C3291EAC3800555EB5 /* Frameworks */ = {
  154. isa = PBXFrameworksBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. CE70369C299F9AAB002D88AE /* LoopKit.framework in Frameworks */,
  158. CE70369E299F9AAB002D88AE /* LoopKitUI.framework in Frameworks */,
  159. );
  160. runOnlyForDeploymentPostprocessing = 0;
  161. };
  162. C17F50CB291EAC3800555EB5 /* Frameworks */ = {
  163. isa = PBXFrameworksBuildPhase;
  164. buildActionMask = 2147483647;
  165. files = (
  166. C17F50CF291EAC3800555EB5 /* G7SensorKit.framework in Frameworks */,
  167. );
  168. runOnlyForDeploymentPostprocessing = 0;
  169. };
  170. C17F50F5291EAC9100555EB5 /* Frameworks */ = {
  171. isa = PBXFrameworksBuildPhase;
  172. buildActionMask = 2147483647;
  173. files = (
  174. C17F514F291EB87600555EB5 /* G7SensorKit.framework in Frameworks */,
  175. );
  176. runOnlyForDeploymentPostprocessing = 0;
  177. };
  178. C17F511A291EACCD00555EB5 /* Frameworks */ = {
  179. isa = PBXFrameworksBuildPhase;
  180. buildActionMask = 2147483647;
  181. files = (
  182. C1409A0C291EC2F8006BE8D0 /* G7SensorKit.framework in Frameworks */,
  183. C1409A0F291EC2FB006BE8D0 /* G7SensorKitUI.framework in Frameworks */,
  184. );
  185. runOnlyForDeploymentPostprocessing = 0;
  186. };
  187. /* End PBXFrameworksBuildPhase section */
  188. /* Begin PBXGroup section */
  189. C17F50BC291EAC3800555EB5 = {
  190. isa = PBXGroup;
  191. children = (
  192. C17F5136291EB07F00555EB5 /* Common */,
  193. C17F50C8291EAC3800555EB5 /* G7SensorKit */,
  194. C17F50D2291EAC3800555EB5 /* G7SensorKitTests */,
  195. C17F50F9291EAC9100555EB5 /* G7SensorKitUI */,
  196. C17F511E291EACCD00555EB5 /* G7SensorPlugin */,
  197. C17F50C7291EAC3800555EB5 /* Products */,
  198. C17F5128291EAFA100555EB5 /* Frameworks */,
  199. );
  200. sourceTree = "<group>";
  201. };
  202. C17F50C7291EAC3800555EB5 /* Products */ = {
  203. isa = PBXGroup;
  204. children = (
  205. C17F50C6291EAC3800555EB5 /* G7SensorKit.framework */,
  206. C17F50CE291EAC3800555EB5 /* G7SensorKitTests.xctest */,
  207. C17F50F8291EAC9100555EB5 /* G7SensorKitUI.framework */,
  208. C17F511D291EACCD00555EB5 /* G7SensorPlugin.loopplugin */,
  209. );
  210. name = Products;
  211. sourceTree = "<group>";
  212. };
  213. C17F50C8291EAC3800555EB5 /* G7SensorKit */ = {
  214. isa = PBXGroup;
  215. children = (
  216. C17F513D291EB1A500555EB5 /* BluetoothServices.swift */,
  217. C17F514C291EB79E00555EB5 /* AlgorithmError.swift */,
  218. C17F5134291EB06A00555EB5 /* AlgorithmState.swift */,
  219. C17F5144291EB45900555EB5 /* CBPeripheral.swift */,
  220. C17F50DE291EAC6500555EB5 /* G7CGMManager */,
  221. C17F50C9291EAC3800555EB5 /* G7SensorKit.h */,
  222. C17F5139291EB0D900555EB5 /* GlucoseLimits.swift */,
  223. C17F5141291EB34800555EB5 /* Messages */,
  224. C1409A08291EC22F006BE8D0 /* OSLog.swift */,
  225. );
  226. path = G7SensorKit;
  227. sourceTree = "<group>";
  228. };
  229. C17F50D2291EAC3800555EB5 /* G7SensorKitTests */ = {
  230. isa = PBXGroup;
  231. children = (
  232. C17F50D3291EAC3800555EB5 /* G7SensorKitTests.swift */,
  233. C109F14B291ED66F008EA5B6 /* G7GlucoseMessageTests.swift */,
  234. );
  235. path = G7SensorKitTests;
  236. sourceTree = "<group>";
  237. };
  238. C17F50DE291EAC6500555EB5 /* G7CGMManager */ = {
  239. isa = PBXGroup;
  240. children = (
  241. C17F50DF291EAC6500555EB5 /* G7BackfillMessage.swift */,
  242. C17F50E7291EAC6500555EB5 /* G7BluetoothManager.swift */,
  243. C17F50E5291EAC6500555EB5 /* G7CGMManager.swift */,
  244. C17F50E6291EAC6500555EB5 /* G7CGMManagerState.swift */,
  245. C17F50E0291EAC6500555EB5 /* G7DeviceStatus.swift */,
  246. C17F50E2291EAC6500555EB5 /* G7LastReading.swift */,
  247. C17F50E4291EAC6500555EB5 /* G7PeripheralManager.swift */,
  248. C17F50E1291EAC6500555EB5 /* G7Sensor.swift */,
  249. );
  250. path = G7CGMManager;
  251. sourceTree = "<group>";
  252. };
  253. C17F50F9291EAC9100555EB5 /* G7SensorKitUI */ = {
  254. isa = PBXGroup;
  255. children = (
  256. C1E7171E292D84B500DA646F /* Views */,
  257. C109F149291ECCE2008EA5B6 /* Assets.xcassets */,
  258. C17F5154291EBD7100555EB5 /* Extensions */,
  259. C17F50FF291EAC9D00555EB5 /* G7CGMManager */,
  260. C17F50FA291EAC9100555EB5 /* G7SensorKitUI.h */,
  261. C17F5126291EAF2F00555EB5 /* OSLog.swift */,
  262. );
  263. path = G7SensorKitUI;
  264. sourceTree = "<group>";
  265. };
  266. C17F50FF291EAC9D00555EB5 /* G7CGMManager */ = {
  267. isa = PBXGroup;
  268. children = (
  269. C17F5103291EAC9D00555EB5 /* G7CGMManager+UI.swift */,
  270. C17F5104291EAC9D00555EB5 /* G7UICoordinator.swift */,
  271. );
  272. path = G7CGMManager;
  273. sourceTree = "<group>";
  274. };
  275. C17F511E291EACCD00555EB5 /* G7SensorPlugin */ = {
  276. isa = PBXGroup;
  277. children = (
  278. C17F511F291EACCD00555EB5 /* G7SensorPlugin.h */,
  279. C17F5124291EACE400555EB5 /* G7SensorPlugin.swift */,
  280. C17F5158291EBE7500555EB5 /* Info.plist */,
  281. C1409A0A291EC258006BE8D0 /* OSLog.swift */,
  282. );
  283. path = G7SensorPlugin;
  284. sourceTree = "<group>";
  285. };
  286. C17F5128291EAFA100555EB5 /* Frameworks */ = {
  287. isa = PBXGroup;
  288. children = (
  289. CE70369B299F9AAB002D88AE /* LoopKit.framework */,
  290. CE70369D299F9AAB002D88AE /* LoopKitUI.framework */,
  291. );
  292. name = Frameworks;
  293. sourceTree = "<group>";
  294. };
  295. C17F5136291EB07F00555EB5 /* Common */ = {
  296. isa = PBXGroup;
  297. children = (
  298. C17F5137291EB0A800555EB5 /* Data.swift */,
  299. C17F5148291EB6B600555EB5 /* LocalizedString.swift */,
  300. C17F513B291EB13D00555EB5 /* Locked.swift */,
  301. C17F514A291EB6F000555EB5 /* HKUnit.swift */,
  302. C17F513F291EB27D00555EB5 /* TimeInterval.swift */,
  303. );
  304. path = Common;
  305. sourceTree = "<group>";
  306. };
  307. C17F5141291EB34800555EB5 /* Messages */ = {
  308. isa = PBXGroup;
  309. children = (
  310. C17F50E3291EAC6500555EB5 /* G7Opcode.swift */,
  311. C17F5146291EB57700555EB5 /* SensorMessage.swift */,
  312. C17F50E8291EAC6500555EB5 /* G7GlucoseMessage.swift */,
  313. C17F5142291EB36700555EB5 /* AuthChallengeRxMessage.swift */,
  314. );
  315. path = Messages;
  316. sourceTree = "<group>";
  317. };
  318. C17F5154291EBD7100555EB5 /* Extensions */ = {
  319. isa = PBXGroup;
  320. children = (
  321. C17F5155291EBD8600555EB5 /* Image.swift */,
  322. );
  323. path = Extensions;
  324. sourceTree = "<group>";
  325. };
  326. C1E7171E292D84B500DA646F /* Views */ = {
  327. isa = PBXGroup;
  328. children = (
  329. C17F5102291EAC9D00555EB5 /* G7SettingsView.swift */,
  330. C17F5100291EAC9D00555EB5 /* G7SettingsViewModel.swift */,
  331. C17F5101291EAC9D00555EB5 /* G7StartupView.swift */,
  332. C1E7171F292D84FE00DA646F /* G7ProgressBarState.swift */,
  333. );
  334. path = Views;
  335. sourceTree = "<group>";
  336. };
  337. /* End PBXGroup section */
  338. /* Begin PBXHeadersBuildPhase section */
  339. C17F50C1291EAC3800555EB5 /* Headers */ = {
  340. isa = PBXHeadersBuildPhase;
  341. buildActionMask = 2147483647;
  342. files = (
  343. C17F50D5291EAC3800555EB5 /* G7SensorKit.h in Headers */,
  344. );
  345. runOnlyForDeploymentPostprocessing = 0;
  346. };
  347. C17F50F3291EAC9100555EB5 /* Headers */ = {
  348. isa = PBXHeadersBuildPhase;
  349. buildActionMask = 2147483647;
  350. files = (
  351. C17F50FB291EAC9100555EB5 /* G7SensorKitUI.h in Headers */,
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. };
  355. C17F5118291EACCD00555EB5 /* Headers */ = {
  356. isa = PBXHeadersBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. C17F5120291EACCD00555EB5 /* G7SensorPlugin.h in Headers */,
  360. );
  361. runOnlyForDeploymentPostprocessing = 0;
  362. };
  363. /* End PBXHeadersBuildPhase section */
  364. /* Begin PBXNativeTarget section */
  365. C17F50C5291EAC3800555EB5 /* G7SensorKit */ = {
  366. isa = PBXNativeTarget;
  367. buildConfigurationList = C17F50D8291EAC3800555EB5 /* Build configuration list for PBXNativeTarget "G7SensorKit" */;
  368. buildPhases = (
  369. C17F50C1291EAC3800555EB5 /* Headers */,
  370. C17F50C2291EAC3800555EB5 /* Sources */,
  371. C17F50C3291EAC3800555EB5 /* Frameworks */,
  372. C17F50C4291EAC3800555EB5 /* Resources */,
  373. );
  374. buildRules = (
  375. );
  376. dependencies = (
  377. );
  378. name = G7SensorKit;
  379. productName = G7SensorKit;
  380. productReference = C17F50C6291EAC3800555EB5 /* G7SensorKit.framework */;
  381. productType = "com.apple.product-type.framework";
  382. };
  383. C17F50CD291EAC3800555EB5 /* G7SensorKitTests */ = {
  384. isa = PBXNativeTarget;
  385. buildConfigurationList = C17F50DB291EAC3800555EB5 /* Build configuration list for PBXNativeTarget "G7SensorKitTests" */;
  386. buildPhases = (
  387. C17F50CA291EAC3800555EB5 /* Sources */,
  388. C17F50CB291EAC3800555EB5 /* Frameworks */,
  389. C17F50CC291EAC3800555EB5 /* Resources */,
  390. );
  391. buildRules = (
  392. );
  393. dependencies = (
  394. C17F50D1291EAC3800555EB5 /* PBXTargetDependency */,
  395. );
  396. name = G7SensorKitTests;
  397. productName = G7SensorKitTests;
  398. productReference = C17F50CE291EAC3800555EB5 /* G7SensorKitTests.xctest */;
  399. productType = "com.apple.product-type.bundle.unit-test";
  400. };
  401. C17F50F7291EAC9100555EB5 /* G7SensorKitUI */ = {
  402. isa = PBXNativeTarget;
  403. buildConfigurationList = C17F50FC291EAC9100555EB5 /* Build configuration list for PBXNativeTarget "G7SensorKitUI" */;
  404. buildPhases = (
  405. C17F50F3291EAC9100555EB5 /* Headers */,
  406. C17F50F4291EAC9100555EB5 /* Sources */,
  407. C17F50F5291EAC9100555EB5 /* Frameworks */,
  408. C17F50F6291EAC9100555EB5 /* Resources */,
  409. );
  410. buildRules = (
  411. );
  412. dependencies = (
  413. C17F5152291EB87600555EB5 /* PBXTargetDependency */,
  414. );
  415. name = G7SensorKitUI;
  416. productName = G7SensorKitUI;
  417. productReference = C17F50F8291EAC9100555EB5 /* G7SensorKitUI.framework */;
  418. productType = "com.apple.product-type.framework";
  419. };
  420. C17F511C291EACCD00555EB5 /* G7SensorPlugin */ = {
  421. isa = PBXNativeTarget;
  422. buildConfigurationList = C17F5121291EACCD00555EB5 /* Build configuration list for PBXNativeTarget "G7SensorPlugin" */;
  423. buildPhases = (
  424. C17F5118291EACCD00555EB5 /* Headers */,
  425. C17F5119291EACCD00555EB5 /* Sources */,
  426. C17F511A291EACCD00555EB5 /* Frameworks */,
  427. C17F511B291EACCD00555EB5 /* Resources */,
  428. C1409A0E291EC2F8006BE8D0 /* Embed Frameworks */,
  429. );
  430. buildRules = (
  431. );
  432. dependencies = (
  433. C17F512C291EAFA100555EB5 /* PBXTargetDependency */,
  434. C17F5130291EAFA100555EB5 /* PBXTargetDependency */,
  435. );
  436. name = G7SensorPlugin;
  437. productName = G7SensorPlugin;
  438. productReference = C17F511D291EACCD00555EB5 /* G7SensorPlugin.loopplugin */;
  439. productType = "com.apple.product-type.framework";
  440. };
  441. /* End PBXNativeTarget section */
  442. /* Begin PBXProject section */
  443. C17F50BD291EAC3800555EB5 /* Project object */ = {
  444. isa = PBXProject;
  445. attributes = {
  446. BuildIndependentTargetsInParallel = 1;
  447. LastSwiftUpdateCheck = 1410;
  448. LastUpgradeCheck = 1410;
  449. TargetAttributes = {
  450. C17F50C5291EAC3800555EB5 = {
  451. CreatedOnToolsVersion = 14.1;
  452. };
  453. C17F50CD291EAC3800555EB5 = {
  454. CreatedOnToolsVersion = 14.1;
  455. };
  456. C17F50F7291EAC9100555EB5 = {
  457. CreatedOnToolsVersion = 14.1;
  458. };
  459. C17F511C291EACCD00555EB5 = {
  460. CreatedOnToolsVersion = 14.1;
  461. LastSwiftMigration = 1410;
  462. };
  463. };
  464. };
  465. buildConfigurationList = C17F50C0291EAC3800555EB5 /* Build configuration list for PBXProject "G7SensorKit" */;
  466. compatibilityVersion = "Xcode 14.0";
  467. developmentRegion = en;
  468. hasScannedForEncodings = 0;
  469. knownRegions = (
  470. en,
  471. Base,
  472. );
  473. mainGroup = C17F50BC291EAC3800555EB5;
  474. productRefGroup = C17F50C7291EAC3800555EB5 /* Products */;
  475. projectDirPath = "";
  476. projectRoot = "";
  477. targets = (
  478. C17F50C5291EAC3800555EB5 /* G7SensorKit */,
  479. C17F50CD291EAC3800555EB5 /* G7SensorKitTests */,
  480. C17F50F7291EAC9100555EB5 /* G7SensorKitUI */,
  481. C17F511C291EACCD00555EB5 /* G7SensorPlugin */,
  482. );
  483. };
  484. /* End PBXProject section */
  485. /* Begin PBXResourcesBuildPhase section */
  486. C17F50C4291EAC3800555EB5 /* Resources */ = {
  487. isa = PBXResourcesBuildPhase;
  488. buildActionMask = 2147483647;
  489. files = (
  490. );
  491. runOnlyForDeploymentPostprocessing = 0;
  492. };
  493. C17F50CC291EAC3800555EB5 /* Resources */ = {
  494. isa = PBXResourcesBuildPhase;
  495. buildActionMask = 2147483647;
  496. files = (
  497. );
  498. runOnlyForDeploymentPostprocessing = 0;
  499. };
  500. C17F50F6291EAC9100555EB5 /* Resources */ = {
  501. isa = PBXResourcesBuildPhase;
  502. buildActionMask = 2147483647;
  503. files = (
  504. C109F14A291ECCE2008EA5B6 /* Assets.xcassets in Resources */,
  505. );
  506. runOnlyForDeploymentPostprocessing = 0;
  507. };
  508. C17F511B291EACCD00555EB5 /* Resources */ = {
  509. isa = PBXResourcesBuildPhase;
  510. buildActionMask = 2147483647;
  511. files = (
  512. );
  513. runOnlyForDeploymentPostprocessing = 0;
  514. };
  515. /* End PBXResourcesBuildPhase section */
  516. /* Begin PBXSourcesBuildPhase section */
  517. C17F50C2291EAC3800555EB5 /* Sources */ = {
  518. isa = PBXSourcesBuildPhase;
  519. buildActionMask = 2147483647;
  520. files = (
  521. C17F50EF291EAC6500555EB5 /* G7CGMManager.swift in Sources */,
  522. C17F5147291EB57700555EB5 /* SensorMessage.swift in Sources */,
  523. C17F50E9291EAC6500555EB5 /* G7BackfillMessage.swift in Sources */,
  524. C17F50ED291EAC6500555EB5 /* G7Opcode.swift in Sources */,
  525. C17F5140291EB27D00555EB5 /* TimeInterval.swift in Sources */,
  526. C17F50F0291EAC6500555EB5 /* G7CGMManagerState.swift in Sources */,
  527. C17F5145291EB45900555EB5 /* CBPeripheral.swift in Sources */,
  528. C17F513A291EB0D900555EB5 /* GlucoseLimits.swift in Sources */,
  529. C17F5143291EB36700555EB5 /* AuthChallengeRxMessage.swift in Sources */,
  530. C17F50EA291EAC6500555EB5 /* G7DeviceStatus.swift in Sources */,
  531. C1409A09291EC22F006BE8D0 /* OSLog.swift in Sources */,
  532. C17F5135291EB06A00555EB5 /* AlgorithmState.swift in Sources */,
  533. C17F50F1291EAC6500555EB5 /* G7BluetoothManager.swift in Sources */,
  534. C17F5138291EB0A800555EB5 /* Data.swift in Sources */,
  535. C17F514B291EB6F000555EB5 /* HKUnit.swift in Sources */,
  536. C17F50EC291EAC6500555EB5 /* G7LastReading.swift in Sources */,
  537. C17F513C291EB13D00555EB5 /* Locked.swift in Sources */,
  538. C17F513E291EB1A500555EB5 /* BluetoothServices.swift in Sources */,
  539. C17F5149291EB6B600555EB5 /* LocalizedString.swift in Sources */,
  540. C17F514D291EB79E00555EB5 /* AlgorithmError.swift in Sources */,
  541. C17F50EB291EAC6500555EB5 /* G7Sensor.swift in Sources */,
  542. C17F50F2291EAC6500555EB5 /* G7GlucoseMessage.swift in Sources */,
  543. C17F50EE291EAC6500555EB5 /* G7PeripheralManager.swift in Sources */,
  544. );
  545. runOnlyForDeploymentPostprocessing = 0;
  546. };
  547. C17F50CA291EAC3800555EB5 /* Sources */ = {
  548. isa = PBXSourcesBuildPhase;
  549. buildActionMask = 2147483647;
  550. files = (
  551. C109F14C291ED66F008EA5B6 /* G7GlucoseMessageTests.swift in Sources */,
  552. C17F50D4291EAC3800555EB5 /* G7SensorKitTests.swift in Sources */,
  553. );
  554. runOnlyForDeploymentPostprocessing = 0;
  555. };
  556. C17F50F4291EAC9100555EB5 /* Sources */ = {
  557. isa = PBXSourcesBuildPhase;
  558. buildActionMask = 2147483647;
  559. files = (
  560. C17F5108291EAC9D00555EB5 /* G7SettingsView.swift in Sources */,
  561. C17F5157291EBD9900555EB5 /* TimeInterval.swift in Sources */,
  562. C17F5156291EBD8600555EB5 /* Image.swift in Sources */,
  563. C139829829295D7D0047DB5F /* HKUnit.swift in Sources */,
  564. C1409A07291EC21C006BE8D0 /* OSLog.swift in Sources */,
  565. C17F510A291EAC9D00555EB5 /* G7UICoordinator.swift in Sources */,
  566. C17F5109291EAC9D00555EB5 /* G7CGMManager+UI.swift in Sources */,
  567. C17F5107291EAC9D00555EB5 /* G7StartupView.swift in Sources */,
  568. C1E71720292D84FE00DA646F /* G7ProgressBarState.swift in Sources */,
  569. C17F514E291EB86100555EB5 /* LocalizedString.swift in Sources */,
  570. C17F5106291EAC9D00555EB5 /* G7SettingsViewModel.swift in Sources */,
  571. );
  572. runOnlyForDeploymentPostprocessing = 0;
  573. };
  574. C17F5119291EACCD00555EB5 /* Sources */ = {
  575. isa = PBXSourcesBuildPhase;
  576. buildActionMask = 2147483647;
  577. files = (
  578. C1409A0B291EC258006BE8D0 /* OSLog.swift in Sources */,
  579. C17F5125291EACE400555EB5 /* G7SensorPlugin.swift in Sources */,
  580. );
  581. runOnlyForDeploymentPostprocessing = 0;
  582. };
  583. /* End PBXSourcesBuildPhase section */
  584. /* Begin PBXTargetDependency section */
  585. C17F50D1291EAC3800555EB5 /* PBXTargetDependency */ = {
  586. isa = PBXTargetDependency;
  587. target = C17F50C5291EAC3800555EB5 /* G7SensorKit */;
  588. targetProxy = C17F50D0291EAC3800555EB5 /* PBXContainerItemProxy */;
  589. };
  590. C17F512C291EAFA100555EB5 /* PBXTargetDependency */ = {
  591. isa = PBXTargetDependency;
  592. target = C17F50C5291EAC3800555EB5 /* G7SensorKit */;
  593. targetProxy = C17F512B291EAFA100555EB5 /* PBXContainerItemProxy */;
  594. };
  595. C17F5130291EAFA100555EB5 /* PBXTargetDependency */ = {
  596. isa = PBXTargetDependency;
  597. target = C17F50F7291EAC9100555EB5 /* G7SensorKitUI */;
  598. targetProxy = C17F512F291EAFA100555EB5 /* PBXContainerItemProxy */;
  599. };
  600. C17F5152291EB87600555EB5 /* PBXTargetDependency */ = {
  601. isa = PBXTargetDependency;
  602. target = C17F50C5291EAC3800555EB5 /* G7SensorKit */;
  603. targetProxy = C17F5151291EB87600555EB5 /* PBXContainerItemProxy */;
  604. };
  605. /* End PBXTargetDependency section */
  606. /* Begin XCBuildConfiguration section */
  607. C17F50D6291EAC3800555EB5 /* Debug */ = {
  608. isa = XCBuildConfiguration;
  609. buildSettings = {
  610. ALWAYS_SEARCH_USER_PATHS = NO;
  611. CLANG_ANALYZER_NONNULL = YES;
  612. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  613. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  614. CLANG_ENABLE_MODULES = YES;
  615. CLANG_ENABLE_OBJC_ARC = YES;
  616. CLANG_ENABLE_OBJC_WEAK = YES;
  617. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  618. CLANG_WARN_BOOL_CONVERSION = YES;
  619. CLANG_WARN_COMMA = YES;
  620. CLANG_WARN_CONSTANT_CONVERSION = YES;
  621. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  622. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  623. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  624. CLANG_WARN_EMPTY_BODY = YES;
  625. CLANG_WARN_ENUM_CONVERSION = YES;
  626. CLANG_WARN_INFINITE_RECURSION = YES;
  627. CLANG_WARN_INT_CONVERSION = YES;
  628. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  629. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  630. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  631. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  632. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  633. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  634. CLANG_WARN_STRICT_PROTOTYPES = YES;
  635. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  636. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  637. CLANG_WARN_UNREACHABLE_CODE = YES;
  638. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  639. COPY_PHASE_STRIP = NO;
  640. CURRENT_PROJECT_VERSION = 1;
  641. DEBUG_INFORMATION_FORMAT = dwarf;
  642. ENABLE_STRICT_OBJC_MSGSEND = YES;
  643. ENABLE_TESTABILITY = YES;
  644. GCC_C_LANGUAGE_STANDARD = gnu11;
  645. GCC_DYNAMIC_NO_PIC = NO;
  646. GCC_NO_COMMON_BLOCKS = YES;
  647. GCC_OPTIMIZATION_LEVEL = 0;
  648. GCC_PREPROCESSOR_DEFINITIONS = (
  649. "DEBUG=1",
  650. "$(inherited)",
  651. );
  652. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  653. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  654. GCC_WARN_UNDECLARED_SELECTOR = YES;
  655. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  656. GCC_WARN_UNUSED_FUNCTION = YES;
  657. GCC_WARN_UNUSED_VARIABLE = YES;
  658. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  659. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  660. MTL_FAST_MATH = YES;
  661. ONLY_ACTIVE_ARCH = YES;
  662. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  663. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  664. VERSIONING_SYSTEM = "apple-generic";
  665. VERSION_INFO_PREFIX = "";
  666. };
  667. name = Debug;
  668. };
  669. C17F50D7291EAC3800555EB5 /* Release */ = {
  670. isa = XCBuildConfiguration;
  671. buildSettings = {
  672. ALWAYS_SEARCH_USER_PATHS = NO;
  673. CLANG_ANALYZER_NONNULL = YES;
  674. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  675. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  676. CLANG_ENABLE_MODULES = YES;
  677. CLANG_ENABLE_OBJC_ARC = YES;
  678. CLANG_ENABLE_OBJC_WEAK = YES;
  679. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  680. CLANG_WARN_BOOL_CONVERSION = YES;
  681. CLANG_WARN_COMMA = YES;
  682. CLANG_WARN_CONSTANT_CONVERSION = YES;
  683. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  684. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  685. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  686. CLANG_WARN_EMPTY_BODY = YES;
  687. CLANG_WARN_ENUM_CONVERSION = YES;
  688. CLANG_WARN_INFINITE_RECURSION = YES;
  689. CLANG_WARN_INT_CONVERSION = YES;
  690. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  691. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  692. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  693. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  694. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  695. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  696. CLANG_WARN_STRICT_PROTOTYPES = YES;
  697. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  698. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  699. CLANG_WARN_UNREACHABLE_CODE = YES;
  700. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  701. COPY_PHASE_STRIP = NO;
  702. CURRENT_PROJECT_VERSION = 1;
  703. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  704. ENABLE_NS_ASSERTIONS = NO;
  705. ENABLE_STRICT_OBJC_MSGSEND = YES;
  706. GCC_C_LANGUAGE_STANDARD = gnu11;
  707. GCC_NO_COMMON_BLOCKS = YES;
  708. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  709. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  710. GCC_WARN_UNDECLARED_SELECTOR = YES;
  711. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  712. GCC_WARN_UNUSED_FUNCTION = YES;
  713. GCC_WARN_UNUSED_VARIABLE = YES;
  714. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  715. MTL_ENABLE_DEBUG_INFO = NO;
  716. MTL_FAST_MATH = YES;
  717. SWIFT_COMPILATION_MODE = wholemodule;
  718. SWIFT_OPTIMIZATION_LEVEL = "-O";
  719. VERSIONING_SYSTEM = "apple-generic";
  720. VERSION_INFO_PREFIX = "";
  721. };
  722. name = Release;
  723. };
  724. C17F50D9291EAC3800555EB5 /* Debug */ = {
  725. isa = XCBuildConfiguration;
  726. buildSettings = {
  727. CODE_SIGN_STYLE = Automatic;
  728. CURRENT_PROJECT_VERSION = 1;
  729. DEFINES_MODULE = YES;
  730. DEVELOPMENT_TEAM = "";
  731. DYLIB_COMPATIBILITY_VERSION = 1;
  732. DYLIB_CURRENT_VERSION = 1;
  733. DYLIB_INSTALL_NAME_BASE = "@rpath";
  734. GENERATE_INFOPLIST_FILE = YES;
  735. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  736. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  737. LD_RUNPATH_SEARCH_PATHS = (
  738. "@executable_path/Frameworks",
  739. "@loader_path/Frameworks",
  740. );
  741. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = (
  742. "@executable_path/../Frameworks",
  743. "@loader_path/Frameworks",
  744. );
  745. MACOSX_DEPLOYMENT_TARGET = 12.6;
  746. MARKETING_VERSION = 1.0;
  747. PRODUCT_BUNDLE_IDENTIFIER = org.loopkit.G7SensorKit;
  748. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  749. SDKROOT = auto;
  750. SKIP_INSTALL = YES;
  751. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  752. SUPPORTS_MACCATALYST = NO;
  753. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  754. SWIFT_EMIT_LOC_STRINGS = YES;
  755. SWIFT_VERSION = 5.0;
  756. TARGETED_DEVICE_FAMILY = 1;
  757. };
  758. name = Debug;
  759. };
  760. C17F50DA291EAC3800555EB5 /* Release */ = {
  761. isa = XCBuildConfiguration;
  762. buildSettings = {
  763. CODE_SIGN_STYLE = Automatic;
  764. CURRENT_PROJECT_VERSION = 1;
  765. DEFINES_MODULE = YES;
  766. DEVELOPMENT_TEAM = "";
  767. DYLIB_COMPATIBILITY_VERSION = 1;
  768. DYLIB_CURRENT_VERSION = 1;
  769. DYLIB_INSTALL_NAME_BASE = "@rpath";
  770. GENERATE_INFOPLIST_FILE = YES;
  771. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  772. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  773. LD_RUNPATH_SEARCH_PATHS = (
  774. "@executable_path/Frameworks",
  775. "@loader_path/Frameworks",
  776. );
  777. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = (
  778. "@executable_path/../Frameworks",
  779. "@loader_path/Frameworks",
  780. );
  781. MACOSX_DEPLOYMENT_TARGET = 12.6;
  782. MARKETING_VERSION = 1.0;
  783. PRODUCT_BUNDLE_IDENTIFIER = org.loopkit.G7SensorKit;
  784. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  785. SDKROOT = auto;
  786. SKIP_INSTALL = YES;
  787. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  788. SUPPORTS_MACCATALYST = NO;
  789. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  790. SWIFT_EMIT_LOC_STRINGS = YES;
  791. SWIFT_VERSION = 5.0;
  792. TARGETED_DEVICE_FAMILY = 1;
  793. };
  794. name = Release;
  795. };
  796. C17F50DC291EAC3800555EB5 /* Debug */ = {
  797. isa = XCBuildConfiguration;
  798. buildSettings = {
  799. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  800. CODE_SIGN_STYLE = Automatic;
  801. CURRENT_PROJECT_VERSION = 1;
  802. DEVELOPMENT_TEAM = "";
  803. GENERATE_INFOPLIST_FILE = YES;
  804. MACOSX_DEPLOYMENT_TARGET = 12.6;
  805. MARKETING_VERSION = 1.0;
  806. PRODUCT_BUNDLE_IDENTIFIER = org.loopkit.G7SensorKitTests;
  807. PRODUCT_NAME = "$(TARGET_NAME)";
  808. SDKROOT = auto;
  809. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  810. SUPPORTS_MACCATALYST = NO;
  811. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  812. SWIFT_EMIT_LOC_STRINGS = NO;
  813. SWIFT_VERSION = 5.0;
  814. TARGETED_DEVICE_FAMILY = 1;
  815. };
  816. name = Debug;
  817. };
  818. C17F50DD291EAC3800555EB5 /* Release */ = {
  819. isa = XCBuildConfiguration;
  820. buildSettings = {
  821. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  822. CODE_SIGN_STYLE = Automatic;
  823. CURRENT_PROJECT_VERSION = 1;
  824. DEVELOPMENT_TEAM = "";
  825. GENERATE_INFOPLIST_FILE = YES;
  826. MACOSX_DEPLOYMENT_TARGET = 12.6;
  827. MARKETING_VERSION = 1.0;
  828. PRODUCT_BUNDLE_IDENTIFIER = org.loopkit.G7SensorKitTests;
  829. PRODUCT_NAME = "$(TARGET_NAME)";
  830. SDKROOT = auto;
  831. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  832. SUPPORTS_MACCATALYST = NO;
  833. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  834. SWIFT_EMIT_LOC_STRINGS = NO;
  835. SWIFT_VERSION = 5.0;
  836. TARGETED_DEVICE_FAMILY = 1;
  837. };
  838. name = Release;
  839. };
  840. C17F50FD291EAC9100555EB5 /* Debug */ = {
  841. isa = XCBuildConfiguration;
  842. buildSettings = {
  843. CODE_SIGN_STYLE = Automatic;
  844. CURRENT_PROJECT_VERSION = 1;
  845. DEFINES_MODULE = YES;
  846. DEVELOPMENT_TEAM = "";
  847. DYLIB_COMPATIBILITY_VERSION = 1;
  848. DYLIB_CURRENT_VERSION = 1;
  849. DYLIB_INSTALL_NAME_BASE = "@rpath";
  850. GENERATE_INFOPLIST_FILE = YES;
  851. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  852. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  853. LD_RUNPATH_SEARCH_PATHS = (
  854. "$(inherited)",
  855. "@executable_path/Frameworks",
  856. "@loader_path/Frameworks",
  857. );
  858. MARKETING_VERSION = 1.0;
  859. PRODUCT_BUNDLE_IDENTIFIER = org.loopkit.G7SensorKitUI;
  860. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  861. SDKROOT = iphoneos;
  862. SKIP_INSTALL = YES;
  863. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  864. SUPPORTS_MACCATALYST = NO;
  865. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  866. SWIFT_EMIT_LOC_STRINGS = YES;
  867. SWIFT_VERSION = 5.0;
  868. TARGETED_DEVICE_FAMILY = 1;
  869. };
  870. name = Debug;
  871. };
  872. C17F50FE291EAC9100555EB5 /* Release */ = {
  873. isa = XCBuildConfiguration;
  874. buildSettings = {
  875. CODE_SIGN_STYLE = Automatic;
  876. CURRENT_PROJECT_VERSION = 1;
  877. DEFINES_MODULE = YES;
  878. DEVELOPMENT_TEAM = "";
  879. DYLIB_COMPATIBILITY_VERSION = 1;
  880. DYLIB_CURRENT_VERSION = 1;
  881. DYLIB_INSTALL_NAME_BASE = "@rpath";
  882. GENERATE_INFOPLIST_FILE = YES;
  883. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  884. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  885. LD_RUNPATH_SEARCH_PATHS = (
  886. "$(inherited)",
  887. "@executable_path/Frameworks",
  888. "@loader_path/Frameworks",
  889. );
  890. MARKETING_VERSION = 1.0;
  891. PRODUCT_BUNDLE_IDENTIFIER = org.loopkit.G7SensorKitUI;
  892. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  893. SDKROOT = iphoneos;
  894. SKIP_INSTALL = YES;
  895. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  896. SUPPORTS_MACCATALYST = NO;
  897. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  898. SWIFT_EMIT_LOC_STRINGS = YES;
  899. SWIFT_VERSION = 5.0;
  900. TARGETED_DEVICE_FAMILY = 1;
  901. VALIDATE_PRODUCT = YES;
  902. };
  903. name = Release;
  904. };
  905. C17F5122291EACCD00555EB5 /* Debug */ = {
  906. isa = XCBuildConfiguration;
  907. buildSettings = {
  908. CLANG_ENABLE_MODULES = YES;
  909. CODE_SIGN_STYLE = Automatic;
  910. CURRENT_PROJECT_VERSION = 1;
  911. DEFINES_MODULE = NO;
  912. DEVELOPMENT_TEAM = "";
  913. DYLIB_COMPATIBILITY_VERSION = 1;
  914. DYLIB_CURRENT_VERSION = 1;
  915. DYLIB_INSTALL_NAME_BASE = "@rpath";
  916. GENERATE_INFOPLIST_FILE = YES;
  917. INFOPLIST_FILE = G7SensorPlugin/Info.plist;
  918. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  919. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  920. LD_DYLIB_INSTALL_NAME = "";
  921. LD_RUNPATH_SEARCH_PATHS = (
  922. "$(inherited)",
  923. "@executable_path/Frameworks",
  924. "@loader_path/Frameworks",
  925. );
  926. MARKETING_VERSION = 1.0;
  927. PRODUCT_BUNDLE_IDENTIFIER = org.loopkit.G7SensorPlugin;
  928. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  929. SDKROOT = iphoneos;
  930. SKIP_INSTALL = YES;
  931. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  932. SUPPORTS_MACCATALYST = NO;
  933. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  934. SWIFT_EMIT_LOC_STRINGS = YES;
  935. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  936. SWIFT_VERSION = 5.0;
  937. TARGETED_DEVICE_FAMILY = 1;
  938. WRAPPER_EXTENSION = loopplugin;
  939. };
  940. name = Debug;
  941. };
  942. C17F5123291EACCD00555EB5 /* Release */ = {
  943. isa = XCBuildConfiguration;
  944. buildSettings = {
  945. CLANG_ENABLE_MODULES = YES;
  946. CODE_SIGN_STYLE = Automatic;
  947. CURRENT_PROJECT_VERSION = 1;
  948. DEFINES_MODULE = NO;
  949. DEVELOPMENT_TEAM = "";
  950. DYLIB_COMPATIBILITY_VERSION = 1;
  951. DYLIB_CURRENT_VERSION = 1;
  952. DYLIB_INSTALL_NAME_BASE = "@rpath";
  953. GENERATE_INFOPLIST_FILE = YES;
  954. INFOPLIST_FILE = G7SensorPlugin/Info.plist;
  955. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  956. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  957. LD_DYLIB_INSTALL_NAME = "";
  958. LD_RUNPATH_SEARCH_PATHS = (
  959. "$(inherited)",
  960. "@executable_path/Frameworks",
  961. "@loader_path/Frameworks",
  962. );
  963. MARKETING_VERSION = 1.0;
  964. PRODUCT_BUNDLE_IDENTIFIER = org.loopkit.G7SensorPlugin;
  965. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  966. SDKROOT = iphoneos;
  967. SKIP_INSTALL = YES;
  968. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  969. SUPPORTS_MACCATALYST = NO;
  970. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  971. SWIFT_EMIT_LOC_STRINGS = YES;
  972. SWIFT_VERSION = 5.0;
  973. TARGETED_DEVICE_FAMILY = 1;
  974. VALIDATE_PRODUCT = YES;
  975. WRAPPER_EXTENSION = loopplugin;
  976. };
  977. name = Release;
  978. };
  979. /* End XCBuildConfiguration section */
  980. /* Begin XCConfigurationList section */
  981. C17F50C0291EAC3800555EB5 /* Build configuration list for PBXProject "G7SensorKit" */ = {
  982. isa = XCConfigurationList;
  983. buildConfigurations = (
  984. C17F50D6291EAC3800555EB5 /* Debug */,
  985. C17F50D7291EAC3800555EB5 /* Release */,
  986. );
  987. defaultConfigurationIsVisible = 0;
  988. defaultConfigurationName = Release;
  989. };
  990. C17F50D8291EAC3800555EB5 /* Build configuration list for PBXNativeTarget "G7SensorKit" */ = {
  991. isa = XCConfigurationList;
  992. buildConfigurations = (
  993. C17F50D9291EAC3800555EB5 /* Debug */,
  994. C17F50DA291EAC3800555EB5 /* Release */,
  995. );
  996. defaultConfigurationIsVisible = 0;
  997. defaultConfigurationName = Release;
  998. };
  999. C17F50DB291EAC3800555EB5 /* Build configuration list for PBXNativeTarget "G7SensorKitTests" */ = {
  1000. isa = XCConfigurationList;
  1001. buildConfigurations = (
  1002. C17F50DC291EAC3800555EB5 /* Debug */,
  1003. C17F50DD291EAC3800555EB5 /* Release */,
  1004. );
  1005. defaultConfigurationIsVisible = 0;
  1006. defaultConfigurationName = Release;
  1007. };
  1008. C17F50FC291EAC9100555EB5 /* Build configuration list for PBXNativeTarget "G7SensorKitUI" */ = {
  1009. isa = XCConfigurationList;
  1010. buildConfigurations = (
  1011. C17F50FD291EAC9100555EB5 /* Debug */,
  1012. C17F50FE291EAC9100555EB5 /* Release */,
  1013. );
  1014. defaultConfigurationIsVisible = 0;
  1015. defaultConfigurationName = Release;
  1016. };
  1017. C17F5121291EACCD00555EB5 /* Build configuration list for PBXNativeTarget "G7SensorPlugin" */ = {
  1018. isa = XCConfigurationList;
  1019. buildConfigurations = (
  1020. C17F5122291EACCD00555EB5 /* Debug */,
  1021. C17F5123291EACCD00555EB5 /* Release */,
  1022. );
  1023. defaultConfigurationIsVisible = 0;
  1024. defaultConfigurationName = Release;
  1025. };
  1026. /* End XCConfigurationList section */
  1027. };
  1028. rootObject = C17F50BD291EAC3800555EB5 /* Project object */;
  1029. }