diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-22 21:47:01 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-22 21:47:01 -0400 |
commit | cd805338649b04cd9cff9185f0e229946fbadba7 (patch) | |
tree | c1e67a79b0ade1e88b27746dba25e66d6af8381c /macOS/Ether.xcodeproj/xcshareddata/xcschemes/Ether.xcscheme | |
parent | 315e75f125601b67b2fa137a6b141d2655f218b4 (diff) | |
download | ether-cd805338649b04cd9cff9185f0e229946fbadba7.tar.gz ether-cd805338649b04cd9cff9185f0e229946fbadba7.tar.bz2 ether-cd805338649b04cd9cff9185f0e229946fbadba7.zip |
did some stuff to make mac distribution work v1.0.1
don't forget to run bundle-dylibs.sh
Diffstat (limited to 'macOS/Ether.xcodeproj/xcshareddata/xcschemes/Ether.xcscheme')
-rw-r--r-- | macOS/Ether.xcodeproj/xcshareddata/xcschemes/Ether.xcscheme | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/macOS/Ether.xcodeproj/xcshareddata/xcschemes/Ether.xcscheme b/macOS/Ether.xcodeproj/xcshareddata/xcschemes/Ether.xcscheme new file mode 100644 index 0000000..5b95d8e --- /dev/null +++ b/macOS/Ether.xcodeproj/xcshareddata/xcschemes/Ether.xcscheme | |||
@@ -0,0 +1,91 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <Scheme | ||
3 | LastUpgradeVersion = "1010" | ||
4 | version = "1.3"> | ||
5 | <BuildAction | ||
6 | parallelizeBuildables = "YES" | ||
7 | buildImplicitDependencies = "YES"> | ||
8 | <BuildActionEntries> | ||
9 | <BuildActionEntry | ||
10 | buildForTesting = "YES" | ||
11 | buildForRunning = "YES" | ||
12 | buildForProfiling = "YES" | ||
13 | buildForArchiving = "YES" | ||
14 | buildForAnalyzing = "YES"> | ||
15 | <BuildableReference | ||
16 | BuildableIdentifier = "primary" | ||
17 | BlueprintIdentifier = "6CD6FEB627E76AE0005B65A5" | ||
18 | BuildableName = "Ether.app" | ||
19 | BlueprintName = "Ether" | ||
20 | ReferencedContainer = "container:Ether.xcodeproj"> | ||
21 | </BuildableReference> | ||
22 | </BuildActionEntry> | ||
23 | </BuildActionEntries> | ||
24 | </BuildAction> | ||
25 | <TestAction | ||
26 | buildConfiguration = "Debug" | ||
27 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
28 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
29 | shouldUseLaunchSchemeArgsEnv = "YES"> | ||
30 | <Testables> | ||
31 | </Testables> | ||
32 | <MacroExpansion> | ||
33 | <BuildableReference | ||
34 | BuildableIdentifier = "primary" | ||
35 | BlueprintIdentifier = "6CD6FEB627E76AE0005B65A5" | ||
36 | BuildableName = "Ether.app" | ||
37 | BlueprintName = "Ether" | ||
38 | ReferencedContainer = "container:Ether.xcodeproj"> | ||
39 | </BuildableReference> | ||
40 | </MacroExpansion> | ||
41 | <AdditionalOptions> | ||
42 | </AdditionalOptions> | ||
43 | </TestAction> | ||
44 | <LaunchAction | ||
45 | buildConfiguration = "Release" | ||
46 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
47 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
48 | launchStyle = "0" | ||
49 | useCustomWorkingDirectory = "NO" | ||
50 | ignoresPersistentStateOnLaunch = "NO" | ||
51 | debugDocumentVersioning = "YES" | ||
52 | debugServiceExtension = "internal" | ||
53 | allowLocationSimulation = "YES"> | ||
54 | <BuildableProductRunnable | ||
55 | runnableDebuggingMode = "0"> | ||
56 | <BuildableReference | ||
57 | BuildableIdentifier = "primary" | ||
58 | BlueprintIdentifier = "6CD6FEB627E76AE0005B65A5" | ||
59 | BuildableName = "Ether.app" | ||
60 | BlueprintName = "Ether" | ||
61 | ReferencedContainer = "container:Ether.xcodeproj"> | ||
62 | </BuildableReference> | ||
63 | </BuildableProductRunnable> | ||
64 | <AdditionalOptions> | ||
65 | </AdditionalOptions> | ||
66 | </LaunchAction> | ||
67 | <ProfileAction | ||
68 | buildConfiguration = "Release" | ||
69 | shouldUseLaunchSchemeArgsEnv = "YES" | ||
70 | savedToolIdentifier = "" | ||
71 | useCustomWorkingDirectory = "NO" | ||
72 | debugDocumentVersioning = "YES"> | ||
73 | <BuildableProductRunnable | ||
74 | runnableDebuggingMode = "0"> | ||
75 | <BuildableReference | ||
76 | BuildableIdentifier = "primary" | ||
77 | BlueprintIdentifier = "6CD6FEB627E76AE0005B65A5" | ||
78 | BuildableName = "Ether.app" | ||
79 | BlueprintName = "Ether" | ||
80 | ReferencedContainer = "container:Ether.xcodeproj"> | ||
81 | </BuildableReference> | ||
82 | </BuildableProductRunnable> | ||
83 | </ProfileAction> | ||
84 | <AnalyzeAction | ||
85 | buildConfiguration = "Debug"> | ||
86 | </AnalyzeAction> | ||
87 | <ArchiveAction | ||
88 | buildConfiguration = "Release" | ||
89 | revealArchiveInOrganizer = "YES"> | ||
90 | </ArchiveAction> | ||
91 | </Scheme> | ||