Skip to content

Commit 43a0b39

Browse files
jdolanCopilot
andcommitted
Flatten Hello-iOS/ directory into Examples/
Move Info.plist and LaunchScreen.storyboard up to Examples/ and remove the now-empty Hello-iOS/ subdirectory. Update INFOPLIST_FILE build settings and dissolve the Hello-iOS Xcode group accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a2f1929 commit 43a0b39

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

File renamed without changes.

ObjectivelyGPU.xcodeproj/project.pbxproj

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@
342342
EE00200000000000000000B1 /* Examples */ = {
343343
isa = PBXGroup;
344344
children = (
345-
EI00E00000000000000000B1 /* Hello-iOS */,
346345
EE00010000000000000000B1 /* Hello.c */,
347346
CECF83A42FEF712F00CB0CCA /* Hello.frag.glsl */,
348347
CECF83A52FEF712F00CB0CCA /* Hello.frag.msl */,
@@ -360,18 +359,11 @@
360359
CECF83B02FEF712F00CB0CCA /* HelloCompute.vert.glsl */,
361360
CECF83B12FEF712F00CB0CCA /* HelloCompute.vert.msl */,
362361
CECF83B22FEF712F00CB0CCA /* HelloCompute.vert.spv */,
363-
CECF83A32FEF6F5B00CB0CCA /* Makefile.am */,
364-
);
365-
path = Examples;
366-
sourceTree = "<group>";
367-
};
368-
EI00E00000000000000000B1 /* Hello-iOS */ = {
369-
isa = PBXGroup;
370-
children = (
371362
EI00020000000000000000B2 /* Info.plist */,
372363
EI00030000000000000000B3 /* LaunchScreen.storyboard */,
364+
CECF83A32FEF6F5B00CB0CCA /* Makefile.am */,
373365
);
374-
path = "Hello-iOS";
366+
path = Examples;
375367
sourceTree = "<group>";
376368
};
377369
/* End PBXGroup section */
@@ -853,7 +845,7 @@
853845
"$(SRCROOT)/Frameworks/Objectively.xcframework/ios-arm64/Objectively.framework/Headers",
854846
"$(inherited)",
855847
);
856-
INFOPLIST_FILE = "$(SRCROOT)/Examples/Hello-iOS/Info.plist";
848+
INFOPLIST_FILE = "$(SRCROOT)/Examples/Info.plist";
857849
LD_RUNPATH_SEARCH_PATHS = (
858850
"$(inherited)",
859851
"@executable_path/Frameworks",
@@ -883,7 +875,7 @@
883875
"$(SRCROOT)/Frameworks/Objectively.xcframework/ios-arm64/Objectively.framework/Headers",
884876
"$(inherited)",
885877
);
886-
INFOPLIST_FILE = "$(SRCROOT)/Examples/Hello-iOS/Info.plist";
878+
INFOPLIST_FILE = "$(SRCROOT)/Examples/Info.plist";
887879
LD_RUNPATH_SEARCH_PATHS = (
888880
"$(inherited)",
889881
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)