FastMemos/FastMemos.xcodeproj/project.pbxproj
2026-01-18 21:59:18 +00:00

407 lines
15 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
AA1000001 /* FastMemosApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000001 /* FastMemosApp.swift */; };
AA1000002 /* MenuBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000002 /* MenuBarView.swift */; };
AA1000003 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000003 /* LoginView.swift */; };
AA1000004 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000004 /* SettingsView.swift */; };
AA1000005 /* NoteWindowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000005 /* NoteWindowView.swift */; };
AA1000006 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000006 /* AppState.swift */; };
AA1000007 /* MemosAPIService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000007 /* MemosAPIService.swift */; };
AA1000008 /* KeychainService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000008 /* KeychainService.swift */; };
AA1000009 /* ShortcutService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000009 /* ShortcutService.swift */; };
AA1000010 /* Memo.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000010 /* Memo.swift */; };
AA1000011 /* MemoVisibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2000011 /* MemoVisibility.swift */; };
AA1000012 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA2000012 /* Assets.xcassets */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
AA2000001 /* FastMemosApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FastMemosApp.swift; sourceTree = "<group>"; };
AA2000002 /* MenuBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarView.swift; sourceTree = "<group>"; };
AA2000003 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
AA2000004 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
AA2000005 /* NoteWindowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteWindowView.swift; sourceTree = "<group>"; };
AA2000006 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; };
AA2000007 /* MemosAPIService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemosAPIService.swift; sourceTree = "<group>"; };
AA2000008 /* KeychainService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainService.swift; sourceTree = "<group>"; };
AA2000009 /* ShortcutService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShortcutService.swift; sourceTree = "<group>"; };
AA2000010 /* Memo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Memo.swift; sourceTree = "<group>"; };
AA2000011 /* MemoVisibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoVisibility.swift; sourceTree = "<group>"; };
AA2000012 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
AA2000013 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AA2000014 /* FastMemos.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = FastMemos.entitlements; sourceTree = "<group>"; };
AA3000001 /* FastMemos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FastMemos.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
AA4000001 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
AA5000001 = {
isa = PBXGroup;
children = (
AA5000002 /* FastMemos */,
AA5000007 /* Products */,
);
sourceTree = "<group>";
};
AA5000002 /* FastMemos */ = {
isa = PBXGroup;
children = (
AA2000001 /* FastMemosApp.swift */,
AA5000003 /* Models */,
AA5000004 /* Services */,
AA5000005 /* ViewModels */,
AA5000006 /* Views */,
AA2000012 /* Assets.xcassets */,
AA2000013 /* Info.plist */,
AA2000014 /* FastMemos.entitlements */,
);
path = FastMemos;
sourceTree = "<group>";
};
AA5000003 /* Models */ = {
isa = PBXGroup;
children = (
AA2000010 /* Memo.swift */,
AA2000011 /* MemoVisibility.swift */,
);
path = Models;
sourceTree = "<group>";
};
AA5000004 /* Services */ = {
isa = PBXGroup;
children = (
AA2000007 /* MemosAPIService.swift */,
AA2000008 /* KeychainService.swift */,
AA2000009 /* ShortcutService.swift */,
);
path = Services;
sourceTree = "<group>";
};
AA5000005 /* ViewModels */ = {
isa = PBXGroup;
children = (
AA2000006 /* AppState.swift */,
);
path = ViewModels;
sourceTree = "<group>";
};
AA5000006 /* Views */ = {
isa = PBXGroup;
children = (
AA2000002 /* MenuBarView.swift */,
AA2000003 /* LoginView.swift */,
AA2000004 /* SettingsView.swift */,
AA2000005 /* NoteWindowView.swift */,
);
path = Views;
sourceTree = "<group>";
};
AA5000007 /* Products */ = {
isa = PBXGroup;
children = (
AA3000001 /* FastMemos.app */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
AA6000001 /* FastMemos */ = {
isa = PBXNativeTarget;
buildConfigurationList = AA8000001 /* Build configuration list for PBXNativeTarget "FastMemos" */;
buildPhases = (
AA7000001 /* Sources */,
AA4000001 /* Frameworks */,
AA7000002 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = FastMemos;
productName = FastMemos;
productReference = AA3000001 /* FastMemos.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
AA9000001 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1500;
LastUpgradeCheck = 1500;
TargetAttributes = {
AA6000001 = {
CreatedOnToolsVersion = 15.0;
};
};
};
buildConfigurationList = AA8000003 /* Build configuration list for PBXProject "FastMemos" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = AA5000001;
productRefGroup = AA5000007 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
AA6000001 /* FastMemos */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
AA7000002 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AA1000012 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
AA7000001 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AA1000001 /* FastMemosApp.swift in Sources */,
AA1000002 /* MenuBarView.swift in Sources */,
AA1000003 /* LoginView.swift in Sources */,
AA1000004 /* SettingsView.swift in Sources */,
AA1000005 /* NoteWindowView.swift in Sources */,
AA1000006 /* AppState.swift in Sources */,
AA1000007 /* MemosAPIService.swift in Sources */,
AA1000008 /* KeychainService.swift in Sources */,
AA1000009 /* ShortcutService.swift in Sources */,
AA1000010 /* Memo.swift in Sources */,
AA1000011 /* MemoVisibility.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
AAA000001 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
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 = 26.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
AAA000002 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
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 = 26.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
};
name = Release;
};
AAA000003 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = FastMemos/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = FastMemos;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2026 Paweł Orzech. All rights reserved.";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = me.orzech.FastMemos;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
AAA000004 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = FastMemos/FastMemos.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = FastMemos/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = FastMemos;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2026 Paweł Orzech. All rights reserved.";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = me.orzech.FastMemos;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
AA8000001 /* Build configuration list for PBXNativeTarget "FastMemos" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AAA000003 /* Debug */,
AAA000004 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AA8000003 /* Build configuration list for PBXProject "FastMemos" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AAA000001 /* Debug */,
AAA000002 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = AA9000001 /* Project object */;
}