focus, brain dump, speech recognition and some argus implementation

This commit is contained in:
joyzhuo
2026-03-28 22:45:29 -04:00
parent 0d6eb99720
commit 15943b4759
18 changed files with 3591 additions and 28 deletions

View File

@@ -6,6 +6,12 @@
objectVersion = 77;
objects = {
/* Begin PBXBuildFile section */
FF935B1E2F78A83100ED3330 /* SpeakerKit in Frameworks */ = {isa = PBXBuildFile; productRef = FF935B1D2F78A83100ED3330 /* SpeakerKit */; };
FF935B202F78A83100ED3330 /* TTSKit in Frameworks */ = {isa = PBXBuildFile; productRef = FF935B1F2F78A83100ED3330 /* TTSKit */; };
FF935B222F78A83100ED3330 /* WhisperKit in Frameworks */ = {isa = PBXBuildFile; productRef = FF935B212F78A83100ED3330 /* WhisperKit */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
FF3296C22F785B3300C734EB /* LockInBro.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LockInBro.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -23,6 +29,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FF935B222F78A83100ED3330 /* WhisperKit in Frameworks */,
FF935B1E2F78A83100ED3330 /* SpeakerKit in Frameworks */,
FF935B202F78A83100ED3330 /* TTSKit in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -65,6 +74,9 @@
);
name = LockInBro;
packageProductDependencies = (
FF935B1D2F78A83100ED3330 /* SpeakerKit */,
FF935B1F2F78A83100ED3330 /* TTSKit */,
FF935B212F78A83100ED3330 /* WhisperKit */,
);
productName = LockInBro;
productReference = FF3296C22F785B3300C734EB /* LockInBro.app */;
@@ -94,6 +106,9 @@
);
mainGroup = FF3296B92F785B3300C734EB;
minimizedProjectReferenceProxies = 1;
packageReferences = (
FF935B1C2F78A83100ED3330 /* XCRemoteSwiftPackageReference "WhisperKit" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = FF3296C32F785B3300C734EB /* Products */;
projectDirPath = "";
@@ -248,21 +263,31 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_ENTITLEMENTS = LockInBro/LockInBro.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
ENABLE_APP_SANDBOX = YES;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=macosx*]" = YK2DB9NT3S;
ENABLE_APP_SANDBOX = NO;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SELECTED_FILES = readonly;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = LockInBro/Info.plist;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "LockInBro uses your microphone to transcribe voice brain dumps into tasks.";
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "LockInBro uses speech recognition to convert your spoken thoughts into tasks.";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = yhack.LockInBro;
PRODUCT_BUNDLE_IDENTIFIER = com.adipu.LockInBro;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "Joy Zhuo";
REGISTER_APP_GROUPS = YES;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
@@ -278,21 +303,31 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_ENTITLEMENTS = LockInBro/LockInBro.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
ENABLE_APP_SANDBOX = YES;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=macosx*]" = YK2DB9NT3S;
ENABLE_APP_SANDBOX = NO;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SELECTED_FILES = readonly;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = LockInBro/Info.plist;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "LockInBro uses your microphone to transcribe voice brain dumps into tasks.";
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "LockInBro uses speech recognition to convert your spoken thoughts into tasks.";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = yhack.LockInBro;
PRODUCT_BUNDLE_IDENTIFIER = com.adipu.LockInBro;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "Joy Zhuo";
REGISTER_APP_GROUPS = YES;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
@@ -325,6 +360,35 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
FF935B1C2F78A83100ED3330 /* XCRemoteSwiftPackageReference "WhisperKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/argmaxinc/WhisperKit";
requirement = {
branch = main;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
FF935B1D2F78A83100ED3330 /* SpeakerKit */ = {
isa = XCSwiftPackageProductDependency;
package = FF935B1C2F78A83100ED3330 /* XCRemoteSwiftPackageReference "WhisperKit" */;
productName = SpeakerKit;
};
FF935B1F2F78A83100ED3330 /* TTSKit */ = {
isa = XCSwiftPackageProductDependency;
package = FF935B1C2F78A83100ED3330 /* XCRemoteSwiftPackageReference "WhisperKit" */;
productName = TTSKit;
};
FF935B212F78A83100ED3330 /* WhisperKit */ = {
isa = XCSwiftPackageProductDependency;
package = FF935B1C2F78A83100ED3330 /* XCRemoteSwiftPackageReference "WhisperKit" */;
productName = WhisperKit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = FF3296BA2F785B3300C734EB /* Project object */;
}