Skip to content

Commit

Permalink
Demo project cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Sep 22, 2024
1 parent ca6c5ab commit abbea7e
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 218 deletions.
177 changes: 67 additions & 110 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,178 +3,138 @@
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objectVersion = 77;
objects = {

/* Begin PBXBuildFile section */
E21039142C87FBE200265B99 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E21039132C87FBE200265B99 /* ContentView.swift */; };
E21039162C87FC3D00265B99 /* MockData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E21039152C87FC3D00265B99 /* MockData.swift */; };
E21039182C87FC6900265B99 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E21039172C87FC6900265B99 /* SettingsView.swift */; };
E210391A2C87FC8200265B99 /* MenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E21039192C87FC8200265B99 /* MenuView.swift */; };
E210391C2C87FEF500265B99 /* MenuEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = E210391B2C87FEF500265B99 /* MenuEntry.swift */; };
E210391E2C88016B00265B99 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = E210391D2C88016B00265B99 /* Constants.swift */; };
E212FC1B295167E4007E27BB /* DemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E212FC1A295167E4007E27BB /* DemoApp.swift */; };
E212FC1F295167E5007E27BB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E212FC1E295167E5007E27BB /* Assets.xcassets */; };
E250DCAF29530268009534D7 /* MacControlCenterUI in Frameworks */ = {isa = PBXBuildFile; productRef = E250DCAE29530268009534D7 /* MacControlCenterUI */; };
E29D13F42C9FCF96006A624C /* MacControlCenterUI in Frameworks */ = {isa = PBXBuildFile; productRef = E29D13F32C9FCF96006A624C /* MacControlCenterUI */; };
E2253BE92C9FD361003D69BB /* MacControlCenterUI in Frameworks */ = {isa = PBXBuildFile; productRef = E2253BE82C9FD361003D69BB /* MacControlCenterUI */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E21039132C87FBE200265B99 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
E21039152C87FC3D00265B99 /* MockData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockData.swift; sourceTree = "<group>"; };
E21039172C87FC6900265B99 /* SettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
E21039192C87FC8200265B99 /* MenuView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuView.swift; sourceTree = "<group>"; };
E210391B2C87FEF500265B99 /* MenuEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuEntry.swift; sourceTree = "<group>"; };
E210391D2C88016B00265B99 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
E212FC17295167E4007E27BB /* MacControlCenterUI Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MacControlCenterUI Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
E212FC1A295167E4007E27BB /* DemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoApp.swift; sourceTree = "<group>"; };
E212FC1E295167E5007E27BB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E212FC23295167E5007E27BB /* Demo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Demo.entitlements; sourceTree = "<group>"; };
E2253BB12C9FD258003D69BB /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
E2253BB32C9FD258003D69BB /* Demo */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = Demo;
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
E212FC14295167E4007E27BB /* Frameworks */ = {
E2253BAE2C9FD258003D69BB /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E250DCAF29530268009534D7 /* MacControlCenterUI in Frameworks */,
E29D13F42C9FCF96006A624C /* MacControlCenterUI in Frameworks */,
E2253BE92C9FD361003D69BB /* MacControlCenterUI in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
E210391F2C8805E400265B99 /* Model */ = {
isa = PBXGroup;
children = (
E210391D2C88016B00265B99 /* Constants.swift */,
E210391B2C87FEF500265B99 /* MenuEntry.swift */,
E21039152C87FC3D00265B99 /* MockData.swift */,
);
path = Model;
sourceTree = "<group>";
};
E212FC0E295167E4007E27BB = {
E2253BA82C9FD258003D69BB = {
isa = PBXGroup;
children = (
E212FC19295167E4007E27BB /* Demo */,
E212FC18295167E4007E27BB /* Products */,
E2253BB32C9FD258003D69BB /* Demo */,
E2253BB22C9FD258003D69BB /* Products */,
);
sourceTree = "<group>";
};
E212FC18295167E4007E27BB /* Products */ = {
E2253BB22C9FD258003D69BB /* Products */ = {
isa = PBXGroup;
children = (
E212FC17295167E4007E27BB /* MacControlCenterUI Demo.app */,
E2253BB12C9FD258003D69BB /* Demo.app */,
);
name = Products;
sourceTree = "<group>";
};
E212FC19295167E4007E27BB /* Demo */ = {
isa = PBXGroup;
children = (
E212FC1A295167E4007E27BB /* DemoApp.swift */,
E21039132C87FBE200265B99 /* ContentView.swift */,
E21039192C87FC8200265B99 /* MenuView.swift */,
E21039172C87FC6900265B99 /* SettingsView.swift */,
E210391F2C8805E400265B99 /* Model */,
E212FC1E295167E5007E27BB /* Assets.xcassets */,
E212FC23295167E5007E27BB /* Demo.entitlements */,
);
path = Demo;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E212FC16295167E4007E27BB /* MacControlCenterUI Demo */ = {
E2253BB02C9FD258003D69BB /* Demo */ = {
isa = PBXNativeTarget;
buildConfigurationList = E212FC26295167E5007E27BB /* Build configuration list for PBXNativeTarget "MacControlCenterUI Demo" */;
buildConfigurationList = E2253BC02C9FD259003D69BB /* Build configuration list for PBXNativeTarget "Demo" */;
buildPhases = (
E212FC13295167E4007E27BB /* Sources */,
E212FC14295167E4007E27BB /* Frameworks */,
E212FC15295167E4007E27BB /* Resources */,
E2253BAD2C9FD258003D69BB /* Sources */,
E2253BAE2C9FD258003D69BB /* Frameworks */,
E2253BAF2C9FD258003D69BB /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "MacControlCenterUI Demo";
fileSystemSynchronizedGroups = (
E2253BB32C9FD258003D69BB /* Demo */,
);
name = Demo;
packageProductDependencies = (
E250DCAE29530268009534D7 /* MacControlCenterUI */,
E29D13F32C9FCF96006A624C /* MacControlCenterUI */,
E2253BE82C9FD361003D69BB /* MacControlCenterUI */,
);
productName = "MacControlCenterSlider Demo";
productReference = E212FC17295167E4007E27BB /* MacControlCenterUI Demo.app */;
productName = Demo;
productReference = E2253BB12C9FD258003D69BB /* Demo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E212FC0F295167E4007E27BB /* Project object */ = {
E2253BA92C9FD258003D69BB /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1420;
LastSwiftUpdateCheck = 1600;
LastUpgradeCheck = 1600;
TargetAttributes = {
E212FC16295167E4007E27BB = {
CreatedOnToolsVersion = 14.2;
E2253BB02C9FD258003D69BB = {
CreatedOnToolsVersion = 16.0;
};
};
};
buildConfigurationList = E212FC12295167E4007E27BB /* Build configuration list for PBXProject "Demo" */;
compatibilityVersion = "Xcode 13.0";
buildConfigurationList = E2253BAC2C9FD258003D69BB /* Build configuration list for PBXProject "Demo" */;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E212FC0E295167E4007E27BB;
mainGroup = E2253BA82C9FD258003D69BB;
minimizedProjectReferenceProxies = 1;
packageReferences = (
E29D13F22C9FCF96006A624C /* XCLocalSwiftPackageReference "../../MacControlCenterUI" */,
E2253BE72C9FD361003D69BB /* XCLocalSwiftPackageReference "../../MacControlCenterUI" */,
);
productRefGroup = E212FC18295167E4007E27BB /* Products */;
preferredProjectObjectVersion = 77;
productRefGroup = E2253BB22C9FD258003D69BB /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E212FC16295167E4007E27BB /* MacControlCenterUI Demo */,
E2253BB02C9FD258003D69BB /* Demo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E212FC15295167E4007E27BB /* Resources */ = {
E2253BAF2C9FD258003D69BB /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E212FC1F295167E5007E27BB /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
E212FC13295167E4007E27BB /* Sources */ = {
E2253BAD2C9FD258003D69BB /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E210391E2C88016B00265B99 /* Constants.swift in Sources */,
E210391A2C87FC8200265B99 /* MenuView.swift in Sources */,
E21039162C87FC3D00265B99 /* MockData.swift in Sources */,
E21039182C87FC6900265B99 /* SettingsView.swift in Sources */,
E210391C2C87FEF500265B99 /* MenuEntry.swift in Sources */,
E21039142C87FBE200265B99 /* ContentView.swift in Sources */,
E212FC1B295167E4007E27BB /* DemoApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
E212FC24295167E5007E27BB /* Debug */ = {
E2253BBE2C9FD259003D69BB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
Expand Down Expand Up @@ -208,12 +168,11 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
Expand All @@ -227,17 +186,18 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
E212FC25295167E5007E27BB /* Release */ = {
E2253BBF2C9FD259003D69BB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
Expand Down Expand Up @@ -271,29 +231,28 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
E212FC27295167E5007E27BB /* Debug */ = {
E2253BC12C9FD259003D69BB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
Expand All @@ -302,10 +261,11 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = XWV9RUCWEG;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "MacControlCenterUI Demo";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -320,7 +280,7 @@
};
name = Debug;
};
E212FC28295167E5007E27BB /* Release */ = {
E2253BC22C9FD259003D69BB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
Expand All @@ -329,10 +289,11 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = XWV9RUCWEG;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "MacControlCenterUI Demo";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -350,43 +311,39 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E212FC12295167E4007E27BB /* Build configuration list for PBXProject "Demo" */ = {
E2253BAC2C9FD258003D69BB /* Build configuration list for PBXProject "Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E212FC24295167E5007E27BB /* Debug */,
E212FC25295167E5007E27BB /* Release */,
E2253BBE2C9FD259003D69BB /* Debug */,
E2253BBF2C9FD259003D69BB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E212FC26295167E5007E27BB /* Build configuration list for PBXNativeTarget "MacControlCenterUI Demo" */ = {
E2253BC02C9FD259003D69BB /* Build configuration list for PBXNativeTarget "Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E212FC27295167E5007E27BB /* Debug */,
E212FC28295167E5007E27BB /* Release */,
E2253BC12C9FD259003D69BB /* Debug */,
E2253BC22C9FD259003D69BB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
E29D13F22C9FCF96006A624C /* XCLocalSwiftPackageReference "../../MacControlCenterUI" */ = {
E2253BE72C9FD361003D69BB /* XCLocalSwiftPackageReference "../../MacControlCenterUI" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../MacControlCenterUI;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
E250DCAE29530268009534D7 /* MacControlCenterUI */ = {
isa = XCSwiftPackageProductDependency;
productName = MacControlCenterUI;
};
E29D13F32C9FCF96006A624C /* MacControlCenterUI */ = {
E2253BE82C9FD361003D69BB /* MacControlCenterUI */ = {
isa = XCSwiftPackageProductDependency;
productName = MacControlCenterUI;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = E212FC0F295167E4007E27BB /* Project object */;
rootObject = E2253BA92C9FD258003D69BB /* Project object */;
}

This file was deleted.

Loading

0 comments on commit abbea7e

Please sign in to comment.