|
22 | 22 | D83A42B127CDE3F700B558B6 /* KeychainAccess in Frameworks */ = {isa = PBXBuildFile; productRef = D83A42B027CDE3F700B558B6 /* KeychainAccess */; }; |
23 | 23 | D8D3D7D427E2C74400BBE755 /* FileSelectDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D3D7D327E2C74400BBE755 /* FileSelectDialog.swift */; }; |
24 | 24 | D8D4163C27F24FDA005EDF14 /* EditServersDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D4163B27F24FDA005EDF14 /* EditServersDialog.swift */; }; |
| 25 | + D8D4163E27F4EEDA005EDF14 /* UpdateDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D4163D27F4EEDA005EDF14 /* UpdateDialog.swift */; }; |
| 26 | + D8D4164027F4F089005EDF14 /* GitHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D4163F27F4F089005EDF14 /* GitHub.swift */; }; |
| 27 | + D8D4164227F53732005EDF14 /* Updater.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D4164127F53732005EDF14 /* Updater.swift */; }; |
25 | 28 | D8D50C6427EE7AA10074B17C /* ErrorDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D50C6327EE7AA10074B17C /* ErrorDialog.swift */; }; |
26 | 29 | D8F05BB527D28E320067CB10 /* AlertToast in Frameworks */ = {isa = PBXBuildFile; productRef = D8F05BB427D28E320067CB10 /* AlertToast */; }; |
27 | 30 | D8F05BB927D594D80067CB10 /* AddServerDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8F05BB827D594D80067CB10 /* AddServerDialog.swift */; }; |
|
66 | 69 | D83A42AD27CBEFAB00B558B6 /* MissionStore.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = MissionStore.xcdatamodel; sourceTree = "<group>"; }; |
67 | 70 | D8D3D7D327E2C74400BBE755 /* FileSelectDialog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileSelectDialog.swift; sourceTree = "<group>"; }; |
68 | 71 | D8D4163B27F24FDA005EDF14 /* EditServersDialog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditServersDialog.swift; sourceTree = "<group>"; }; |
| 72 | + D8D4163D27F4EEDA005EDF14 /* UpdateDialog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateDialog.swift; sourceTree = "<group>"; }; |
| 73 | + D8D4163F27F4F089005EDF14 /* GitHub.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GitHub.swift; sourceTree = "<group>"; }; |
| 74 | + D8D4164127F53732005EDF14 /* Updater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Updater.swift; sourceTree = "<group>"; }; |
69 | 75 | D8D50C6327EE7AA10074B17C /* ErrorDialog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorDialog.swift; sourceTree = "<group>"; }; |
70 | 76 | D8F05BB627D2AAA80067CB10 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
71 | 77 | D8F05BB827D594D80067CB10 /* AddServerDialog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddServerDialog.swift; sourceTree = "<group>"; }; |
|
169 | 175 | children = ( |
170 | 176 | D8217C2327C82EDD009ABA7C /* Transmission.swift */, |
171 | 177 | D8F05BBC27D5A4920067CB10 /* FileAccess.swift */, |
| 178 | + D8D4163F27F4F089005EDF14 /* GitHub.swift */, |
| 179 | + D8D4164127F53732005EDF14 /* Updater.swift */, |
172 | 180 | ); |
173 | 181 | path = Remote; |
174 | 182 | sourceTree = "<group>"; |
|
182 | 190 | D8D3D7D327E2C74400BBE755 /* FileSelectDialog.swift */, |
183 | 191 | D8D50C6327EE7AA10074B17C /* ErrorDialog.swift */, |
184 | 192 | D8D4163B27F24FDA005EDF14 /* EditServersDialog.swift */, |
| 193 | + D8D4163D27F4EEDA005EDF14 /* UpdateDialog.swift */, |
185 | 194 | ); |
186 | 195 | path = Views; |
187 | 196 | sourceTree = "<group>"; |
|
348 | 357 | isa = PBXSourcesBuildPhase; |
349 | 358 | buildActionMask = 2147483647; |
350 | 359 | files = ( |
| 360 | + D8D4164027F4F089005EDF14 /* GitHub.swift in Sources */, |
351 | 361 | D8F05BB927D594D80067CB10 /* AddServerDialog.swift in Sources */, |
352 | 362 | D8217C2427C82EDD009ABA7C /* Transmission.swift in Sources */, |
353 | 363 | D8D50C6427EE7AA10074B17C /* ErrorDialog.swift in Sources */, |
|
358 | 368 | D8217BF727C82C7D009ABA7C /* ContentView.swift in Sources */, |
359 | 369 | D81D47D627D1B58A0050C0B3 /* Store.swift in Sources */, |
360 | 370 | D8217BF527C82C7D009ABA7C /* MissionApp.swift in Sources */, |
| 371 | + D8D4163E27F4EEDA005EDF14 /* UpdateDialog.swift in Sources */, |
361 | 372 | D83A42AB27CBEF7100B558B6 /* Persistence.swift in Sources */, |
| 373 | + D8D4164227F53732005EDF14 /* Updater.swift in Sources */, |
362 | 374 | D8D4163C27F24FDA005EDF14 /* EditServersDialog.swift in Sources */, |
363 | 375 | D8F05BBD27D5A4920067CB10 /* FileAccess.swift in Sources */, |
364 | 376 | ); |
|
521 | 533 | CODE_SIGN_IDENTITY = "-"; |
522 | 534 | CODE_SIGN_STYLE = Automatic; |
523 | 535 | COMBINE_HIDPI_IMAGES = YES; |
524 | | - CURRENT_PROJECT_VERSION = 10; |
| 536 | + CURRENT_PROJECT_VERSION = 1; |
525 | 537 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
526 | 538 | DEVELOPMENT_ASSET_PATHS = "\"Mission/Preview Content\""; |
527 | 539 | DEVELOPMENT_TEAM = D44Y5BBJ48; |
|
535 | 547 | "$(inherited)", |
536 | 548 | "@executable_path/../Frameworks", |
537 | 549 | ); |
538 | | - MARKETING_VERSION = 1.5; |
| 550 | + MARKETING_VERSION = 1.6; |
539 | 551 | PRODUCT_BUNDLE_IDENTIFIER = com.jdiggity.Mission; |
540 | 552 | PRODUCT_NAME = "$(TARGET_NAME)"; |
541 | 553 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
552 | 564 | CODE_SIGN_IDENTITY = "-"; |
553 | 565 | CODE_SIGN_STYLE = Automatic; |
554 | 566 | COMBINE_HIDPI_IMAGES = YES; |
555 | | - CURRENT_PROJECT_VERSION = 10; |
| 567 | + CURRENT_PROJECT_VERSION = 1; |
556 | 568 | DEVELOPMENT_ASSET_PATHS = "\"Mission/Preview Content\""; |
557 | 569 | DEVELOPMENT_TEAM = D44Y5BBJ48; |
558 | 570 | ENABLE_HARDENED_RUNTIME = YES; |
|
565 | 577 | "$(inherited)", |
566 | 578 | "@executable_path/../Frameworks", |
567 | 579 | ); |
568 | | - MARKETING_VERSION = 1.5; |
| 580 | + MARKETING_VERSION = 1.6; |
569 | 581 | PRODUCT_BUNDLE_IDENTIFIER = com.jdiggity.Mission; |
570 | 582 | PRODUCT_NAME = "$(TARGET_NAME)"; |
571 | 583 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
0 commit comments