|
@@ -272,6 +272,7 @@
|
|
B3DDF57226E9BBA300CE47F0 /* AltKit in Frameworks */ = {isa = PBXBuildFile; productRef = B3DDF57126E9BBA300CE47F0 /* AltKit */; };
|
|
B3DDF57226E9BBA300CE47F0 /* AltKit in Frameworks */ = {isa = PBXBuildFile; productRef = B3DDF57126E9BBA300CE47F0 /* AltKit */; };
|
|
CD77BE422CAB51B40074ADD2 /* UTMScriptingExportCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD77BE412CAB519F0074ADD2 /* UTMScriptingExportCommand.swift */; };
|
|
CD77BE422CAB51B40074ADD2 /* UTMScriptingExportCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD77BE412CAB519F0074ADD2 /* UTMScriptingExportCommand.swift */; };
|
|
CD77BE442CB38F060074ADD2 /* UTMScriptingImportCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD77BE432CB38F060074ADD2 /* UTMScriptingImportCommand.swift */; };
|
|
CD77BE442CB38F060074ADD2 /* UTMScriptingImportCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD77BE432CB38F060074ADD2 /* UTMScriptingImportCommand.swift */; };
|
|
|
|
+ CD84C2092D3B446D00829850 /* UTMScriptingRegistryEntryImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD84C2082D3B446D00829850 /* UTMScriptingRegistryEntryImpl.swift */; };
|
|
CE020BA324AEDC7C00B44AB6 /* UTMData.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE020BA224AEDC7C00B44AB6 /* UTMData.swift */; };
|
|
CE020BA324AEDC7C00B44AB6 /* UTMData.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE020BA224AEDC7C00B44AB6 /* UTMData.swift */; };
|
|
CE020BA424AEDC7C00B44AB6 /* UTMData.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE020BA224AEDC7C00B44AB6 /* UTMData.swift */; };
|
|
CE020BA424AEDC7C00B44AB6 /* UTMData.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE020BA224AEDC7C00B44AB6 /* UTMData.swift */; };
|
|
CE020BA724AEDEF000B44AB6 /* Logging in Frameworks */ = {isa = PBXBuildFile; productRef = CE020BA624AEDEF000B44AB6 /* Logging */; };
|
|
CE020BA724AEDEF000B44AB6 /* Logging in Frameworks */ = {isa = PBXBuildFile; productRef = CE020BA624AEDEF000B44AB6 /* Logging */; };
|
|
@@ -1779,6 +1780,7 @@
|
|
C8958B6D243634DA002D86B4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
C8958B6D243634DA002D86B4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
CD77BE412CAB519F0074ADD2 /* UTMScriptingExportCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMScriptingExportCommand.swift; sourceTree = "<group>"; };
|
|
CD77BE412CAB519F0074ADD2 /* UTMScriptingExportCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMScriptingExportCommand.swift; sourceTree = "<group>"; };
|
|
CD77BE432CB38F060074ADD2 /* UTMScriptingImportCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMScriptingImportCommand.swift; sourceTree = "<group>"; };
|
|
CD77BE432CB38F060074ADD2 /* UTMScriptingImportCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMScriptingImportCommand.swift; sourceTree = "<group>"; };
|
|
|
|
+ CD84C2082D3B446D00829850 /* UTMScriptingRegistryEntryImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMScriptingRegistryEntryImpl.swift; sourceTree = "<group>"; };
|
|
CE020BA224AEDC7C00B44AB6 /* UTMData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMData.swift; sourceTree = "<group>"; };
|
|
CE020BA224AEDC7C00B44AB6 /* UTMData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMData.swift; sourceTree = "<group>"; };
|
|
CE020BAA24AEE00000B44AB6 /* UTMLoggingSwift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMLoggingSwift.swift; sourceTree = "<group>"; };
|
|
CE020BAA24AEE00000B44AB6 /* UTMLoggingSwift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMLoggingSwift.swift; sourceTree = "<group>"; };
|
|
CE020BB524B14F8400B44AB6 /* UTMVirtualMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMVirtualMachine.swift; sourceTree = "<group>"; };
|
|
CE020BB524B14F8400B44AB6 /* UTMVirtualMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMVirtualMachine.swift; sourceTree = "<group>"; };
|
|
@@ -3027,6 +3029,7 @@
|
|
CEC794B9294924E300121A9F /* UTMScriptingSerialPortImpl.swift */,
|
|
CEC794B9294924E300121A9F /* UTMScriptingSerialPortImpl.swift */,
|
|
CE25124829BFDBA6000790AB /* UTMScriptingGuestFileImpl.swift */,
|
|
CE25124829BFDBA6000790AB /* UTMScriptingGuestFileImpl.swift */,
|
|
CE25124629BFDB87000790AB /* UTMScriptingGuestProcessImpl.swift */,
|
|
CE25124629BFDB87000790AB /* UTMScriptingGuestProcessImpl.swift */,
|
|
|
|
+ CD84C2082D3B446D00829850 /* UTMScriptingRegistryEntryImpl.swift */,
|
|
CE25124C29C55816000790AB /* UTMScriptingConfigImpl.swift */,
|
|
CE25124C29C55816000790AB /* UTMScriptingConfigImpl.swift */,
|
|
CE25125429C80CD4000790AB /* UTMScriptingCreateCommand.swift */,
|
|
CE25125429C80CD4000790AB /* UTMScriptingCreateCommand.swift */,
|
|
CD77BE432CB38F060074ADD2 /* UTMScriptingImportCommand.swift */,
|
|
CD77BE432CB38F060074ADD2 /* UTMScriptingImportCommand.swift */,
|
|
@@ -3724,6 +3727,7 @@
|
|
CEBE820D26A4C8E0007AAB12 /* VMWizardSummaryView.swift in Sources */,
|
|
CEBE820D26A4C8E0007AAB12 /* VMWizardSummaryView.swift in Sources */,
|
|
8401FDB2269E602000265F0D /* VMConfigAppleDriveDetailsView.swift in Sources */,
|
|
8401FDB2269E602000265F0D /* VMConfigAppleDriveDetailsView.swift in Sources */,
|
|
841619B428431DA5000034B2 /* UTMQemuConfigurationQEMU.swift in Sources */,
|
|
841619B428431DA5000034B2 /* UTMQemuConfigurationQEMU.swift in Sources */,
|
|
|
|
+ CD84C2092D3B446D00829850 /* UTMScriptingRegistryEntryImpl.swift in Sources */,
|
|
CEF0307626A2B40B00667B63 /* VMWizardHardwareView.swift in Sources */,
|
|
CEF0307626A2B40B00667B63 /* VMWizardHardwareView.swift in Sources */,
|
|
CED234EE254796E500ED0A57 /* NumberTextField.swift in Sources */,
|
|
CED234EE254796E500ED0A57 /* NumberTextField.swift in Sources */,
|
|
841619B028431952000034B2 /* UTMQemuConfigurationSystem.swift in Sources */,
|
|
841619B028431952000034B2 /* UTMQemuConfigurationSystem.swift in Sources */,
|