mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
844 lines
38 KiB
Plaintext
844 lines
38 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 77;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
A9083E402DF2226F0042906E /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A9083E3F2DF2225A0042906E /* libz.tbd */; };
|
|
A923172A2E07113100ECE1E6 /* TerminalController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92317292E07113100ECE1E6 /* TerminalController.swift */; };
|
|
A923172D2E07138000ECE1E6 /* SSHTerminalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A923172C2E07138000ECE1E6 /* SSHTerminalView.swift */; };
|
|
A923172F2E08851200ECE1E6 /* ShellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A923172E2E08851200ECE1E6 /* ShellView.swift */; };
|
|
A92538C82DEE0742007E0A18 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92538C52DEE0742007E0A18 /* ContentView.swift */; };
|
|
A92538C92DEE0742007E0A18 /* ShhShellApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92538C62DEE0742007E0A18 /* ShhShellApp.swift */; };
|
|
A92538CA2DEE0742007E0A18 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A92538C42DEE0742007E0A18 /* Assets.xcassets */; };
|
|
A92538CD2DEE0744007E0A18 /* ShhShellTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92538CB2DEE0744007E0A18 /* ShhShellTests.swift */; };
|
|
A92538D12DEE0745007E0A18 /* ShhShellUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92538CE2DEE0745007E0A18 /* ShhShellUITests.swift */; };
|
|
A92538D22DEE0745007E0A18 /* ShhShellUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92538CF2DEE0745007E0A18 /* ShhShellUITestsLaunchTests.swift */; };
|
|
A93143BE2DF4D0B300FCD5DB /* libpthread.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A93143BD2DF4D0A700FCD5DB /* libpthread.tbd */; };
|
|
A93143C02DF61B3200FCD5DB /* Host.swift in Sources */ = {isa = PBXBuildFile; fileRef = A93143BF2DF61B3200FCD5DB /* Host.swift */; };
|
|
A93143C62DF61FE300FCD5DB /* ViewModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = A93143C52DF61FE300FCD5DB /* ViewModifiers.swift */; };
|
|
A95FAA472DF3884B00DE2F5A /* Config.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = A95FAA462DF3884B00DE2F5A /* Config.xcconfig */; };
|
|
A95FAA542DF4B62900DE2F5A /* LibSSH.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = A95FAA502DF4B62100DE2F5A /* LibSSH.xcframework */; };
|
|
A95FAA552DF4B62900DE2F5A /* LibSSH.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = A95FAA502DF4B62100DE2F5A /* LibSSH.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
A95FAA562DF4B62A00DE2F5A /* openssl.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = A95FAA512DF4B62100DE2F5A /* openssl.xcframework */; };
|
|
A95FAA572DF4B62A00DE2F5A /* openssl.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = A95FAA512DF4B62100DE2F5A /* openssl.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
A96C6A8A2E0C0B1100F377FE /* SSHState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96C6A892E0C0B1100F377FE /* SSHState.swift */; };
|
|
A96C6AFE2E0C43B600F377FE /* Keypair.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96C6AFD2E0C43B600F377FE /* Keypair.swift */; };
|
|
A96C6B002E0C45FE00F377FE /* KeyDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96C6AFF2E0C45FE00F377FE /* KeyDetailView.swift */; };
|
|
A96C6B022E0C49E800F377FE /* CenteredLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96C6B012E0C49E800F377FE /* CenteredLabel.swift */; };
|
|
A98554552E05535F009051BD /* KeyManagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98554542E05535F009051BD /* KeyManagerView.swift */; };
|
|
A98554592E0553AA009051BD /* KeyManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98554582E0553AA009051BD /* KeyManager.swift */; };
|
|
A985545D2E055D4D009051BD /* ConnectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A985545C2E055D4D009051BD /* ConnectionView.swift */; };
|
|
A985545F2E056EDD009051BD /* KeychainLayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A985545E2E056EDD009051BD /* KeychainLayer.swift */; };
|
|
A98554612E058433009051BD /* HostsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98554602E058433009051BD /* HostsManager.swift */; };
|
|
A98554632E0587DF009051BD /* HostsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98554622E0587DF009051BD /* HostsView.swift */; };
|
|
A9A587202E0BF220006B31E6 /* SwiftTerm in Frameworks */ = {isa = PBXBuildFile; productRef = A9A5871F2E0BF220006B31E6 /* SwiftTerm */; };
|
|
A9B15A9A2E0ABA0400F66E02 /* DialogView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B15A992E0ABA0400F66E02 /* DialogView.swift */; };
|
|
A9C4140C2E096DB7005E3047 /* SSHError.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C4140B2E096DB7005E3047 /* SSHError.swift */; };
|
|
A9C897EF2DF1A9A400EF9A5F /* SSHHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C897EE2DF1A9A400EF9A5F /* SSHHandler.swift */; };
|
|
A9DA97712E0D30ED00142DDC /* HostSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9DA97702E0D30ED00142DDC /* HostSymbol.swift */; };
|
|
A9DA97732E0D40C100142DDC /* SymbolPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9DA97722E0D40C100142DDC /* SymbolPreview.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
A92538A82DEE06DE007E0A18 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = A92538922DEE06DC007E0A18 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = A92538992DEE06DC007E0A18;
|
|
remoteInfo = ShhShell;
|
|
};
|
|
A92538B22DEE06DE007E0A18 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = A92538922DEE06DC007E0A18 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = A92538992DEE06DC007E0A18;
|
|
remoteInfo = ShhShell;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
A9083DFB2DF21DAE0042906E /* Embed Frameworks */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
A95FAA572DF4B62A00DE2F5A /* openssl.xcframework in Embed Frameworks */,
|
|
A95FAA552DF4B62900DE2F5A /* LibSSH.xcframework in Embed Frameworks */,
|
|
);
|
|
name = "Embed Frameworks";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
A9083E3F2DF2225A0042906E /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
|
|
A92317292E07113100ECE1E6 /* TerminalController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalController.swift; sourceTree = "<group>"; };
|
|
A923172C2E07138000ECE1E6 /* SSHTerminalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSHTerminalView.swift; sourceTree = "<group>"; };
|
|
A923172E2E08851200ECE1E6 /* ShellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ShellView.swift; path = ShhShell/Views/Terminal/ShellView.swift; sourceTree = SOURCE_ROOT; };
|
|
A925389A2DEE06DC007E0A18 /* ShhShell.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ShhShell.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
A92538A72DEE06DE007E0A18 /* ShhShellTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ShhShellTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
A92538B12DEE06DE007E0A18 /* ShhShellUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ShhShellUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
A92538C42DEE0742007E0A18 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
A92538C52DEE0742007E0A18 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
A92538C62DEE0742007E0A18 /* ShhShellApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShhShellApp.swift; sourceTree = "<group>"; };
|
|
A92538CB2DEE0744007E0A18 /* ShhShellTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShhShellTests.swift; sourceTree = "<group>"; };
|
|
A92538CE2DEE0745007E0A18 /* ShhShellUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShhShellUITests.swift; sourceTree = "<group>"; };
|
|
A92538CF2DEE0745007E0A18 /* ShhShellUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShhShellUITestsLaunchTests.swift; sourceTree = "<group>"; };
|
|
A93143BD2DF4D0A700FCD5DB /* libpthread.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libpthread.tbd; path = usr/lib/libpthread.tbd; sourceTree = SDKROOT; };
|
|
A93143BF2DF61B3200FCD5DB /* Host.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Host.swift; sourceTree = "<group>"; };
|
|
A93143C22DF61F5700FCD5DB /* ShhShell.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShhShell.entitlements; sourceTree = "<group>"; };
|
|
A93143C52DF61FE300FCD5DB /* ViewModifiers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModifiers.swift; sourceTree = "<group>"; };
|
|
A95FAA462DF3884B00DE2F5A /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = SOURCE_ROOT; };
|
|
A95FAA502DF4B62100DE2F5A /* LibSSH.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = LibSSH.xcframework; path = Frameworks/LibSSH.xcframework; sourceTree = "<group>"; };
|
|
A95FAA512DF4B62100DE2F5A /* openssl.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = openssl.xcframework; path = Frameworks/openssl.xcframework; sourceTree = "<group>"; };
|
|
A95FAA5A2DF4B79900DE2F5A /* ci_post_clone.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ci_post_clone.sh; sourceTree = "<group>"; };
|
|
A95FAA5B2DF4B7A000DE2F5A /* ci_pre_xcodebuild.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ci_pre_xcodebuild.sh; sourceTree = "<group>"; };
|
|
A95FAA5C2DF4B7A300DE2F5A /* ci_prost_xcodebuild.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ci_prost_xcodebuild.sh; sourceTree = "<group>"; };
|
|
A96C6A892E0C0B1100F377FE /* SSHState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSHState.swift; sourceTree = "<group>"; };
|
|
A96C6AFD2E0C43B600F377FE /* Keypair.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Keypair.swift; sourceTree = "<group>"; };
|
|
A96C6AFF2E0C45FE00F377FE /* KeyDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyDetailView.swift; sourceTree = "<group>"; };
|
|
A96C6B012E0C49E800F377FE /* CenteredLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CenteredLabel.swift; sourceTree = "<group>"; };
|
|
A98554542E05535F009051BD /* KeyManagerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyManagerView.swift; sourceTree = "<group>"; };
|
|
A98554582E0553AA009051BD /* KeyManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyManager.swift; sourceTree = "<group>"; };
|
|
A985545C2E055D4D009051BD /* ConnectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionView.swift; sourceTree = "<group>"; };
|
|
A985545E2E056EDD009051BD /* KeychainLayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainLayer.swift; sourceTree = "<group>"; };
|
|
A98554602E058433009051BD /* HostsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HostsManager.swift; sourceTree = "<group>"; };
|
|
A98554622E0587DF009051BD /* HostsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HostsView.swift; sourceTree = "<group>"; };
|
|
A9B15A992E0ABA0400F66E02 /* DialogView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DialogView.swift; sourceTree = "<group>"; };
|
|
A9C4140B2E096DB7005E3047 /* SSHError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSHError.swift; sourceTree = "<group>"; };
|
|
A9C897EE2DF1A9A400EF9A5F /* SSHHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSHHandler.swift; sourceTree = "<group>"; };
|
|
A9DA97702E0D30ED00142DDC /* HostSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HostSymbol.swift; sourceTree = "<group>"; };
|
|
A9DA97722E0D40C100142DDC /* SymbolPreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolPreview.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
A92538972DEE06DC007E0A18 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A95FAA542DF4B62900DE2F5A /* LibSSH.xcframework in Frameworks */,
|
|
A9A587202E0BF220006B31E6 /* SwiftTerm in Frameworks */,
|
|
A93143BE2DF4D0B300FCD5DB /* libpthread.tbd in Frameworks */,
|
|
A9083E402DF2226F0042906E /* libz.tbd in Frameworks */,
|
|
A95FAA562DF4B62A00DE2F5A /* openssl.xcframework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A92538A42DEE06DE007E0A18 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A92538AE2DEE06DE007E0A18 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
A923172B2E0712F200ECE1E6 /* Terminal */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A92317292E07113100ECE1E6 /* TerminalController.swift */,
|
|
A923172E2E08851200ECE1E6 /* ShellView.swift */,
|
|
A923172C2E07138000ECE1E6 /* SSHTerminalView.swift */,
|
|
);
|
|
path = Terminal;
|
|
sourceTree = "<group>";
|
|
};
|
|
A92538912DEE06DC007E0A18 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A95FAA462DF3884B00DE2F5A /* Config.xcconfig */,
|
|
A95FAA582DF4B71F00DE2F5A /* ci_scripts */,
|
|
A92538C72DEE0742007E0A18 /* ShhShell */,
|
|
A92538D42DEE0756007E0A18 /* Resources */,
|
|
A92538CC2DEE0744007E0A18 /* ShhShellTests */,
|
|
A92538D02DEE0745007E0A18 /* ShhShellUITests */,
|
|
A9C8976F2DF1980900EF9A5F /* Frameworks */,
|
|
A925389B2DEE06DC007E0A18 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
A925389B2DEE06DC007E0A18 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A925389A2DEE06DC007E0A18 /* ShhShell.app */,
|
|
A92538A72DEE06DE007E0A18 /* ShhShellTests.xctest */,
|
|
A92538B12DEE06DE007E0A18 /* ShhShellUITests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
A92538C72DEE0742007E0A18 /* ShhShell */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A92538C62DEE0742007E0A18 /* ShhShellApp.swift */,
|
|
A93143C22DF61F5700FCD5DB /* ShhShell.entitlements */,
|
|
A98554572E055398009051BD /* Keys */,
|
|
A98554562E055394009051BD /* Host */,
|
|
A93143C12DF61E8500FCD5DB /* SSH */,
|
|
A92538D32DEE0749007E0A18 /* Views */,
|
|
);
|
|
path = ShhShell;
|
|
sourceTree = "<group>";
|
|
};
|
|
A92538CC2DEE0744007E0A18 /* ShhShellTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A92538CB2DEE0744007E0A18 /* ShhShellTests.swift */,
|
|
);
|
|
path = ShhShellTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
A92538D02DEE0745007E0A18 /* ShhShellUITests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A92538CE2DEE0745007E0A18 /* ShhShellUITests.swift */,
|
|
A92538CF2DEE0745007E0A18 /* ShhShellUITestsLaunchTests.swift */,
|
|
);
|
|
path = ShhShellUITests;
|
|
sourceTree = "<group>";
|
|
};
|
|
A92538D32DEE0749007E0A18 /* Views */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A92538C52DEE0742007E0A18 /* ContentView.swift */,
|
|
A98554532E05534F009051BD /* Keys */,
|
|
A96C6B042E0C523E00F377FE /* Hosts */,
|
|
A923172B2E0712F200ECE1E6 /* Terminal */,
|
|
A96C6B032E0C523600F377FE /* Misc */,
|
|
);
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
};
|
|
A92538D42DEE0756007E0A18 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A92538C42DEE0742007E0A18 /* Assets.xcassets */,
|
|
);
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
A93143C12DF61E8500FCD5DB /* SSH */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A9C897EE2DF1A9A400EF9A5F /* SSHHandler.swift */,
|
|
A9C4140B2E096DB7005E3047 /* SSHError.swift */,
|
|
A96C6A892E0C0B1100F377FE /* SSHState.swift */,
|
|
);
|
|
path = SSH;
|
|
sourceTree = "<group>";
|
|
};
|
|
A95FAA582DF4B71F00DE2F5A /* ci_scripts */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A95FAA5A2DF4B79900DE2F5A /* ci_post_clone.sh */,
|
|
A95FAA5B2DF4B7A000DE2F5A /* ci_pre_xcodebuild.sh */,
|
|
A95FAA5C2DF4B7A300DE2F5A /* ci_prost_xcodebuild.sh */,
|
|
);
|
|
path = ci_scripts;
|
|
sourceTree = "<group>";
|
|
};
|
|
A96C6B032E0C523600F377FE /* Misc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A96C6B012E0C49E800F377FE /* CenteredLabel.swift */,
|
|
A93143C52DF61FE300FCD5DB /* ViewModifiers.swift */,
|
|
A9B15A992E0ABA0400F66E02 /* DialogView.swift */,
|
|
);
|
|
path = Misc;
|
|
sourceTree = "<group>";
|
|
};
|
|
A96C6B042E0C523E00F377FE /* Hosts */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A985545C2E055D4D009051BD /* ConnectionView.swift */,
|
|
A98554622E0587DF009051BD /* HostsView.swift */,
|
|
);
|
|
path = Hosts;
|
|
sourceTree = "<group>";
|
|
};
|
|
A98554532E05534F009051BD /* Keys */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A96C6AFF2E0C45FE00F377FE /* KeyDetailView.swift */,
|
|
A98554542E05535F009051BD /* KeyManagerView.swift */,
|
|
);
|
|
path = Keys;
|
|
sourceTree = "<group>";
|
|
};
|
|
A98554562E055394009051BD /* Host */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A93143BF2DF61B3200FCD5DB /* Host.swift */,
|
|
A98554602E058433009051BD /* HostsManager.swift */,
|
|
A9DA97702E0D30ED00142DDC /* HostSymbol.swift */,
|
|
A9DA97722E0D40C100142DDC /* SymbolPreview.swift */,
|
|
);
|
|
path = Host;
|
|
sourceTree = "<group>";
|
|
};
|
|
A98554572E055398009051BD /* Keys */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A98554582E0553AA009051BD /* KeyManager.swift */,
|
|
A985545E2E056EDD009051BD /* KeychainLayer.swift */,
|
|
A96C6AFD2E0C43B600F377FE /* Keypair.swift */,
|
|
);
|
|
path = Keys;
|
|
sourceTree = "<group>";
|
|
};
|
|
A9C8976F2DF1980900EF9A5F /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A93143BD2DF4D0A700FCD5DB /* libpthread.tbd */,
|
|
A9083E3F2DF2225A0042906E /* libz.tbd */,
|
|
A95FAA502DF4B62100DE2F5A /* LibSSH.xcframework */,
|
|
A95FAA512DF4B62100DE2F5A /* openssl.xcframework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
A92538992DEE06DC007E0A18 /* ShhShell */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = A92538BB2DEE06DE007E0A18 /* Build configuration list for PBXNativeTarget "ShhShell" */;
|
|
buildPhases = (
|
|
A92538962DEE06DC007E0A18 /* Sources */,
|
|
A92538972DEE06DC007E0A18 /* Frameworks */,
|
|
A92538982DEE06DC007E0A18 /* Resources */,
|
|
A9083DFB2DF21DAE0042906E /* Embed Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = ShhShell;
|
|
packageProductDependencies = (
|
|
A9A5871F2E0BF220006B31E6 /* SwiftTerm */,
|
|
);
|
|
productName = ShhShell;
|
|
productReference = A925389A2DEE06DC007E0A18 /* ShhShell.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
A92538A62DEE06DE007E0A18 /* ShhShellTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = A92538BE2DEE06DE007E0A18 /* Build configuration list for PBXNativeTarget "ShhShellTests" */;
|
|
buildPhases = (
|
|
A92538A32DEE06DE007E0A18 /* Sources */,
|
|
A92538A42DEE06DE007E0A18 /* Frameworks */,
|
|
A92538A52DEE06DE007E0A18 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
A92538A92DEE06DE007E0A18 /* PBXTargetDependency */,
|
|
);
|
|
name = ShhShellTests;
|
|
packageProductDependencies = (
|
|
);
|
|
productName = ShhShellTests;
|
|
productReference = A92538A72DEE06DE007E0A18 /* ShhShellTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
A92538B02DEE06DE007E0A18 /* ShhShellUITests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = A92538C12DEE06DE007E0A18 /* Build configuration list for PBXNativeTarget "ShhShellUITests" */;
|
|
buildPhases = (
|
|
A92538AD2DEE06DE007E0A18 /* Sources */,
|
|
A92538AE2DEE06DE007E0A18 /* Frameworks */,
|
|
A92538AF2DEE06DE007E0A18 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
A92538B32DEE06DE007E0A18 /* PBXTargetDependency */,
|
|
);
|
|
name = ShhShellUITests;
|
|
packageProductDependencies = (
|
|
);
|
|
productName = ShhShellUITests;
|
|
productReference = A92538B12DEE06DE007E0A18 /* ShhShellUITests.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
A92538922DEE06DC007E0A18 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1640;
|
|
LastUpgradeCheck = 1640;
|
|
TargetAttributes = {
|
|
A92538992DEE06DC007E0A18 = {
|
|
CreatedOnToolsVersion = 16.4;
|
|
};
|
|
A92538A62DEE06DE007E0A18 = {
|
|
CreatedOnToolsVersion = 16.4;
|
|
TestTargetID = A92538992DEE06DC007E0A18;
|
|
};
|
|
A92538B02DEE06DE007E0A18 = {
|
|
CreatedOnToolsVersion = 16.4;
|
|
TestTargetID = A92538992DEE06DC007E0A18;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = A92538952DEE06DC007E0A18 /* Build configuration list for PBXProject "ShhShell" */;
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = A92538912DEE06DC007E0A18;
|
|
minimizedProjectReferenceProxies = 1;
|
|
packageReferences = (
|
|
A9A5871E2E0BF220006B31E6 /* XCRemoteSwiftPackageReference "SwiftTerm" */,
|
|
);
|
|
preferredProjectObjectVersion = 77;
|
|
productRefGroup = A925389B2DEE06DC007E0A18 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
A92538992DEE06DC007E0A18 /* ShhShell */,
|
|
A92538A62DEE06DE007E0A18 /* ShhShellTests */,
|
|
A92538B02DEE06DE007E0A18 /* ShhShellUITests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
A92538982DEE06DC007E0A18 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A95FAA472DF3884B00DE2F5A /* Config.xcconfig in Resources */,
|
|
A92538CA2DEE0742007E0A18 /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A92538A52DEE06DE007E0A18 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A92538AF2DEE06DE007E0A18 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
A92538962DEE06DC007E0A18 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A96C6B022E0C49E800F377FE /* CenteredLabel.swift in Sources */,
|
|
A923172F2E08851200ECE1E6 /* ShellView.swift in Sources */,
|
|
A985545F2E056EDD009051BD /* KeychainLayer.swift in Sources */,
|
|
A93143C62DF61FE300FCD5DB /* ViewModifiers.swift in Sources */,
|
|
A98554632E0587DF009051BD /* HostsView.swift in Sources */,
|
|
A96C6A8A2E0C0B1100F377FE /* SSHState.swift in Sources */,
|
|
A9DA97732E0D40C100142DDC /* SymbolPreview.swift in Sources */,
|
|
A92538C82DEE0742007E0A18 /* ContentView.swift in Sources */,
|
|
A93143C02DF61B3200FCD5DB /* Host.swift in Sources */,
|
|
A9B15A9A2E0ABA0400F66E02 /* DialogView.swift in Sources */,
|
|
A92538C92DEE0742007E0A18 /* ShhShellApp.swift in Sources */,
|
|
A96C6B002E0C45FE00F377FE /* KeyDetailView.swift in Sources */,
|
|
A9DA97712E0D30ED00142DDC /* HostSymbol.swift in Sources */,
|
|
A98554612E058433009051BD /* HostsManager.swift in Sources */,
|
|
A985545D2E055D4D009051BD /* ConnectionView.swift in Sources */,
|
|
A98554592E0553AA009051BD /* KeyManager.swift in Sources */,
|
|
A9C897EF2DF1A9A400EF9A5F /* SSHHandler.swift in Sources */,
|
|
A98554552E05535F009051BD /* KeyManagerView.swift in Sources */,
|
|
A923172D2E07138000ECE1E6 /* SSHTerminalView.swift in Sources */,
|
|
A96C6AFE2E0C43B600F377FE /* Keypair.swift in Sources */,
|
|
A9C4140C2E096DB7005E3047 /* SSHError.swift in Sources */,
|
|
A923172A2E07113100ECE1E6 /* TerminalController.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A92538A32DEE06DE007E0A18 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A92538CD2DEE0744007E0A18 /* ShhShellTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
A92538AD2DEE06DE007E0A18 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A92538D12DEE0745007E0A18 /* ShhShellUITests.swift in Sources */,
|
|
A92538D22DEE0745007E0A18 /* ShhShellUITestsLaunchTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
A92538A92DEE06DE007E0A18 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = A92538992DEE06DC007E0A18 /* ShhShell */;
|
|
targetProxy = A92538A82DEE06DE007E0A18 /* PBXContainerItemProxy */;
|
|
};
|
|
A92538B32DEE06DE007E0A18 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = A92538992DEE06DC007E0A18 /* ShhShell */;
|
|
targetProxy = A92538B22DEE06DE007E0A18 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
A92538B92DEE06DE007E0A18 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = A95FAA462DF3884B00DE2F5A /* Config.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
DEVELOPMENT_TEAM = 8JGND254B7;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A92538BA2DEE06DE007E0A18 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = A95FAA462DF3884B00DE2F5A /* Config.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
DEVELOPMENT_TEAM = 8JGND254B7;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
A92538BC2DEE06DE007E0A18 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_ENTITLEMENTS = ShhShell/ShhShell.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = "$(BUILD)";
|
|
DEVELOPMENT_TEAM = 8JGND254B7;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
|
|
INFOPLIST_KEY_NSFaceIDUsageDescription = "ShhShell uses Face ID to verify your identity";
|
|
INFOPLIST_KEY_NSLocalNetworkUsageDescription = _;
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = "$(VERSION)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.ShhShell;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
REGISTER_APP_GROUPS = YES;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
SUPPORTS_MACCATALYST = NO;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_STRICT_CONCURRENCY = complete;
|
|
SWIFT_VERSION = 6.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A92538BD2DEE06DE007E0A18 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_ENTITLEMENTS = ShhShell/ShhShell.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = "$(BUILD)";
|
|
DEVELOPMENT_TEAM = 8JGND254B7;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
|
|
INFOPLIST_KEY_NSFaceIDUsageDescription = "ShhShell uses Face ID to verify your identity";
|
|
INFOPLIST_KEY_NSLocalNetworkUsageDescription = _;
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = "$(VERSION)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.ShhShell;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
REGISTER_APP_GROUPS = YES;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
SUPPORTS_MACCATALYST = NO;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_STRICT_CONCURRENCY = complete;
|
|
SWIFT_VERSION = 6.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
A92538BF2DEE06DE007E0A18 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 8JGND254B7;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.ShhShellTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ShhShell.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ShhShell";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A92538C02DEE06DE007E0A18 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 8JGND254B7;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.ShhShellTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ShhShell.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ShhShell";
|
|
};
|
|
name = Release;
|
|
};
|
|
A92538C22DEE06DE007E0A18 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 8JGND254B7;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.ShhShellUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = ShhShell;
|
|
};
|
|
name = Debug;
|
|
};
|
|
A92538C32DEE06DE007E0A18 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 8JGND254B7;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.ShhShellUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = ShhShell;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
A92538952DEE06DC007E0A18 /* Build configuration list for PBXProject "ShhShell" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A92538B92DEE06DE007E0A18 /* Debug */,
|
|
A92538BA2DEE06DE007E0A18 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A92538BB2DEE06DE007E0A18 /* Build configuration list for PBXNativeTarget "ShhShell" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A92538BC2DEE06DE007E0A18 /* Debug */,
|
|
A92538BD2DEE06DE007E0A18 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A92538BE2DEE06DE007E0A18 /* Build configuration list for PBXNativeTarget "ShhShellTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A92538BF2DEE06DE007E0A18 /* Debug */,
|
|
A92538C02DEE06DE007E0A18 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A92538C12DEE06DE007E0A18 /* Build configuration list for PBXNativeTarget "ShhShellUITests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A92538C22DEE06DE007E0A18 /* Debug */,
|
|
A92538C32DEE06DE007E0A18 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
A9A5871E2E0BF220006B31E6 /* XCRemoteSwiftPackageReference "SwiftTerm" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/migueldeicaza/SwiftTerm";
|
|
requirement = {
|
|
branch = main;
|
|
kind = branch;
|
|
};
|
|
};
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
A9A5871F2E0BF220006B31E6 /* SwiftTerm */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = A9A5871E2E0BF220006B31E6 /* XCRemoteSwiftPackageReference "SwiftTerm" */;
|
|
productName = SwiftTerm;
|
|
};
|
|
/* End XCSwiftPackageProductDependency section */
|
|
};
|
|
rootObject = A92538922DEE06DC007E0A18 /* Project object */;
|
|
}
|