Skip to content

Commit

Permalink
Reorganize DemoApp project structure
Browse files Browse the repository at this point in the history
- Move DemoApp AppKit and UIKit projects into their own directories at the top level
- Update project file references and build settings to reflect new locations
- No changes to actual source code
  • Loading branch information
krzyzanowskim committed Dec 14, 2024
1 parent 602d6c0 commit fd18449
Show file tree
Hide file tree
Showing 25 changed files with 14 additions and 22 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 13 additions & 21 deletions DemoApp.UIKit/DemoApp.UIKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,6 @@

/* Begin PBXGroup section */
3E8504B12C991A98004DC5CC = {
isa = PBXGroup;
children = (
3E8504BC2C991A98004DC5CC /* DemoApp.UIKit */,
3E8504BB2C991A98004DC5CC /* Products */,
);
sourceTree = "<group>";
};
3E8504BB2C991A98004DC5CC /* Products */ = {
isa = PBXGroup;
children = (
3E8504BA2C991A98004DC5CC /* DemoApp.UIKit.app */,
);
name = Products;
sourceTree = "<group>";
};
3E8504BC2C991A98004DC5CC /* DemoApp.UIKit */ = {
isa = PBXGroup;
children = (
3EB326C52C991D3C00F5C862 /* View */,
Expand All @@ -73,8 +57,16 @@
3E8504C62C991A99004DC5CC /* Assets.xcassets */,
3E8504C82C991A99004DC5CC /* LaunchScreen.storyboard */,
3E8504CB2C991A99004DC5CC /* Info.plist */,
3E8504BB2C991A98004DC5CC /* Products */,
);
path = DemoApp.UIKit;
sourceTree = "<group>";
};
3E8504BB2C991A98004DC5CC /* Products */ = {
isa = PBXGroup;
children = (
3E8504BA2C991A98004DC5CC /* DemoApp.UIKit.app */,
);
name = Products;
sourceTree = "<group>";
};
3EB326C52C991D3C00F5C862 /* View */ = {
Expand Down Expand Up @@ -320,9 +312,9 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = QT93JJ48BC;
DEVELOPMENT_TEAM = 67RAULRX93;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = DemoApp.UIKit/Info.plist;
INFOPLIST_FILE = Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
Expand Down Expand Up @@ -353,9 +345,9 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = QT93JJ48BC;
DEVELOPMENT_TEAM = 67RAULRX93;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = DemoApp.UIKit/Info.plist;
INFOPLIST_FILE = Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion DemoApp.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd18449

Please sign in to comment.