|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 430D64C51CB7846A00FCA750 /* NSData+CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430D64C41CB7846A00FCA750 /* NSData+CRC.swift */; }; |
11 | | - 4337D7EB1C351B0B0016851F /* CommonCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4337D7EA1C351B0B0016851F /* CommonCrypto.framework */; }; |
12 | | - 4337D7ED1C3521210016851F /* CommonCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4337D7EA1C351B0B0016851F /* CommonCrypto.framework */; }; |
13 | | - 434FD68A1C3523A7000B4E2E /* CommonCrypto.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4337D7EA1C351B0B0016851F /* CommonCrypto.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
14 | 11 | 43CABDF71C3506F100005705 /* xDripG5.h in Headers */ = {isa = PBXBuildFile; fileRef = 43CABDF61C3506F100005705 /* xDripG5.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
15 | 12 | 43CABDFE1C3506F100005705 /* xDripG5.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43CABDF31C3506F100005705 /* xDripG5.framework */; }; |
16 | 13 | 43CABE121C350B2800005705 /* BluetoothManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43CABE0E1C350B2800005705 /* BluetoothManager.swift */; }; |
|
39 | 36 | 43CE7CDC1CA77468003CC1B0 /* TransmitterStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43CE7CDB1CA77468003CC1B0 /* TransmitterStatus.swift */; }; |
40 | 37 | 43DC87C01C8B509B005BC30D /* NSData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43DC87BF1C8B509B005BC30D /* NSData.swift */; }; |
41 | 38 | 43DC87C21C8B520F005BC30D /* GlucoseRxMessageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43DC87C11C8B520F005BC30D /* GlucoseRxMessageTests.swift */; }; |
| 39 | + 43EEA7111D14DC0800CBBDA0 /* AESCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EEA70F1D14DC0800CBBDA0 /* AESCrypt.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 40 | + 43EEA7121D14DC0800CBBDA0 /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 43EEA7101D14DC0800CBBDA0 /* AESCrypt.m */; }; |
| 41 | + 43F82BCC1D035AA4006F5DD7 /* TransmitterTimeRxMessageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F82BCB1D035AA4006F5DD7 /* TransmitterTimeRxMessageTests.swift */; }; |
| 42 | + 43F82BCE1D035D5C006F5DD7 /* SessionStartRxMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F82BCD1D035D5C006F5DD7 /* SessionStartRxMessage.swift */; }; |
| 43 | + 43F82BD01D035D68006F5DD7 /* SessionStopRxMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F82BCF1D035D68006F5DD7 /* SessionStopRxMessage.swift */; }; |
| 44 | + 43F82BD21D037040006F5DD7 /* SessionStopRxMessageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F82BD11D037040006F5DD7 /* SessionStopRxMessageTests.swift */; }; |
| 45 | + 43F82BD41D037227006F5DD7 /* SessionStartRxMessageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F82BD31D037227006F5DD7 /* SessionStartRxMessageTests.swift */; }; |
42 | 46 | /* End PBXBuildFile section */ |
43 | 47 |
|
44 | 48 | /* Begin PBXContainerItemProxy section */ |
|
58 | 62 | dstPath = ""; |
59 | 63 | dstSubfolderSpec = 10; |
60 | 64 | files = ( |
61 | | - 434FD68A1C3523A7000B4E2E /* CommonCrypto.framework in CopyFiles */, |
62 | 65 | ); |
63 | 66 | runOnlyForDeploymentPostprocessing = 0; |
64 | 67 | }; |
65 | 68 | /* End PBXCopyFilesBuildPhase section */ |
66 | 69 |
|
67 | 70 | /* Begin PBXFileReference section */ |
68 | 71 | 430D64C41CB7846A00FCA750 /* NSData+CRC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSData+CRC.swift"; sourceTree = "<group>"; }; |
69 | | - 4337D7EA1C351B0B0016851F /* CommonCrypto.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CommonCrypto.framework; path = Carthage/Build/iOS/CommonCrypto.framework; sourceTree = "<group>"; }; |
70 | 72 | 43CABDF31C3506F100005705 /* xDripG5.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = xDripG5.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
71 | 73 | 43CABDF61C3506F100005705 /* xDripG5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xDripG5.h; sourceTree = "<group>"; }; |
72 | 74 | 43CABDF81C3506F100005705 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
98 | 100 | 43CE7CDB1CA77468003CC1B0 /* TransmitterStatus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransmitterStatus.swift; sourceTree = "<group>"; }; |
99 | 101 | 43DC87BF1C8B509B005BC30D /* NSData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSData.swift; sourceTree = "<group>"; }; |
100 | 102 | 43DC87C11C8B520F005BC30D /* GlucoseRxMessageTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GlucoseRxMessageTests.swift; sourceTree = "<group>"; }; |
| 103 | + 43EEA70F1D14DC0800CBBDA0 /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AESCrypt.h; sourceTree = "<group>"; }; |
| 104 | + 43EEA7101D14DC0800CBBDA0 /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AESCrypt.m; sourceTree = "<group>"; }; |
| 105 | + 43F82BCB1D035AA4006F5DD7 /* TransmitterTimeRxMessageTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransmitterTimeRxMessageTests.swift; sourceTree = "<group>"; }; |
| 106 | + 43F82BCD1D035D5C006F5DD7 /* SessionStartRxMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SessionStartRxMessage.swift; sourceTree = "<group>"; }; |
| 107 | + 43F82BCF1D035D68006F5DD7 /* SessionStopRxMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SessionStopRxMessage.swift; sourceTree = "<group>"; }; |
| 108 | + 43F82BD11D037040006F5DD7 /* SessionStopRxMessageTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SessionStopRxMessageTests.swift; sourceTree = "<group>"; }; |
| 109 | + 43F82BD31D037227006F5DD7 /* SessionStartRxMessageTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SessionStartRxMessageTests.swift; sourceTree = "<group>"; }; |
101 | 110 | /* End PBXFileReference section */ |
102 | 111 |
|
103 | 112 | /* Begin PBXFrameworksBuildPhase section */ |
104 | 113 | 43CABDEF1C3506F100005705 /* Frameworks */ = { |
105 | 114 | isa = PBXFrameworksBuildPhase; |
106 | 115 | buildActionMask = 2147483647; |
107 | 116 | files = ( |
108 | | - 4337D7EB1C351B0B0016851F /* CommonCrypto.framework in Frameworks */, |
109 | 117 | ); |
110 | 118 | runOnlyForDeploymentPostprocessing = 0; |
111 | 119 | }; |
112 | 120 | 43CABDFA1C3506F100005705 /* Frameworks */ = { |
113 | 121 | isa = PBXFrameworksBuildPhase; |
114 | 122 | buildActionMask = 2147483647; |
115 | 123 | files = ( |
116 | | - 4337D7ED1C3521210016851F /* CommonCrypto.framework in Frameworks */, |
117 | 124 | 43CABDFE1C3506F100005705 /* xDripG5.framework in Frameworks */, |
118 | 125 | ); |
119 | 126 | runOnlyForDeploymentPostprocessing = 0; |
|
124 | 131 | 43CABDE91C3506F100005705 = { |
125 | 132 | isa = PBXGroup; |
126 | 133 | children = ( |
127 | | - 4337D7EA1C351B0B0016851F /* CommonCrypto.framework */, |
128 | 134 | 43CABDF51C3506F100005705 /* xDripG5 */, |
129 | 135 | 43CABE011C3506F100005705 /* xDripG5Tests */, |
130 | 136 | 43CABDF41C3506F100005705 /* Products */, |
|
152 | 158 | 43CABE111C350B2800005705 /* Transmitter.swift */, |
153 | 159 | 43CE7CDB1CA77468003CC1B0 /* TransmitterStatus.swift */, |
154 | 160 | 43CABE161C350B2E00005705 /* Messages */, |
| 161 | + 43EEA70F1D14DC0800CBBDA0 /* AESCrypt.h */, |
| 162 | + 43EEA7101D14DC0800CBBDA0 /* AESCrypt.m */, |
155 | 163 | ); |
156 | 164 | path = xDripG5; |
157 | 165 | sourceTree = "<group>"; |
158 | 166 | }; |
159 | 167 | 43CABE011C3506F100005705 /* xDripG5Tests */ = { |
160 | 168 | isa = PBXGroup; |
161 | 169 | children = ( |
162 | | - 43CABE041C3506F100005705 /* Info.plist */, |
163 | 170 | 43DC87C11C8B520F005BC30D /* GlucoseRxMessageTests.swift */, |
| 171 | + 43CABE041C3506F100005705 /* Info.plist */, |
164 | 172 | 43DC87BF1C8B509B005BC30D /* NSData.swift */, |
| 173 | + 43F82BCB1D035AA4006F5DD7 /* TransmitterTimeRxMessageTests.swift */, |
| 174 | + 43F82BD11D037040006F5DD7 /* SessionStopRxMessageTests.swift */, |
| 175 | + 43F82BD31D037227006F5DD7 /* SessionStartRxMessageTests.swift */, |
165 | 176 | ); |
166 | 177 | path = xDripG5Tests; |
167 | 178 | sourceTree = "<group>"; |
|
182 | 193 | 43CABE1D1C350B3D00005705 /* GlucoseRxMessage.swift */, |
183 | 194 | 43CABE1E1C350B3D00005705 /* GlucoseTxMessage.swift */, |
184 | 195 | 43CABE1F1C350B3D00005705 /* KeepAliveTxMessage.swift */, |
| 196 | + 43F82BCD1D035D5C006F5DD7 /* SessionStartRxMessage.swift */, |
185 | 197 | 43CE7CCD1CA73C22003CC1B0 /* SessionStartTxMessage.swift */, |
| 198 | + 43F82BCF1D035D68006F5DD7 /* SessionStopRxMessage.swift */, |
186 | 199 | 43CE7CCF1CA73C57003CC1B0 /* SessionStopTxMessage.swift */, |
187 | 200 | 43CABE201C350B3D00005705 /* TransmitterMessage.swift */, |
188 | 201 | 43CABE211C350B3D00005705 /* TransmitterTimeRxMessage.swift */, |
|
200 | 213 | buildActionMask = 2147483647; |
201 | 214 | files = ( |
202 | 215 | 43CABDF71C3506F100005705 /* xDripG5.h in Headers */, |
| 216 | + 43EEA7111D14DC0800CBBDA0 /* AESCrypt.h in Headers */, |
203 | 217 | ); |
204 | 218 | runOnlyForDeploymentPostprocessing = 0; |
205 | 219 | }; |
|
249 | 263 | 43CABDEA1C3506F100005705 /* Project object */ = { |
250 | 264 | isa = PBXProject; |
251 | 265 | attributes = { |
252 | | - LastSwiftUpdateCheck = 0720; |
| 266 | + LastSwiftUpdateCheck = 0730; |
253 | 267 | LastUpgradeCheck = 0720; |
254 | 268 | ORGANIZATIONNAME = "Nathan Racklyeft"; |
255 | 269 | TargetAttributes = { |
|
313 | 327 | 43CABE2A1C350B3D00005705 /* GlucoseTxMessage.swift in Sources */, |
314 | 328 | 43CE7CC81CA73AEB003CC1B0 /* FirmwareVersionTxMessage.swift in Sources */, |
315 | 329 | 43CE7CCC1CA73BCC003CC1B0 /* BatteryStatusTxMessage.swift in Sources */, |
| 330 | + 43EEA7121D14DC0800CBBDA0 /* AESCrypt.m in Sources */, |
316 | 331 | 43CE7CCE1CA73C22003CC1B0 /* SessionStartTxMessage.swift in Sources */, |
317 | 332 | 43CABE2E1C350B3D00005705 /* TransmitterTimeTxMessage.swift in Sources */, |
318 | 333 | 43CABE2C1C350B3D00005705 /* TransmitterMessage.swift in Sources */, |
|
324 | 339 | 43CABE2B1C350B3D00005705 /* KeepAliveTxMessage.swift in Sources */, |
325 | 340 | 43CABE241C350B3D00005705 /* AuthChallengeTxMessage.swift in Sources */, |
326 | 341 | 43CE7CD21CA73CBC003CC1B0 /* CalibrateGlucoseTxMessage.swift in Sources */, |
| 342 | + 43F82BD01D035D68006F5DD7 /* SessionStopRxMessage.swift in Sources */, |
| 343 | + 43F82BCE1D035D5C006F5DD7 /* SessionStartRxMessage.swift in Sources */, |
327 | 344 | 43CABE251C350B3D00005705 /* AuthRequestTxMessage.swift in Sources */, |
328 | 345 | 430D64C51CB7846A00FCA750 /* NSData+CRC.swift in Sources */, |
329 | 346 | ); |
|
333 | 350 | isa = PBXSourcesBuildPhase; |
334 | 351 | buildActionMask = 2147483647; |
335 | 352 | files = ( |
| 353 | + 43F82BCC1D035AA4006F5DD7 /* TransmitterTimeRxMessageTests.swift in Sources */, |
| 354 | + 43F82BD41D037227006F5DD7 /* SessionStartRxMessageTests.swift in Sources */, |
336 | 355 | 43DC87C01C8B509B005BC30D /* NSData.swift in Sources */, |
| 356 | + 43F82BD21D037040006F5DD7 /* SessionStopRxMessageTests.swift in Sources */, |
337 | 357 | 43DC87C21C8B520F005BC30D /* GlucoseRxMessageTests.swift in Sources */, |
338 | 358 | ); |
339 | 359 | runOnlyForDeploymentPostprocessing = 0; |
|
368 | 388 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
369 | 389 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
370 | 390 | COPY_PHASE_STRIP = NO; |
371 | | - CURRENT_PROJECT_VERSION = 9; |
| 391 | + CURRENT_PROJECT_VERSION = 11; |
372 | 392 | DEBUG_INFORMATION_FORMAT = dwarf; |
373 | 393 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
374 | 394 | ENABLE_TESTABILITY = YES; |
|
416 | 436 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
417 | 437 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
418 | 438 | COPY_PHASE_STRIP = NO; |
419 | | - CURRENT_PROJECT_VERSION = 9; |
| 439 | + CURRENT_PROJECT_VERSION = 11; |
420 | 440 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
421 | 441 | ENABLE_NS_ASSERTIONS = NO; |
422 | 442 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
444 | 464 | CLANG_ENABLE_MODULES = YES; |
445 | 465 | DEFINES_MODULE = YES; |
446 | 466 | DYLIB_COMPATIBILITY_VERSION = 1; |
447 | | - DYLIB_CURRENT_VERSION = 9; |
| 467 | + DYLIB_CURRENT_VERSION = 11; |
448 | 468 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
449 | | - FRAMEWORK_SEARCH_PATHS = ( |
450 | | - "$(inherited)", |
451 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
452 | | - ); |
453 | 469 | INFOPLIST_FILE = xDripG5/Info.plist; |
454 | 470 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
455 | 471 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
466 | 482 | CLANG_ENABLE_MODULES = YES; |
467 | 483 | DEFINES_MODULE = YES; |
468 | 484 | DYLIB_COMPATIBILITY_VERSION = 1; |
469 | | - DYLIB_CURRENT_VERSION = 9; |
| 485 | + DYLIB_CURRENT_VERSION = 11; |
470 | 486 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
471 | | - FRAMEWORK_SEARCH_PATHS = ( |
472 | | - "$(inherited)", |
473 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
474 | | - ); |
475 | 487 | INFOPLIST_FILE = xDripG5/Info.plist; |
476 | 488 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
477 | 489 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
0 commit comments