|
25 | 25 | 00989C9A27E238930048776B /* VirtualMacConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00989C9927E238930048776B /* VirtualMacConfiguration.swift */; }; |
26 | 26 | 00A4FFE8283E3D6F004DD9B3 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A4FFE7283E3D6F004DD9B3 /* SettingsView.swift */; }; |
27 | 27 | 0114C02629AA2416004159AF /* MenuCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0114C02529AA2416004159AF /* MenuCommands.swift */; }; |
| 28 | + 01FCAD8429AB707C00F12689 /* ApplicationDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01FCAD8329AB707C00F12689 /* ApplicationDelegate.swift */; }; |
28 | 29 | /* End PBXBuildFile section */ |
29 | 30 |
|
30 | 31 | /* Begin PBXContainerItemProxy section */ |
|
68 | 69 | 00A4FFE7283E3D6F004DD9B3 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
69 | 70 | 00BA26AC2826DAF200E80B76 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
70 | 71 | 0114C02529AA2416004159AF /* MenuCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuCommands.swift; sourceTree = "<group>"; }; |
| 72 | + 01FCAD8329AB707C00F12689 /* ApplicationDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationDelegate.swift; sourceTree = "<group>"; }; |
71 | 73 | /* End PBXFileReference section */ |
72 | 74 |
|
73 | 75 | /* Begin PBXFrameworksBuildPhase section */ |
|
169 | 171 | 00989C9127E236A10048776B /* Model */ = { |
170 | 172 | isa = PBXGroup; |
171 | 173 | children = ( |
| 174 | + 01FCAD8329AB707C00F12689 /* ApplicationDelegate.swift */, |
172 | 175 | 0044A65427F601E60007988A /* MainViewModel.swift */, |
173 | 176 | 007987B027E24A8400960D74 /* VirtualMac.swift */, |
174 | 177 | 00989C9927E238930048776B /* VirtualMacConfiguration.swift */, |
|
323 | 326 | 00989C9627E236A10048776B /* MainView.swift in Sources */, |
324 | 327 | 0005A77A27E2809E0013BE83 /* VirtualMachineView.swift in Sources */, |
325 | 328 | 00989C6427E2340C0048776B /* virtualOSApp.swift in Sources */, |
| 329 | + 01FCAD8429AB707C00F12689 /* ApplicationDelegate.swift in Sources */, |
326 | 330 | 007987B127E24A8400960D74 /* VirtualMac.swift in Sources */, |
327 | 331 | 0044A65A27F76BD30007988A /* URL+Paths.swift in Sources */, |
328 | 332 | 00A4FFE8283E3D6F004DD9B3 /* SettingsView.swift in Sources */, |
|
492 | 496 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
493 | 497 | CODE_SIGN_STYLE = Automatic; |
494 | 498 | COMBINE_HIDPI_IMAGES = YES; |
495 | | - CURRENT_PROJECT_VERSION = 4; |
| 499 | + CURRENT_PROJECT_VERSION = 5; |
496 | 500 | DEAD_CODE_STRIPPING = YES; |
497 | 501 | DEVELOPMENT_ASSET_PATHS = "\"virtualOS/Preview Content\""; |
498 | 502 | DEVELOPMENT_TEAM = 2AD47BTDQ6; |
|
507 | 511 | "@executable_path/../Frameworks", |
508 | 512 | ); |
509 | 513 | MACOSX_DEPLOYMENT_TARGET = 12.0; |
510 | | - MARKETING_VERSION = 1.1; |
| 514 | + MARKETING_VERSION = 1.2; |
511 | 515 | PRODUCT_BUNDLE_IDENTIFIER = com.github.yep.ios.virtualOS; |
512 | 516 | PRODUCT_NAME = "$(TARGET_NAME)"; |
513 | 517 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
525 | 529 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
526 | 530 | CODE_SIGN_STYLE = Automatic; |
527 | 531 | COMBINE_HIDPI_IMAGES = YES; |
528 | | - CURRENT_PROJECT_VERSION = 4; |
| 532 | + CURRENT_PROJECT_VERSION = 5; |
529 | 533 | DEAD_CODE_STRIPPING = YES; |
530 | 534 | DEVELOPMENT_ASSET_PATHS = "\"virtualOS/Preview Content\""; |
531 | 535 | DEVELOPMENT_TEAM = 2AD47BTDQ6; |
|
540 | 544 | "@executable_path/../Frameworks", |
541 | 545 | ); |
542 | 546 | MACOSX_DEPLOYMENT_TARGET = 12.0; |
543 | | - MARKETING_VERSION = 1.1; |
| 547 | + MARKETING_VERSION = 1.2; |
544 | 548 | PRODUCT_BUNDLE_IDENTIFIER = com.github.yep.ios.virtualOS; |
545 | 549 | PRODUCT_NAME = "$(TARGET_NAME)"; |
546 | 550 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
0 commit comments