Initial commit

This commit is contained in:
2025-01-19 04:43:22 +01:00
commit 31da35961a
35 changed files with 2249 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB",
"lldb.launch.expressions": "native"
}

View File

@ -0,0 +1,560 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 77;
objects = {
/* Begin PBXContainerItemProxy section */
7A1D9AA42D3C1C26008898A6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7A1D9A8A2D3C1C25008898A6 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 7A1D9A912D3C1C25008898A6;
remoteInfo = "Ventry Upload Watcher";
};
7A1D9AAE2D3C1C26008898A6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7A1D9A8A2D3C1C25008898A6 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 7A1D9A912D3C1C25008898A6;
remoteInfo = "Ventry Upload Watcher";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
7A1D9A922D3C1C25008898A6 /* Ventry Upload Watcher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Ventry Upload Watcher.app"; sourceTree = BUILT_PRODUCTS_DIR; };
7A1D9AA32D3C1C26008898A6 /* Ventry Upload WatcherTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Ventry Upload WatcherTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
7A1D9AAD2D3C1C26008898A6 /* Ventry Upload WatcherUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Ventry Upload WatcherUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
7A1D9A942D3C1C25008898A6 /* Ventry Upload Watcher */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = "Ventry Upload Watcher";
sourceTree = "<group>";
};
7A1D9AA62D3C1C26008898A6 /* Ventry Upload WatcherTests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = "Ventry Upload WatcherTests";
sourceTree = "<group>";
};
7A1D9AB02D3C1C26008898A6 /* Ventry Upload WatcherUITests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = "Ventry Upload WatcherUITests";
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */
7A1D9A8F2D3C1C25008898A6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
7A1D9AA02D3C1C26008898A6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
7A1D9AAA2D3C1C26008898A6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
7A1D9A892D3C1C25008898A6 = {
isa = PBXGroup;
children = (
7A1D9A942D3C1C25008898A6 /* Ventry Upload Watcher */,
7A1D9AA62D3C1C26008898A6 /* Ventry Upload WatcherTests */,
7A1D9AB02D3C1C26008898A6 /* Ventry Upload WatcherUITests */,
7A1D9A932D3C1C25008898A6 /* Products */,
);
sourceTree = "<group>";
};
7A1D9A932D3C1C25008898A6 /* Products */ = {
isa = PBXGroup;
children = (
7A1D9A922D3C1C25008898A6 /* Ventry Upload Watcher.app */,
7A1D9AA32D3C1C26008898A6 /* Ventry Upload WatcherTests.xctest */,
7A1D9AAD2D3C1C26008898A6 /* Ventry Upload WatcherUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
7A1D9A912D3C1C25008898A6 /* Ventry Upload Watcher */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7A1D9AB72D3C1C26008898A6 /* Build configuration list for PBXNativeTarget "Ventry Upload Watcher" */;
buildPhases = (
7A1D9A8E2D3C1C25008898A6 /* Sources */,
7A1D9A8F2D3C1C25008898A6 /* Frameworks */,
7A1D9A902D3C1C25008898A6 /* Resources */,
);
buildRules = (
);
dependencies = (
);
fileSystemSynchronizedGroups = (
7A1D9A942D3C1C25008898A6 /* Ventry Upload Watcher */,
);
name = "Ventry Upload Watcher";
packageProductDependencies = (
);
productName = "Ventry Upload Watcher";
productReference = 7A1D9A922D3C1C25008898A6 /* Ventry Upload Watcher.app */;
productType = "com.apple.product-type.application";
};
7A1D9AA22D3C1C26008898A6 /* Ventry Upload WatcherTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7A1D9ABA2D3C1C26008898A6 /* Build configuration list for PBXNativeTarget "Ventry Upload WatcherTests" */;
buildPhases = (
7A1D9A9F2D3C1C26008898A6 /* Sources */,
7A1D9AA02D3C1C26008898A6 /* Frameworks */,
7A1D9AA12D3C1C26008898A6 /* Resources */,
);
buildRules = (
);
dependencies = (
7A1D9AA52D3C1C26008898A6 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
7A1D9AA62D3C1C26008898A6 /* Ventry Upload WatcherTests */,
);
name = "Ventry Upload WatcherTests";
packageProductDependencies = (
);
productName = "Ventry Upload WatcherTests";
productReference = 7A1D9AA32D3C1C26008898A6 /* Ventry Upload WatcherTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
7A1D9AAC2D3C1C26008898A6 /* Ventry Upload WatcherUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7A1D9ABD2D3C1C26008898A6 /* Build configuration list for PBXNativeTarget "Ventry Upload WatcherUITests" */;
buildPhases = (
7A1D9AA92D3C1C26008898A6 /* Sources */,
7A1D9AAA2D3C1C26008898A6 /* Frameworks */,
7A1D9AAB2D3C1C26008898A6 /* Resources */,
);
buildRules = (
);
dependencies = (
7A1D9AAF2D3C1C26008898A6 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
7A1D9AB02D3C1C26008898A6 /* Ventry Upload WatcherUITests */,
);
name = "Ventry Upload WatcherUITests";
packageProductDependencies = (
);
productName = "Ventry Upload WatcherUITests";
productReference = 7A1D9AAD2D3C1C26008898A6 /* Ventry Upload WatcherUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
7A1D9A8A2D3C1C25008898A6 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1620;
LastUpgradeCheck = 1620;
TargetAttributes = {
7A1D9A912D3C1C25008898A6 = {
CreatedOnToolsVersion = 16.2;
};
7A1D9AA22D3C1C26008898A6 = {
CreatedOnToolsVersion = 16.2;
TestTargetID = 7A1D9A912D3C1C25008898A6;
};
7A1D9AAC2D3C1C26008898A6 = {
CreatedOnToolsVersion = 16.2;
TestTargetID = 7A1D9A912D3C1C25008898A6;
};
};
};
buildConfigurationList = 7A1D9A8D2D3C1C25008898A6 /* Build configuration list for PBXProject "Ventry Upload Watcher" */;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 7A1D9A892D3C1C25008898A6;
minimizedProjectReferenceProxies = 1;
preferredProjectObjectVersion = 77;
productRefGroup = 7A1D9A932D3C1C25008898A6 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
7A1D9A912D3C1C25008898A6 /* Ventry Upload Watcher */,
7A1D9AA22D3C1C26008898A6 /* Ventry Upload WatcherTests */,
7A1D9AAC2D3C1C26008898A6 /* Ventry Upload WatcherUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
7A1D9A902D3C1C25008898A6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
7A1D9AA12D3C1C26008898A6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
7A1D9AAB2D3C1C26008898A6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
7A1D9A8E2D3C1C25008898A6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
7A1D9A9F2D3C1C26008898A6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
7A1D9AA92D3C1C26008898A6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
7A1D9AA52D3C1C26008898A6 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 7A1D9A912D3C1C25008898A6 /* Ventry Upload Watcher */;
targetProxy = 7A1D9AA42D3C1C26008898A6 /* PBXContainerItemProxy */;
};
7A1D9AAF2D3C1C26008898A6 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 7A1D9A912D3C1C25008898A6 /* Ventry Upload Watcher */;
targetProxy = 7A1D9AAE2D3C1C26008898A6 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
7A1D9AB52D3C1C26008898A6 /* 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 = 15.2;
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;
};
7A1D9AB62D3C1C26008898A6 /* 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 = 15.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
};
name = Release;
};
7A1D9AB82D3C1C26008898A6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = "Ventry Upload Watcher/Ventry Upload WatcherDebug.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Ventry Upload Watcher/Preview Content\"";
DEVELOPMENT_TEAM = RYP9AN7LG4;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "Ventry Watcher";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "Jan-Marlon Leibl";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "jleibl.Ventry-Upload-Watcher";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
7A1D9AB92D3C1C26008898A6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = "Ventry Upload Watcher/Ventry_Upload_Watcher.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Ventry Upload Watcher/Preview Content\"";
DEVELOPMENT_TEAM = RYP9AN7LG4;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "Ventry Watcher";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "Jan-Marlon Leibl";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "jleibl.Ventry-Upload-Watcher";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
7A1D9ABB2D3C1C26008898A6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = RYP9AN7LG4;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 15.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "jleibl.Ventry-Upload-WatcherTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Ventry Upload Watcher.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Ventry Upload Watcher";
};
name = Debug;
};
7A1D9ABC2D3C1C26008898A6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = RYP9AN7LG4;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 15.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "jleibl.Ventry-Upload-WatcherTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Ventry Upload Watcher.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Ventry Upload Watcher";
};
name = Release;
};
7A1D9ABE2D3C1C26008898A6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = RYP9AN7LG4;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "jleibl.Ventry-Upload-WatcherUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_TARGET_NAME = "Ventry Upload Watcher";
};
name = Debug;
};
7A1D9ABF2D3C1C26008898A6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = RYP9AN7LG4;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "jleibl.Ventry-Upload-WatcherUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_TARGET_NAME = "Ventry Upload Watcher";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
7A1D9A8D2D3C1C25008898A6 /* Build configuration list for PBXProject "Ventry Upload Watcher" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7A1D9AB52D3C1C26008898A6 /* Debug */,
7A1D9AB62D3C1C26008898A6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7A1D9AB72D3C1C26008898A6 /* Build configuration list for PBXNativeTarget "Ventry Upload Watcher" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7A1D9AB82D3C1C26008898A6 /* Debug */,
7A1D9AB92D3C1C26008898A6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7A1D9ABA2D3C1C26008898A6 /* Build configuration list for PBXNativeTarget "Ventry Upload WatcherTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7A1D9ABB2D3C1C26008898A6 /* Debug */,
7A1D9ABC2D3C1C26008898A6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7A1D9ABD2D3C1C26008898A6 /* Build configuration list for PBXNativeTarget "Ventry Upload WatcherUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7A1D9ABE2D3C1C26008898A6 /* Debug */,
7A1D9ABF2D3C1C26008898A6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 7A1D9A8A2D3C1C25008898A6 /* Project object */;
}

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>Default</string>
<key>ShowSharedSchemesAutomaticallyEnabled</key>
<true/>
</dict>
</plist>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>Ventry Upload Watcher.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>

BIN
Ventry Upload Watcher/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,11 @@
{
"colors" : [
{
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -0,0 +1,187 @@
{
"images" : [
{
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "1x",
"size" : "16x16"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "1x",
"size" : "16x16"
},
{
"filename" : "ventry-32 1.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "2x",
"size" : "16x16"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "2x",
"size" : "16x16"
},
{
"filename" : "ventry-32.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "1x",
"size" : "32x32"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "1x",
"size" : "32x32"
},
{
"filename" : "ventry-64.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "2x",
"size" : "32x32"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "2x",
"size" : "32x32"
},
{
"filename" : "ventry-128.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "1x",
"size" : "128x128"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "1x",
"size" : "128x128"
},
{
"filename" : "ventry-256.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "2x",
"size" : "128x128"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "2x",
"size" : "128x128"
},
{
"filename" : "ventry-256 1.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "1x",
"size" : "256x256"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "1x",
"size" : "256x256"
},
{
"filename" : "ventry-512.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "2x",
"size" : "256x256"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "2x",
"size" : "256x256"
},
{
"filename" : "ventry-512 1.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "1x",
"size" : "512x512"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "1x",
"size" : "512x512"
},
{
"filename" : "ventry-1024.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
},
{
"idiom" : "mac",
"language-direction" : "left-to-right",
"scale" : "2x",
"size" : "512x512"
},
{
"idiom" : "mac",
"language-direction" : "right-to-left",
"scale" : "2x",
"size" : "512x512"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -0,0 +1,28 @@
{
"images" : [
{
"filename" : "Ventry PNG to SVG (1).svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Ventry PNG to SVG (1) 1.svg",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Ventry PNG to SVG (1) 2.svg",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"compression-type" : "automatic",
"preserves-vector-representation" : true,
"template-rendering-intent" : "template"
}
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 128 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 128 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "ventry-watcher.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 KiB

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.jleibl.ventryuploadwatcher</string>
</array>
<key>com.apple.security.assets.movies.read-only</key>
<true/>
<key>com.apple.security.assets.music.read-only</key>
<true/>
<key>com.apple.security.assets.pictures.read-only</key>
<true/>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.files.downloads.read-only</key>
<true/>
<key>com.apple.security.files.pictures.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.personal-information.photos-library</key>
<true/>
<key>com.apple.security.temporary-exception.apple-events</key>
<array>
<string>com.apple.systemevents</string>
</array>
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
<array>
<string>/</string>
</array>
</dict>
</plist>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.assets.pictures.read-only</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.files.pictures.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>

View File

@ -0,0 +1,54 @@
//
// Ventry_Upload_WatcherApp.swift
// Ventry Upload Watcher
//
// Created by Jan-Marlon Leibl on 18.01.25.
//
import SwiftUI
import AppKit
@main
struct Ventry_Upload_WatcherApp: App {
// MARK: - Properties
// MARK: - Scene
var body: some Scene {
WindowGroup {
ContentView()
.fixedSize()
}
.windowResizability(.contentSize)
MenuBarExtra {
menuContent
} label: {
menuIcon
}
}
// MARK: - Menu Components
@ViewBuilder
private var menuContent: some View {
Button("Show Window") {
NSApp.activate(ignoringOtherApps: true)
NSApp.windows.first?.makeKeyAndOrderFront(nil)
}
Divider()
Button("Quit") {
NSApplication.shared.terminate(nil)
}
.keyboardShortcut("q")
}
@ViewBuilder
private var menuIcon: some View {
if let nsImage = NSImage(named: "ventry-logo-white") {
Image(nsImage: nsImage)
.resizable()
.aspectRatio(contentMode: .fit)
.frame(width: 16, height: 16)
}
}
}

View File

@ -0,0 +1,17 @@
//
// Ventry_Upload_WatcherTests.swift
// Ventry Upload WatcherTests
//
// Created by Jan-Marlon Leibl on 18.01.25.
//
import Testing
@testable import Ventry_Upload_Watcher
struct Ventry_Upload_WatcherTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}

View File

@ -0,0 +1,43 @@
//
// Ventry_Upload_WatcherUITests.swift
// Ventry Upload WatcherUITests
//
// Created by Jan-Marlon Leibl on 18.01.25.
//
import XCTest
final class Ventry_Upload_WatcherUITests: XCTestCase {
override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class.
// In UI tests it is usually best to stop immediately when a failure occurs.
continueAfterFailure = false
// In UI tests its important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
}
override func tearDownWithError() throws {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
@MainActor
func testExample() throws {
// UI tests must launch the application that they test.
let app = XCUIApplication()
app.launch()
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
@MainActor
func testLaunchPerformance() throws {
if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) {
// This measures how long it takes to launch your application.
measure(metrics: [XCTApplicationLaunchMetric()]) {
XCUIApplication().launch()
}
}
}
}

View File

@ -0,0 +1,33 @@
//
// Ventry_Upload_WatcherUITestsLaunchTests.swift
// Ventry Upload WatcherUITests
//
// Created by Jan-Marlon Leibl on 18.01.25.
//
import XCTest
final class Ventry_Upload_WatcherUITestsLaunchTests: XCTestCase {
override class var runsForEachTargetApplicationUIConfiguration: Bool {
true
}
override func setUpWithError() throws {
continueAfterFailure = false
}
@MainActor
func testLaunch() throws {
let app = XCUIApplication()
app.launch()
// Insert steps here to perform after app launch but before taking a screenshot,
// such as logging into a test account or navigating somewhere in the app
let attachment = XCTAttachment(screenshot: app.screenshot())
attachment.name = "Launch Screen"
attachment.lifetime = .keepAlways
add(attachment)
}
}