Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
193 changes: 189 additions & 4 deletions DevLog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
DFABA3B02E23526500FEFBDB /* FirebaseFirestore in Frameworks */ = {isa = PBXBuildFile; productRef = DFABA3AF2E23526500FEFBDB /* FirebaseFirestore */; };
DFABA3B22E23526500FEFBDB /* FirebaseFunctions in Frameworks */ = {isa = PBXBuildFile; productRef = DFABA3B12E23526500FEFBDB /* FirebaseFunctions */; };
DFABA3B42E23526500FEFBDB /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = DFABA3B32E23526500FEFBDB /* FirebaseMessaging */; };
DFD3A9722F8E89DD001DA7CD /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFD3A9712F8E89DD001DA7CD /* WidgetKit.framework */; };
DFD3A9742F8E89DD001DA7CD /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFD3A9732F8E89DD001DA7CD /* SwiftUI.framework */; };
DFD3A97F2F8E89DF001DA7CD /* DevLogWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = DFD3A9702F8E89DD001DA7CD /* DevLogWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
DFD3B68D2F8F1FB8001DA7CD /* Nexa in Frameworks */ = {isa = PBXBuildFile; productRef = DFD3B68C2F8F1FB8001DA7CD /* Nexa */; };
DFD645402EC827A10073E133 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = DFD6453F2EC827A10073E133 /* .gitignore */; };
DFD74E2F2E423EA700613803 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = DFD74E2E2E423EA700613803 /* README.md */; };
Expand All @@ -29,10 +32,34 @@
remoteGlobalIDString = DFD48AFF2DC4D6E2005905C5;
remoteInfo = DevLog;
};
DFD3A97D2F8E89DF001DA7CD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DFD48AF82DC4D6E2005905C5 /* Project object */;
proxyType = 1;
remoteGlobalIDString = DFD3A96F2F8E89DD001DA7CD;
remoteInfo = DevLogWidgetExtension;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
DFD3A9802F8E89DF001DA7CD /* Embed Foundation Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
DFD3A97F2F8E89DF001DA7CD /* DevLogWidgetExtension.appex in Embed Foundation Extensions */,
);
name = "Embed Foundation Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
DF3416492E45F67C00F9312B /* DevLog_Unit.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLog_Unit.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
DFD3A9702F8E89DD001DA7CD /* DevLogWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = DevLogWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
DFD3A9712F8E89DD001DA7CD /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
DFD3A9732F8E89DD001DA7CD /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
DFD48B002DC4D6E2005905C5 /* DevLog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DevLog.app; sourceTree = BUILT_PRODUCTS_DIR; };
DFD6453F2EC827A10073E133 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
DFD74E2E2E423EA700613803 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
Expand All @@ -47,6 +74,13 @@
);
target = DFD48AFF2DC4D6E2005905C5 /* DevLog */;
};
DFD3A9842F8E89DF001DA7CD /* Exceptions for "DevLogWidget" folder in "DevLogWidgetExtension" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Resource/Info.plist,
);
target = DFD3A96F2F8E89DD001DA7CD /* DevLogWidgetExtension */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
Expand All @@ -63,6 +97,19 @@
path = DevLog;
sourceTree = "<group>";
};
DFD3A9752F8E89DD001DA7CD /* DevLogWidget */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
DFD3A9842F8E89DF001DA7CD /* Exceptions for "DevLogWidget" folder in "DevLogWidgetExtension" target */,
);
path = DevLogWidget;
sourceTree = "<group>";
};
FB02A8C62F900000001DA7CD /* WidgetShared */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = WidgetShared;
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -73,6 +120,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
DFD3A96D2F8E89DD001DA7CD /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DFD3A9742F8E89DD001DA7CD /* SwiftUI.framework in Frameworks */,
DFD3A9722F8E89DD001DA7CD /* WidgetKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
DFD48AFD2DC4D6E2005905C5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -96,10 +152,12 @@
DFD48AF72DC4D6E2005905C5 = {
isa = PBXGroup;
children = (
DFD74E2E2E423EA700613803 /* README.md */,
DFD6453F2EC827A10073E133 /* .gitignore */,
DF8AB7982E938B0B00E50BBF /* DevLog */,
DF34164A2E45F67C00F9312B /* DevLog_Unit */,
DFD74E2E2E423EA700613803 /* README.md */,
DFD3A9752F8E89DD001DA7CD /* DevLogWidget */,
FB02A8C62F900000001DA7CD /* WidgetShared */,
DFE28EB62DCCF26300B28FE5 /* Frameworks */,
DFD48B012DC4D6E2005905C5 /* Products */,
);
Expand All @@ -110,13 +168,16 @@
children = (
DF3416492E45F67C00F9312B /* DevLog_Unit.xctest */,
DFD48B002DC4D6E2005905C5 /* DevLog.app */,
DFD3A9702F8E89DD001DA7CD /* DevLogWidgetExtension.appex */,
);
name = Products;
sourceTree = "<group>";
};
DFE28EB62DCCF26300B28FE5 /* Frameworks */ = {
isa = PBXGroup;
children = (
DFD3A9712F8E89DD001DA7CD /* WidgetKit.framework */,
DFD3A9732F8E89DD001DA7CD /* SwiftUI.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -147,21 +208,47 @@
productReference = DF3416492E45F67C00F9312B /* DevLog_Unit.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
DFD3A96F2F8E89DD001DA7CD /* DevLogWidgetExtension */ = {
isa = PBXNativeTarget;
buildConfigurationList = DFD3A9832F8E89DF001DA7CD /* Build configuration list for PBXNativeTarget "DevLogWidgetExtension" */;
buildPhases = (
DFD3A96C2F8E89DD001DA7CD /* Sources */,
DFD3A96D2F8E89DD001DA7CD /* Frameworks */,
DFD3A96E2F8E89DD001DA7CD /* Resources */,
);
buildRules = (
);
dependencies = (
);
fileSystemSynchronizedGroups = (
DFD3A9752F8E89DD001DA7CD /* DevLogWidget */,
FB02A8C62F900000001DA7CD /* WidgetShared */,
);
name = DevLogWidgetExtension;
packageProductDependencies = (
);
productName = DevLogWidgetExtension;
productReference = DFD3A9702F8E89DD001DA7CD /* DevLogWidgetExtension.appex */;
productType = "com.apple.product-type.app-extension";
};
DFD48AFF2DC4D6E2005905C5 /* DevLog */ = {
isa = PBXNativeTarget;
buildConfigurationList = DFD48B112DC4D6E4005905C5 /* Build configuration list for PBXNativeTarget "DevLog" */;
buildPhases = (
DFD48AFC2DC4D6E2005905C5 /* Sources */,
DFD48AFD2DC4D6E2005905C5 /* Frameworks */,
DFD48AFE2DC4D6E2005905C5 /* Resources */,
DFD3A9802F8E89DF001DA7CD /* Embed Foundation Extensions */,
);
buildRules = (
);
dependencies = (
DF66A07D2EA52E9F0098E643 /* PBXTargetDependency */,
DFD3A97E2F8E89DF001DA7CD /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
DF8AB7982E938B0B00E50BBF /* DevLog */,
FB02A8C62F900000001DA7CD /* WidgetShared */,
);
name = DevLog;
packageProductDependencies = (
Expand All @@ -187,13 +274,16 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1640;
LastSwiftUpdateCheck = 2640;
LastUpgradeCheck = 2600;
TargetAttributes = {
DF3416442E45F67C00F9312B = {
CreatedOnToolsVersion = 16.3;
TestTargetID = DFD48AFF2DC4D6E2005905C5;
};
DFD3A96F2F8E89DD001DA7CD = {
CreatedOnToolsVersion = 26.4;
Comment thread
opficdev marked this conversation as resolved.
};
DFD48AFF2DC4D6E2005905C5 = {
CreatedOnToolsVersion = 16.3;
};
Expand Down Expand Up @@ -223,6 +313,7 @@
targets = (
DF3416442E45F67C00F9312B /* DevLog_Unit */,
DFD48AFF2DC4D6E2005905C5 /* DevLog */,
DFD3A96F2F8E89DD001DA7CD /* DevLogWidgetExtension */,
);
};
/* End PBXProject section */
Expand All @@ -235,6 +326,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
DFD3A96E2F8E89DD001DA7CD /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
DFD48AFE2DC4D6E2005905C5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -254,6 +352,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
DFD3A96C2F8E89DD001DA7CD /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
DFD48AFC2DC4D6E2005905C5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -273,6 +378,11 @@
isa = PBXTargetDependency;
productRef = DF66A07C2EA52E9F0098E643 /* SwiftLintBuildToolPlugin */;
};
DFD3A97E2F8E89DF001DA7CD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = DFD3A96F2F8E89DD001DA7CD /* DevLogWidgetExtension */;
targetProxy = DFD3A97D2F8E89DF001DA7CD /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
Expand All @@ -285,7 +395,7 @@
DEVELOPMENT_TEAM = 4CPC6N38WA;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = opfic.DevLog_Unit;
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = NO;
Expand All @@ -310,7 +420,7 @@
DEVELOPMENT_TEAM = 4CPC6N38WA;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = opfic.DevLog_Unit;
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = NO;
Expand All @@ -326,6 +436,72 @@
};
name = Release;
};
DFD3A9812F8E89DF001DA7CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_ENTITLEMENTS = DevLogWidget/Resource/DevLogWidget.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 4CPC6N38WA;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = DevLogWidget/Resource/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = DevLogWidget;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
IPHONEOS_DEPLOYMENT_TARGET = 17;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = opfic.DevLog.DevLogWidget;
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;
};
DFD3A9822F8E89DF001DA7CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_ENTITLEMENTS = DevLogWidget/Resource/DevLogWidget.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 4CPC6N38WA;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = DevLogWidget/Resource/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = DevLogWidget;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
IPHONEOS_DEPLOYMENT_TARGET = 17;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = opfic.DevLog.DevLogWidget;
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;
};
DFD48B122DC4D6E4005905C5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReferenceAnchor = DF8AB7982E938B0B00E50BBF /* DevLog */;
Expand Down Expand Up @@ -561,6 +737,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DFD3A9832F8E89DF001DA7CD /* Build configuration list for PBXNativeTarget "DevLogWidgetExtension" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DFD3A9812F8E89DF001DA7CD /* Debug */,
DFD3A9822F8E89DF001DA7CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DFD48AFB2DC4D6E2005905C5 /* Build configuration list for PBXProject "DevLog" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
Loading