Skip to content

Commit

Permalink
Add code (oops) and add new Idle mode!
Browse files Browse the repository at this point in the history
I kinda forgot to upload the source code last time, but it’s here now.
What’s new:
- Idle mode for non-computer desk activities!
  • Loading branch information
asboy2035 committed Jan 4, 2025
1 parent b65a666 commit 9106bd8
Show file tree
Hide file tree
Showing 18 changed files with 462 additions and 15 deletions.
54 changes: 43 additions & 11 deletions SitStandTimer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
objectVersion = 77;
objects = {

/* Begin PBXBuildFile section */
5E500F652D2953CE00635A51 /* DynamicNotchKit in Frameworks */ = {isa = PBXBuildFile; productRef = 5E500F642D2953CE00635A51 /* DynamicNotchKit */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
5E3EDEC22D089F7100E83C77 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
Expand All @@ -24,7 +28,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
5E3EDEB02D089F7000E83C77 /* SitStandTimer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SitStandTimer.app; sourceTree = BUILT_PRODUCTS_DIR; };
5E3EDEB02D089F7000E83C77 /* Stand.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Stand.app; sourceTree = BUILT_PRODUCTS_DIR; };
5E3EDEC12D089F7100E83C77 /* SitStandTimerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SitStandTimerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5E3EDECB2D089F7100E83C77 /* SitStandTimerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SitStandTimerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -52,6 +56,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5E500F652D2953CE00635A51 /* DynamicNotchKit in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -85,7 +90,7 @@
5E3EDEB12D089F7000E83C77 /* Products */ = {
isa = PBXGroup;
children = (
5E3EDEB02D089F7000E83C77 /* SitStandTimer.app */,
5E3EDEB02D089F7000E83C77 /* Stand.app */,
5E3EDEC12D089F7100E83C77 /* SitStandTimerTests.xctest */,
5E3EDECB2D089F7100E83C77 /* SitStandTimerUITests.xctest */,
);
Expand All @@ -112,9 +117,10 @@
);
name = SitStandTimer;
packageProductDependencies = (
5E500F642D2953CE00635A51 /* DynamicNotchKit */,
);
productName = SitStandTimer;
productReference = 5E3EDEB02D089F7000E83C77 /* SitStandTimer.app */;
productReference = 5E3EDEB02D089F7000E83C77 /* Stand.app */;
productType = "com.apple.product-type.application";
};
5E3EDEC02D089F7100E83C77 /* SitStandTimerTests */ = {
Expand Down Expand Up @@ -195,6 +201,9 @@
);
mainGroup = 5E3EDEA72D089F7000E83C77;
minimizedProjectReferenceProxies = 1;
packageReferences = (
5E500F632D2953CE00635A51 /* XCRemoteSwiftPackageReference "DynamicNotchKit" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 5E3EDEB12D089F7000E83C77 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -395,20 +404,22 @@
CODE_SIGN_ENTITLEMENTS = SitStandTimer/SitStandTimer.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"SitStandTimer/Preview Content\"";
DEVELOPMENT_TEAM = UCN29PZL3V;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = Stand;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.healthcare-fitness";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = ash.SitStandTimer;
PRODUCT_NAME = "$(TARGET_NAME)";
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = ash.Stand;
PRODUCT_NAME = Stand;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
Expand All @@ -422,20 +433,22 @@
CODE_SIGN_ENTITLEMENTS = SitStandTimer/SitStandTimer.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"SitStandTimer/Preview Content\"";
DEVELOPMENT_TEAM = UCN29PZL3V;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = Stand;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.healthcare-fitness";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = ash.SitStandTimer;
PRODUCT_NAME = "$(TARGET_NAME)";
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = ash.Stand;
PRODUCT_NAME = Stand;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
Expand Down Expand Up @@ -549,6 +562,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
5E500F632D2953CE00635A51 /* XCRemoteSwiftPackageReference "DynamicNotchKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/MrKai77/DynamicNotchKit";
requirement = {
branch = main;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
5E500F642D2953CE00635A51 /* DynamicNotchKit */ = {
isa = XCSwiftPackageProductDependency;
package = 5E500F632D2953CE00635A51 /* XCRemoteSwiftPackageReference "DynamicNotchKit" */;
productName = DynamicNotchKit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 5E3EDEA82D089F7000E83C77 /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"originHash" : "d5769d12c0b5b65dda654df0cbb42bbd4eda359a7b80d39b0bb60240f971ce19",
"pins" : [
{
"identity" : "dynamicnotchkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/MrKai77/DynamicNotchKit",
"state" : {
"branch" : "main",
"revision" : "0f2213c671585db887f53e86812134a7a6cc74e5"
}
}
],
"version" : 3
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "D218EBFF-394A-4B38-883E-F97DDA6107B0"
type = "1"
version = "2.0">
</Bucket>
10 changes: 10 additions & 0 deletions SitStandTimer/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,61 @@
{
"images" : [
{
"filename" : "Stand-16.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"filename" : "Stand-32 1.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"filename" : "Stand-32.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"filename" : "Stand-64.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"filename" : "Stand-128.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"filename" : "Stand-256 1.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
},
{
"filename" : "Stand-256.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
},
{
"filename" : "Stand-512 1.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"filename" : "Stand-512.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"filename" : "Stand-1024.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9106bd8

Please sign in to comment.