Skip to content

Commit 1319dd1

Browse files
committed
mv SwiftUI-Info.plist to /ExampleProject
1 parent c63e8af commit 1319dd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

JDStatusBarNotification.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
7E67050C284A4BE900AD58E1 /* ExamplesScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExamplesScreen.swift; sourceTree = "<group>"; };
221221
7E670512284B177B00AD58E1 /* StyleEditorScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StyleEditorScreen.swift; sourceTree = "<group>"; };
222222
7E6AAB452B26117A001D82FE /* JDSBN_SwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JDSBN_SwiftUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
223-
7E6AAB462B26117A001D82FE /* SwiftUI-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "SwiftUI-Info.plist"; path = "/Users/chaetwo/Projects/JDStatusBarNotification/SwiftUI-Info.plist"; sourceTree = "<absolute>"; };
223+
7E6AAB462B26117A001D82FE /* SwiftUI-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SwiftUI-Info.plist"; sourceTree = "<group>"; };
224224
7E6AAB472B261302001D82FE /* ExampleApp_SwiftUI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp_SwiftUI.swift; sourceTree = "<group>"; };
225225
7E6AAB882B261E76001D82FE /* SBSceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SBSceneDelegate.h; sourceTree = "<group>"; };
226226
7E6AAB892B261E77001D82FE /* SBSceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SBSceneDelegate.m; sourceTree = "<group>"; };
@@ -945,7 +945,7 @@
945945
CLANG_ENABLE_MODULES = YES;
946946
DISPLAY_NAME = "JDSB (SUI)";
947947
GCC_PRECOMPILE_PREFIX_HEADER = YES;
948-
INFOPLIST_FILE = "SwiftUI-Info.plist";
948+
INFOPLIST_FILE = "ExampleProject/SwiftUI-Info.plist";
949949
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
950950
LD_RUNPATH_SEARCH_PATHS = (
951951
"$(inherited)",

0 commit comments

Comments
 (0)