Skip to content

Commit 7bc00ef

Browse files
committed
Xcode project update
1 parent 0a429d4 commit 7bc00ef

File tree

5 files changed

+144
-23
lines changed

5 files changed

+144
-23
lines changed

QLFAUST.xcodeproj/project.pbxproj

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,13 @@
257257
/* End PBXFileReference section */
258258

259259
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
260+
FA7D4C372D9580E600A8BF2D /* Exceptions for "QLFAUST" folder in "FAUSTViewer" target */ = {
261+
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
262+
membershipExceptions = (
263+
Assets.xcassets,
264+
);
265+
target = FAE763E42D94B30500470645 /* FAUSTViewer */;
266+
};
260267
FA868A5F2D873A1000B7176F /* Exceptions for "QLFAUSTExtension" folder in "QLFAUSTExtension" target */ = {
261268
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
262269
membershipExceptions = (
@@ -292,6 +299,7 @@
292299
FA868A1E2D8739F800B7176F /* QLFAUST */ = {
293300
isa = PBXFileSystemSynchronizedRootGroup;
294301
exceptions = (
302+
FA7D4C372D9580E600A8BF2D /* Exceptions for "QLFAUST" folder in "FAUSTViewer" target */,
295303
FA868A652D873B3500B7176F /* Exceptions for "QLFAUST" folder in "QLFAUST" target */,
296304
);
297305
path = QLFAUST;
@@ -300,8 +308,8 @@
300308
FA868A522D873A1000B7176F /* QLFAUSTExtension */ = {
301309
isa = PBXFileSystemSynchronizedRootGroup;
302310
exceptions = (
303-
FA868A5F2D873A1000B7176F /* Exceptions for "QLFAUSTExtension" folder in "QLFAUSTExtension" target */,
304311
FAE763FD2D94B39200470645 /* Exceptions for "QLFAUSTExtension" folder in "FAUSTViewer" target */,
312+
FA868A5F2D873A1000B7176F /* Exceptions for "QLFAUSTExtension" folder in "QLFAUSTExtension" target */,
305313
);
306314
path = QLFAUSTExtension;
307315
sourceTree = "<group>";
@@ -880,12 +888,12 @@
880888
projectDirPath = "";
881889
projectRoot = "";
882890
targets = (
891+
FAE763E42D94B30500470645 /* FAUSTViewer */,
883892
FA868A1B2D8739F800B7176F /* QLFAUST */,
884893
FA868A4D2D873A1000B7176F /* QLFAUSTExtension */,
885894
FA868A2C2D8739F900B7176F /* QLFAUSTTests */,
886895
FA868A362D8739F900B7176F /* QLFAUSTUITests */,
887896
FAA367262D90B2AE008F9FDD /* FaustBridge */,
888-
FAE763E42D94B30500470645 /* FAUSTViewer */,
889897
);
890898
};
891899
/* End PBXProject section */
@@ -1163,7 +1171,7 @@
11631171
);
11641172
MACOSX_DEPLOYMENT_TARGET = 12.4;
11651173
MARKETING_VERSION = 0.0.3;
1166-
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.QLFAUST2;
1174+
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.QLFAUST;
11671175
PRODUCT_NAME = "$(TARGET_NAME)";
11681176
PROVISIONING_PROFILE_SPECIFIER = "";
11691177
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1201,7 +1209,7 @@
12011209
);
12021210
MACOSX_DEPLOYMENT_TARGET = 12.4;
12031211
MARKETING_VERSION = 0.0.3;
1204-
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.QLFAUST2;
1212+
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.QLFAUST;
12051213
PRODUCT_NAME = "$(TARGET_NAME)";
12061214
PROVISIONING_PROFILE_SPECIFIER = "";
12071215
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1313,7 +1321,7 @@
13131321
);
13141322
MACOSX_DEPLOYMENT_TARGET = 12.4;
13151323
MARKETING_VERSION = 0.0.3;
1316-
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.QLFAUST2.Extension;
1324+
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.QLFAUST.Extension;
13171325
PRODUCT_NAME = "$(TARGET_NAME)";
13181326
PROVISIONING_PROFILE_SPECIFIER = "";
13191327
SKIP_INSTALL = YES;
@@ -1348,7 +1356,7 @@
13481356
);
13491357
MACOSX_DEPLOYMENT_TARGET = 12.4;
13501358
MARKETING_VERSION = 0.0.3;
1351-
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.QLFAUST2.Extension;
1359+
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.QLFAUST.Extension;
13521360
PRODUCT_NAME = "$(TARGET_NAME)";
13531361
PROVISIONING_PROFILE_SPECIFIER = "";
13541362
SKIP_INSTALL = YES;
@@ -1424,6 +1432,7 @@
14241432
"$(inherited)",
14251433
"$(PROJECT_DIR)/Faust-2.79.3/lib",
14261434
);
1435+
MACOSX_DEPLOYMENT_TARGET = 12.4;
14271436
MARKETING_VERSION = 1.0;
14281437
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.FAUSTViewer;
14291438
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1457,6 +1466,7 @@
14571466
"$(inherited)",
14581467
"$(PROJECT_DIR)/Faust-2.79.3/lib",
14591468
);
1469+
MACOSX_DEPLOYMENT_TARGET = 12.4;
14601470
MARKETING_VERSION = 1.0;
14611471
PRODUCT_BUNDLE_IDENTIFIER = com.alexnadzharov.FAUSTViewer;
14621472
PRODUCT_NAME = "$(TARGET_NAME)";
Binary file not shown.
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1620"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "FAE763E42D94B30500470645"
19+
BuildableName = "FAUSTViewer.app"
20+
BlueprintName = "FAUSTViewer"
21+
ReferencedContainer = "container:QLFAUST.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
</BuildActionEntries>
25+
</BuildAction>
26+
<TestAction
27+
buildConfiguration = "Debug"
28+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
29+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
30+
shouldUseLaunchSchemeArgsEnv = "YES"
31+
shouldAutocreateTestPlan = "YES">
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "FAE763E42D94B30500470645"
48+
BuildableName = "FAUSTViewer.app"
49+
BlueprintName = "FAUSTViewer"
50+
ReferencedContainer = "container:QLFAUST.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "FAE763E42D94B30500470645"
65+
BuildableName = "FAUSTViewer.app"
66+
BlueprintName = "FAUSTViewer"
67+
ReferencedContainer = "container:QLFAUST.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

QLFAUST.xcodeproj/xcuserdata/alex.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
filePath = "FaustBridge/FaustBridge.mm"
3131
startingColumnNumber = "9223372036854775807"
3232
endingColumnNumber = "9223372036854775807"
33-
startingLineNumber = "199"
34-
endingLineNumber = "199"
33+
startingLineNumber = "200"
34+
endingLineNumber = "200"
3535
landmarkName = "-processAudio:output:frames:"
3636
landmarkType = "7">
3737
</BreakpointContent>
@@ -46,8 +46,8 @@
4646
filePath = "FaustBridge/FaustBridge.mm"
4747
startingColumnNumber = "9223372036854775807"
4848
endingColumnNumber = "9223372036854775807"
49-
startingLineNumber = "198"
50-
endingLineNumber = "198"
49+
startingLineNumber = "199"
50+
endingLineNumber = "199"
5151
landmarkName = "-processAudio:output:frames:"
5252
landmarkType = "7">
5353
</BreakpointContent>
@@ -62,8 +62,8 @@
6262
filePath = "QLFAUSTExtension/QLFAUSTView.swift"
6363
startingColumnNumber = "9223372036854775807"
6464
endingColumnNumber = "9223372036854775807"
65-
startingLineNumber = "57"
66-
endingLineNumber = "57"
65+
startingLineNumber = "56"
66+
endingLineNumber = "56"
6767
landmarkName = "init(fileURL:)"
6868
landmarkType = "7">
6969
</BreakpointContent>
@@ -78,8 +78,8 @@
7878
filePath = "QLFAUSTExtension/QLFAUSTView.swift"
7979
startingColumnNumber = "9223372036854775807"
8080
endingColumnNumber = "9223372036854775807"
81-
startingLineNumber = "58"
82-
endingLineNumber = "58"
81+
startingLineNumber = "57"
82+
endingLineNumber = "57"
8383
landmarkName = "init(fileURL:)"
8484
landmarkType = "7">
8585
</BreakpointContent>
@@ -110,8 +110,8 @@
110110
filePath = "QLFAUSTExtension/QLFAUSTView.swift"
111111
startingColumnNumber = "9223372036854775807"
112112
endingColumnNumber = "9223372036854775807"
113-
startingLineNumber = "73"
114-
endingLineNumber = "73"
113+
startingLineNumber = "71"
114+
endingLineNumber = "71"
115115
landmarkName = "init(fileURL:)"
116116
landmarkType = "7">
117117
</BreakpointContent>
@@ -126,8 +126,8 @@
126126
filePath = "QLFAUSTExtension/QLFAUSTView.swift"
127127
startingColumnNumber = "9223372036854775807"
128128
endingColumnNumber = "9223372036854775807"
129-
startingLineNumber = "72"
130-
endingLineNumber = "72"
129+
startingLineNumber = "70"
130+
endingLineNumber = "70"
131131
landmarkName = "init(fileURL:)"
132132
landmarkType = "7">
133133
</BreakpointContent>
@@ -142,8 +142,8 @@
142142
filePath = "QLFAUSTExtension/QLFAUSTView.swift"
143143
startingColumnNumber = "9223372036854775807"
144144
endingColumnNumber = "9223372036854775807"
145-
startingLineNumber = "71"
146-
endingLineNumber = "71"
145+
startingLineNumber = "69"
146+
endingLineNumber = "69"
147147
landmarkName = "init(fileURL:)"
148148
landmarkType = "7">
149149
</BreakpointContent>
@@ -174,8 +174,24 @@
174174
filePath = "QLFAUSTExtension/QLFAUSTView.swift"
175175
startingColumnNumber = "9223372036854775807"
176176
endingColumnNumber = "9223372036854775807"
177-
startingLineNumber = "94"
178-
endingLineNumber = "94"
177+
startingLineNumber = "92"
178+
endingLineNumber = "92"
179+
landmarkName = "render"
180+
landmarkType = "24">
181+
</BreakpointContent>
182+
</BreakpointProxy>
183+
<BreakpointProxy
184+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
185+
<BreakpointContent
186+
uuid = "90EF9307-4DEC-4593-8FE7-63354D9D6F2F"
187+
shouldBeEnabled = "No"
188+
ignoreCount = "0"
189+
continueAfterRunningActions = "No"
190+
filePath = "../../../Library/Developer/Xcode/DerivedData/QLFAUST-fhkdshplpduunnfmpvzhiobasfvy/SourcePackages/checkouts/FaustSwiftUI/Sources/FaustUIWidgets.swift"
191+
startingColumnNumber = "9223372036854775807"
192+
endingColumnNumber = "9223372036854775807"
193+
startingLineNumber = "338"
194+
endingLineNumber = "338"
179195
landmarkName = "render"
180196
landmarkType = "24">
181197
</BreakpointContent>

QLFAUST.xcodeproj/xcuserdata/alex.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,23 @@
1414
<key>orderHint</key>
1515
<integer>0</integer>
1616
</dict>
17-
<key>FaustBridge.xcscheme_^#shared#^_</key>
17+
<key>FAUSTViewer 1.xcscheme_^#shared#^_</key>
18+
<dict>
19+
<key>isShown</key>
20+
<false/>
21+
<key>orderHint</key>
22+
<integer>3</integer>
23+
</dict>
24+
<key>FAUSTViewer.xcscheme_^#shared#^_</key>
1825
<dict>
1926
<key>orderHint</key>
2027
<integer>2</integer>
2128
</dict>
29+
<key>FaustBridge.xcscheme_^#shared#^_</key>
30+
<dict>
31+
<key>orderHint</key>
32+
<integer>4</integer>
33+
</dict>
2234
<key>QLFAUST-UI.xcscheme_^#shared#^_</key>
2335
<dict>
2436
<key>orderHint</key>
@@ -52,6 +64,11 @@
5264
<key>primary</key>
5365
<true/>
5466
</dict>
67+
<key>FAE763E42D94B30500470645</key>
68+
<dict>
69+
<key>primary</key>
70+
<true/>
71+
</dict>
5572
</dict>
5673
</dict>
5774
</plist>

0 commit comments

Comments
 (0)