summaryrefslogtreecommitdiffstats
path: root/Solverv.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'Solverv.xcodeproj/project.pbxproj')
-rw-r--r--Solverv.xcodeproj/project.pbxproj191
1 files changed, 191 insertions, 0 deletions
diff --git a/Solverv.xcodeproj/project.pbxproj b/Solverv.xcodeproj/project.pbxproj
index 5dd19be..64b581c 100644
--- a/Solverv.xcodeproj/project.pbxproj
+++ b/Solverv.xcodeproj/project.pbxproj
@@ -6,16 +6,67 @@
objectVersion = 77;
objects = {
+/* Begin PBXBuildFile section */
+ 1B8629D62EF0C656005A1C75 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B8629D52EF0C656005A1C75 /* WidgetKit.framework */; };
+ 1B8629D82EF0C656005A1C75 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B8629D72EF0C656005A1C75 /* SwiftUI.framework */; };
+ 1B8629E52EF0C657005A1C75 /* Solsnu.WidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 1B8629D32EF0C656005A1C75 /* Solsnu.WidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 1B8629E32EF0C657005A1C75 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1B8629B72EF0C636005A1C75 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 1B8629D22EF0C656005A1C75;
+ remoteInfo = Solsnu.WidgetExtension;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 1B8629EA2EF0C657005A1C75 /* Embed Foundation Extensions */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 13;
+ files = (
+ 1B8629E52EF0C657005A1C75 /* Solsnu.WidgetExtension.appex in Embed Foundation Extensions */,
+ );
+ name = "Embed Foundation Extensions";
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
/* Begin PBXFileReference section */
1B8629BF2EF0C636005A1C75 /* Solverv.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Solverv.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 1B8629D32EF0C656005A1C75 /* Solsnu.WidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Solsnu.WidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
+ 1B8629D52EF0C656005A1C75 /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
+ 1B8629D72EF0C656005A1C75 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
+/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
+ 1B8629E62EF0C657005A1C75 /* Exceptions for "Solsnu.Widget" folder in "Solsnu.WidgetExtension" target */ = {
+ isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
+ membershipExceptions = (
+ Info.plist,
+ );
+ target = 1B8629D22EF0C656005A1C75 /* Solsnu.WidgetExtension */;
+ };
+/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
+
/* Begin PBXFileSystemSynchronizedRootGroup section */
1B8629C12EF0C636005A1C75 /* Solverv */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = Solverv;
sourceTree = "<group>";
};
+ 1B8629D92EF0C656005A1C75 /* Solsnu.Widget */ = {
+ isa = PBXFileSystemSynchronizedRootGroup;
+ exceptions = (
+ 1B8629E62EF0C657005A1C75 /* Exceptions for "Solsnu.Widget" folder in "Solsnu.WidgetExtension" target */,
+ );
+ path = Solsnu.Widget;
+ sourceTree = "<group>";
+ };
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */
@@ -26,6 +77,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
+ 1B8629D02EF0C656005A1C75 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 1B8629D82EF0C656005A1C75 /* SwiftUI.framework in Frameworks */,
+ 1B8629D62EF0C656005A1C75 /* WidgetKit.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
@@ -33,6 +93,8 @@
isa = PBXGroup;
children = (
1B8629C12EF0C636005A1C75 /* Solverv */,
+ 1B8629D92EF0C656005A1C75 /* Solsnu.Widget */,
+ 1B8629D42EF0C656005A1C75 /* Frameworks */,
1B8629C02EF0C636005A1C75 /* Products */,
);
sourceTree = "<group>";
@@ -41,10 +103,20 @@
isa = PBXGroup;
children = (
1B8629BF2EF0C636005A1C75 /* Solverv.app */,
+ 1B8629D32EF0C656005A1C75 /* Solsnu.WidgetExtension.appex */,
);
name = Products;
sourceTree = "<group>";
};
+ 1B8629D42EF0C656005A1C75 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 1B8629D52EF0C656005A1C75 /* WidgetKit.framework */,
+ 1B8629D72EF0C656005A1C75 /* SwiftUI.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -55,10 +127,12 @@
1B8629BB2EF0C636005A1C75 /* Sources */,
1B8629BC2EF0C636005A1C75 /* Frameworks */,
1B8629BD2EF0C636005A1C75 /* Resources */,
+ 1B8629EA2EF0C657005A1C75 /* Embed Foundation Extensions */,
);
buildRules = (
);
dependencies = (
+ 1B8629E42EF0C657005A1C75 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
1B8629C12EF0C636005A1C75 /* Solverv */,
@@ -70,6 +144,28 @@
productReference = 1B8629BF2EF0C636005A1C75 /* Solverv.app */;
productType = "com.apple.product-type.application";
};
+ 1B8629D22EF0C656005A1C75 /* Solsnu.WidgetExtension */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 1B8629E72EF0C657005A1C75 /* Build configuration list for PBXNativeTarget "Solsnu.WidgetExtension" */;
+ buildPhases = (
+ 1B8629CF2EF0C656005A1C75 /* Sources */,
+ 1B8629D02EF0C656005A1C75 /* Frameworks */,
+ 1B8629D12EF0C656005A1C75 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ fileSystemSynchronizedGroups = (
+ 1B8629D92EF0C656005A1C75 /* Solsnu.Widget */,
+ );
+ name = Solsnu.WidgetExtension;
+ packageProductDependencies = (
+ );
+ productName = Solsnu.WidgetExtension;
+ productReference = 1B8629D32EF0C656005A1C75 /* Solsnu.WidgetExtension.appex */;
+ productType = "com.apple.product-type.app-extension";
+ };
/* End PBXNativeTarget section */
/* Begin PBXProject section */
@@ -83,6 +179,9 @@
1B8629BE2EF0C636005A1C75 = {
CreatedOnToolsVersion = 26.0.1;
};
+ 1B8629D22EF0C656005A1C75 = {
+ CreatedOnToolsVersion = 26.0.1;
+ };
};
};
buildConfigurationList = 1B8629BA2EF0C636005A1C75 /* Build configuration list for PBXProject "Solverv" */;
@@ -100,6 +199,7 @@
projectRoot = "";
targets = (
1B8629BE2EF0C636005A1C75 /* Solverv */,
+ 1B8629D22EF0C656005A1C75 /* Solsnu.WidgetExtension */,
);
};
/* End PBXProject section */
@@ -112,6 +212,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
+ 1B8629D12EF0C656005A1C75 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
@@ -122,8 +229,23 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
+ 1B8629CF2EF0C656005A1C75 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
/* End PBXSourcesBuildPhase section */
+/* Begin PBXTargetDependency section */
+ 1B8629E42EF0C657005A1C75 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 1B8629D22EF0C656005A1C75 /* Solsnu.WidgetExtension */;
+ targetProxy = 1B8629E32EF0C657005A1C75 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
/* Begin XCBuildConfiguration section */
1B8629CA2EF0C637005A1C75 /* Debug */ = {
isa = XCBuildConfiguration;
@@ -310,6 +432,66 @@
};
name = Release;
};
+ 1B8629E82EF0C657005A1C75 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = ZH95BL9NUK;
+ GENERATE_INFOPLIST_FILE = YES;
+ INFOPLIST_FILE = Solsnu.Widget/Info.plist;
+ INFOPLIST_KEY_CFBundleDisplayName = Solsnu.Widget;
+ INFOPLIST_KEY_NSHumanReadableCopyright = "";
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@executable_path/../../Frameworks",
+ );
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = "ivarivarivar.Solverv.Solsnu-Widget";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SKIP_INSTALL = YES;
+ STRING_CATALOG_GENERATE_SYMBOLS = YES;
+ SWIFT_APPROACHABLE_CONCURRENCY = YES;
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ 1B8629E92EF0C657005A1C75 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = ZH95BL9NUK;
+ GENERATE_INFOPLIST_FILE = YES;
+ INFOPLIST_FILE = Solsnu.Widget/Info.plist;
+ INFOPLIST_KEY_CFBundleDisplayName = Solsnu.Widget;
+ INFOPLIST_KEY_NSHumanReadableCopyright = "";
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@executable_path/../../Frameworks",
+ );
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = "ivarivarivar.Solverv.Solsnu-Widget";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SKIP_INSTALL = YES;
+ STRING_CATALOG_GENERATE_SYMBOLS = YES;
+ SWIFT_APPROACHABLE_CONCURRENCY = YES;
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Release;
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -331,6 +513,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
+ 1B8629E72EF0C657005A1C75 /* Build configuration list for PBXNativeTarget "Solsnu.WidgetExtension" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1B8629E82EF0C657005A1C75 /* Debug */,
+ 1B8629E92EF0C657005A1C75 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
/* End XCConfigurationList section */
};
rootObject = 1B8629B72EF0C636005A1C75 /* Project object */;