MACOSX_DEPLOYMENT_TARGET was 27.0 across all 6 build configs (app +
both test targets) - an artifact of Xcode defaulting it to match the
beta SDK this is developed against, not an actual code requirement.
At 27.0 the app would only install for people running a macOS beta
that doesn't even exist for the general public yet.
14.0 is the real floor, already documented as the target in
CLAUDE.md ("macOS 14+ minimum, needed for mature AttributedString/
TextKit 2 APIs") and required independently by @Observable/SwiftData,
which are used throughout (SessionStore, StarStore, TipJarStore,
OfflineCacheStore, APIFailureCenter, etc.). Everything else added
this session - StoreKit 2, ImageRenderer, requestReview, CryptoKit -
is available well before 14, so nothing pushes the floor higher.
README's "macOS 27+" end-user requirement corrected to 14+ to match
(the "Xcode 27+" line just above it is a separate, still-accurate
build-from-source requirement, left alone).
Not compiler-verified against the 14.0 SDK - this project has never
actually been built with this deployment target before (always 27.0
during this session's development), so a real Xcode build now may
surface "only available in macOS 15+/26+" errors on any API used
without realizing it needed newer than 14. Needs an actual build
before submission, not just a lower number in the project file.
671 lines
26 KiB
Plaintext
671 lines
26 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 110;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
FA7596B230366A1D0000167E /* MarkdownEngine in Frameworks */ = {isa = PBXBuildFile; productRef = FA7596B130366A1D0000167E /* MarkdownEngine */; };
|
|
FA7596B430366A1D0000167E /* MarkdownEngineCodeBlocks in Frameworks */ = {isa = PBXBuildFile; productRef = FA7596B330366A1D0000167E /* MarkdownEngineCodeBlocks */; };
|
|
FA7596B630366A1D0000167E /* MarkdownEngineLatex in Frameworks */ = {isa = PBXBuildFile; productRef = FA7596B530366A1D0000167E /* MarkdownEngineLatex */; };
|
|
FADBE087303734FE001E69F0 /* ImagePlayground.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FADBE086303734FE001E69F0 /* ImagePlayground.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
|
|
FAF99C44302CF1BD00C9949F /* OutlineKit in Frameworks */ = {isa = PBXBuildFile; productRef = FAF99C43302CF1BD00C9949F /* OutlineKit */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
FAF99C28302CE96200C9949F /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = FAF99C10302CE96100C9949F /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = FAF99C17302CE96100C9949F;
|
|
remoteInfo = Outpost;
|
|
};
|
|
FAF99C32302CE96200C9949F /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = FAF99C10302CE96100C9949F /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = FAF99C17302CE96100C9949F;
|
|
remoteInfo = Outpost;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
FADBE086303734FE001E69F0 /* ImagePlayground.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImagePlayground.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS27.0.sdk/System/Library/Frameworks/ImagePlayground.framework; sourceTree = DEVELOPER_DIR; };
|
|
FAF99C18302CE96100C9949F /* Outpost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Outpost.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
FAF99C27302CE96200C9949F /* OutpostTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OutpostTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
FAF99C31302CE96200C9949F /* OutpostUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OutpostUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
|
FAF99C1A302CE96100C9949F /* Outpost */ = {
|
|
isa = PBXFileSystemSynchronizedRootGroup;
|
|
path = Outpost;
|
|
sourceTree = "<group>";
|
|
};
|
|
FAF99C2A302CE96200C9949F /* OutpostTests */ = {
|
|
isa = PBXFileSystemSynchronizedRootGroup;
|
|
path = OutpostTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
FAF99C34302CE96200C9949F /* OutpostUITests */ = {
|
|
isa = PBXFileSystemSynchronizedRootGroup;
|
|
path = OutpostUITests;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXFileSystemSynchronizedRootGroup section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
FAF99C15302CE96100C9949F /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
files = (
|
|
FAF99C44302CF1BD00C9949F /* OutlineKit in Frameworks */,
|
|
FA7596B430366A1D0000167E /* MarkdownEngineCodeBlocks in Frameworks */,
|
|
FA7596B630366A1D0000167E /* MarkdownEngineLatex in Frameworks */,
|
|
FADBE087303734FE001E69F0 /* ImagePlayground.framework in Frameworks */,
|
|
FA7596B230366A1D0000167E /* MarkdownEngine in Frameworks */,
|
|
);
|
|
};
|
|
FAF99C24302CE96200C9949F /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
files = (
|
|
);
|
|
};
|
|
FAF99C2E302CE96200C9949F /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
files = (
|
|
);
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
FADBE085303734FE001E69F0 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FADBE086303734FE001E69F0 /* ImagePlayground.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
FAF99C0F302CE96100C9949F = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FAF99C1A302CE96100C9949F /* Outpost */,
|
|
FAF99C2A302CE96200C9949F /* OutpostTests */,
|
|
FAF99C34302CE96200C9949F /* OutpostUITests */,
|
|
FADBE085303734FE001E69F0 /* Frameworks */,
|
|
FAF99C19302CE96100C9949F /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
FAF99C19302CE96100C9949F /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FAF99C18302CE96100C9949F /* Outpost.app */,
|
|
FAF99C27302CE96200C9949F /* OutpostTests.xctest */,
|
|
FAF99C31302CE96200C9949F /* OutpostUITests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
FAF99C17302CE96100C9949F /* Outpost */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = FAF99C39302CE96200C9949F /* Build configuration list for PBXNativeTarget "Outpost" */;
|
|
buildPhases = (
|
|
FAF99C14302CE96100C9949F /* Sources */,
|
|
FAF99C15302CE96100C9949F /* Frameworks */,
|
|
FAF99C16302CE96100C9949F /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
fileSystemSynchronizedGroups = (
|
|
FAF99C1A302CE96100C9949F /* Outpost */,
|
|
);
|
|
name = Outpost;
|
|
packageProductDependencies = (
|
|
FAF99C43302CF1BD00C9949F /* OutlineKit */,
|
|
FA7596B130366A1D0000167E /* MarkdownEngine */,
|
|
FA7596B330366A1D0000167E /* MarkdownEngineCodeBlocks */,
|
|
FA7596B530366A1D0000167E /* MarkdownEngineLatex */,
|
|
);
|
|
productName = Outpost;
|
|
productReference = FAF99C18302CE96100C9949F /* Outpost.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
FAF99C26302CE96200C9949F /* OutpostTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = FAF99C3C302CE96200C9949F /* Build configuration list for PBXNativeTarget "OutpostTests" */;
|
|
buildPhases = (
|
|
FAF99C23302CE96200C9949F /* Sources */,
|
|
FAF99C24302CE96200C9949F /* Frameworks */,
|
|
FAF99C25302CE96200C9949F /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
FAF99C29302CE96200C9949F /* PBXTargetDependency */,
|
|
);
|
|
fileSystemSynchronizedGroups = (
|
|
FAF99C2A302CE96200C9949F /* OutpostTests */,
|
|
);
|
|
name = OutpostTests;
|
|
productName = OutpostTests;
|
|
productReference = FAF99C27302CE96200C9949F /* OutpostTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
FAF99C30302CE96200C9949F /* OutpostUITests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = FAF99C3F302CE96200C9949F /* Build configuration list for PBXNativeTarget "OutpostUITests" */;
|
|
buildPhases = (
|
|
FAF99C2D302CE96200C9949F /* Sources */,
|
|
FAF99C2E302CE96200C9949F /* Frameworks */,
|
|
FAF99C2F302CE96200C9949F /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
FAF99C33302CE96200C9949F /* PBXTargetDependency */,
|
|
);
|
|
fileSystemSynchronizedGroups = (
|
|
FAF99C34302CE96200C9949F /* OutpostUITests */,
|
|
);
|
|
name = OutpostUITests;
|
|
productName = OutpostUITests;
|
|
productReference = FAF99C31302CE96200C9949F /* OutpostUITests.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
FAF99C10302CE96100C9949F /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 2700;
|
|
LastUpgradeCheck = 2700;
|
|
TargetAttributes = {
|
|
FAF99C17302CE96100C9949F = {
|
|
CreatedOnToolsVersion = 27.0;
|
|
};
|
|
FAF99C26302CE96200C9949F = {
|
|
CreatedOnToolsVersion = 27.0;
|
|
TestTargetID = FAF99C17302CE96100C9949F;
|
|
};
|
|
FAF99C30302CE96200C9949F = {
|
|
CreatedOnToolsVersion = 27.0;
|
|
TestTargetID = FAF99C17302CE96100C9949F;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = FAF99C13302CE96100C9949F /* Build configuration list for PBXProject "Outpost" */;
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = FAF99C0F302CE96100C9949F;
|
|
minimizedProjectReferenceProxies = 1;
|
|
packageReferences = (
|
|
FAF99C42302CF1BD00C9949F /* XCLocalSwiftPackageReference "OutlineKit" */,
|
|
FA7596B030366A1D0000167E /* XCLocalSwiftPackageReference "Vendor/swift-markdown-engine" */,
|
|
);
|
|
preferredProjectObjectVersion = 77;
|
|
productRefGroup = FAF99C19302CE96100C9949F /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
FAF99C17302CE96100C9949F /* Outpost */,
|
|
FAF99C26302CE96200C9949F /* OutpostTests */,
|
|
FAF99C30302CE96200C9949F /* OutpostUITests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
FAF99C16302CE96100C9949F /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
files = (
|
|
);
|
|
};
|
|
FAF99C25302CE96200C9949F /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
files = (
|
|
);
|
|
};
|
|
FAF99C2F302CE96200C9949F /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
files = (
|
|
);
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
FAF99C14302CE96100C9949F /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
files = (
|
|
);
|
|
};
|
|
FAF99C23302CE96200C9949F /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
files = (
|
|
);
|
|
};
|
|
FAF99C2D302CE96200C9949F /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
files = (
|
|
);
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
FAF99C29302CE96200C9949F /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = FAF99C17302CE96100C9949F /* Outpost */;
|
|
targetProxy = FAF99C28302CE96200C9949F /* PBXContainerItemProxy */;
|
|
};
|
|
FAF99C33302CE96200C9949F /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = FAF99C17302CE96100C9949F /* Outpost */;
|
|
targetProxy = FAF99C32302CE96200C9949F /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
FAF99C37302CE96200C9949F /* Debug configuration for PBXProject "Outpost" */ = {
|
|
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;
|
|
DEVELOPMENT_TEAM = CW6GQT9SK5;
|
|
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;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
FAF99C38302CE96200C9949F /* Release configuration for PBXProject "Outpost" */ = {
|
|
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";
|
|
DEVELOPMENT_TEAM = CW6GQT9SK5;
|
|
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;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
};
|
|
name = Release;
|
|
};
|
|
FAF99C3A302CE96200C9949F /* Debug configuration for PBXNativeTarget "Outpost" */ = {
|
|
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 = Outpost/Outpost.entitlements;
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = CW6GQT9SK5;
|
|
ENABLE_APP_SANDBOX = YES;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
ENABLE_PREVIEWS = YES;
|
|
ENABLE_USER_SELECTED_FILES = readonly;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_CFBundleDisplayName = Outpost;
|
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 27.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 0.1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostApp;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
REGISTER_APP_GROUPS = YES;
|
|
SDKROOT = auto;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
SUPPORTS_MACCATALYST = NO;
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
XROS_DEPLOYMENT_TARGET = 27.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
FAF99C3B302CE96200C9949F /* Release configuration for PBXNativeTarget "Outpost" */ = {
|
|
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 = Outpost/Outpost.entitlements;
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = CW6GQT9SK5;
|
|
ENABLE_APP_SANDBOX = YES;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
ENABLE_PREVIEWS = YES;
|
|
ENABLE_USER_SELECTED_FILES = readonly;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_CFBundleDisplayName = Outpost;
|
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
|
|
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
|
|
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 27.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 0.1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostApp;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
REGISTER_APP_GROUPS = YES;
|
|
SDKROOT = auto;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
SUPPORTS_MACCATALYST = NO;
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
XROS_DEPLOYMENT_TARGET = 27.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
FAF99C3D302CE96200C9949F /* Debug configuration for PBXNativeTarget "OutpostTests" */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = CW6GQT9SK5;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 27.0;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = NO;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2,7";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Outpost.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Outpost";
|
|
XROS_DEPLOYMENT_TARGET = 27.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
FAF99C3E302CE96200C9949F /* Release configuration for PBXNativeTarget "OutpostTests" */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = CW6GQT9SK5;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 27.0;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = NO;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2,7";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Outpost.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Outpost";
|
|
XROS_DEPLOYMENT_TARGET = 27.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
FAF99C40302CE96200C9949F /* Debug configuration for PBXNativeTarget "OutpostUITests" */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = CW6GQT9SK5;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 27.0;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = NO;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2,7";
|
|
TEST_TARGET_NAME = Outpost;
|
|
XROS_DEPLOYMENT_TARGET = 27.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
FAF99C41302CE96200C9949F /* Release configuration for PBXNativeTarget "OutpostUITests" */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = CW6GQT9SK5;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 27.0;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = auto;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = NO;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2,7";
|
|
TEST_TARGET_NAME = Outpost;
|
|
XROS_DEPLOYMENT_TARGET = 27.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
FAF99C13302CE96100C9949F /* Build configuration list for PBXProject "Outpost" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
FAF99C37302CE96200C9949F /* Debug configuration for PBXProject "Outpost" */,
|
|
FAF99C38302CE96200C9949F /* Release configuration for PBXProject "Outpost" */,
|
|
);
|
|
defaultConfigurationName = Release;
|
|
};
|
|
FAF99C39302CE96200C9949F /* Build configuration list for PBXNativeTarget "Outpost" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
FAF99C3A302CE96200C9949F /* Debug configuration for PBXNativeTarget "Outpost" */,
|
|
FAF99C3B302CE96200C9949F /* Release configuration for PBXNativeTarget "Outpost" */,
|
|
);
|
|
defaultConfigurationName = Release;
|
|
};
|
|
FAF99C3C302CE96200C9949F /* Build configuration list for PBXNativeTarget "OutpostTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
FAF99C3D302CE96200C9949F /* Debug configuration for PBXNativeTarget "OutpostTests" */,
|
|
FAF99C3E302CE96200C9949F /* Release configuration for PBXNativeTarget "OutpostTests" */,
|
|
);
|
|
defaultConfigurationName = Release;
|
|
};
|
|
FAF99C3F302CE96200C9949F /* Build configuration list for PBXNativeTarget "OutpostUITests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
FAF99C40302CE96200C9949F /* Debug configuration for PBXNativeTarget "OutpostUITests" */,
|
|
FAF99C41302CE96200C9949F /* Release configuration for PBXNativeTarget "OutpostUITests" */,
|
|
);
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCLocalSwiftPackageReference section */
|
|
FA7596B030366A1D0000167E /* XCLocalSwiftPackageReference "Vendor/swift-markdown-engine" */ = {
|
|
isa = XCLocalSwiftPackageReference;
|
|
relativePath = "Vendor/swift-markdown-engine";
|
|
};
|
|
FAF99C42302CF1BD00C9949F /* XCLocalSwiftPackageReference "OutlineKit" */ = {
|
|
isa = XCLocalSwiftPackageReference;
|
|
relativePath = OutlineKit;
|
|
};
|
|
/* End XCLocalSwiftPackageReference section */
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
FA7596B130366A1D0000167E /* MarkdownEngine */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
productName = MarkdownEngine;
|
|
};
|
|
FA7596B330366A1D0000167E /* MarkdownEngineCodeBlocks */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
productName = MarkdownEngineCodeBlocks;
|
|
};
|
|
FA7596B530366A1D0000167E /* MarkdownEngineLatex */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
productName = MarkdownEngineLatex;
|
|
};
|
|
FAF99C43302CF1BD00C9949F /* OutlineKit */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
productName = OutlineKit;
|
|
};
|
|
/* End XCSwiftPackageProductDependency section */
|
|
};
|
|
rootObject = FAF99C10302CE96100C9949F /* Project object */;
|
|
validationLevel = 1;
|
|
}
|