9fd04b0ce4
Add the owner-only AF_UNIX Reyna CLI privacy host, strict signed-app installation, and typed native routing for Calendar, Contacts, and Reminders.\n\nAdd bounded system-status paths and config-only direct local-service wrappers. Preserve MacMiniMCP pending explicit cutover approval.\n\nApple Notes is intentionally deferred: no native Notes operations, Apple Events declaration, or Automation helper are included; legacy Notes handling remains untouched.
421 lines
19 KiB
Plaintext
421 lines
19 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 56;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
C00000000000000000000001 /* AppMain.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000001 /* AppMain.swift */; };
|
|
C00000000000000000000002 /* AppEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000004 /* AppEntry.swift */; };
|
|
C00000000000000000000003 /* Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000005 /* Protocol.swift */; };
|
|
C00000000000000000000004 /* CalendarProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000006 /* CalendarProvider.swift */; };
|
|
C00000000000000000000005 /* CalendarAuthorizationProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000007 /* CalendarAuthorizationProvider.swift */; };
|
|
C00000000000000000000006 /* SocketPathValidation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000008 /* SocketPathValidation.swift */; };
|
|
C00000000000000000000007 /* SocketServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000009 /* SocketServer.swift */; };
|
|
C00000000000000000000008 /* CSignalSupport.c in Sources */ = {isa = PBXBuildFile; fileRef = B0000000000000000000000A /* CSignalSupport.c */; };
|
|
C00000000000000000000009 /* EventKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B0000000000000000000000C /* EventKit.framework */; };
|
|
C0000000000000000000000A /* ContactsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0000000000000000000000E /* ContactsProvider.swift */; };
|
|
C0000000000000000000000B /* ContactsAuthorizationProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0000000000000000000000F /* ContactsAuthorizationProvider.swift */; };
|
|
C0000000000000000000000C /* Contacts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B00000000000000000000010 /* Contacts.framework */; };
|
|
C0000000000000000000000D /* RemindersProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000011 /* RemindersProvider.swift */; };
|
|
C0000000000000000000000E /* RemindersAuthorizationProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000012 /* RemindersAuthorizationProvider.swift */; };
|
|
C00000000000000000000011 /* SystemInfoProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00000000000000000000015 /* SystemInfoProvider.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
B00000000000000000000001 /* AppMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppMain.swift; sourceTree = "<group>"; };
|
|
B00000000000000000000002 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
B00000000000000000000003 /* ReynaCLIHost-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReynaCLIHost-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
B00000000000000000000004 /* AppEntry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppEntry.swift; sourceTree = "<group>"; };
|
|
B00000000000000000000005 /* Protocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Protocol.swift; sourceTree = "<group>"; };
|
|
B00000000000000000000006 /* CalendarProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarProvider.swift; sourceTree = "<group>"; };
|
|
B00000000000000000000007 /* CalendarAuthorizationProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarAuthorizationProvider.swift; sourceTree = "<group>"; };
|
|
B00000000000000000000008 /* SocketPathValidation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketPathValidation.swift; sourceTree = "<group>"; };
|
|
B00000000000000000000009 /* SocketServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketServer.swift; sourceTree = "<group>"; };
|
|
B0000000000000000000000A /* CSignalSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CSignalSupport.c; sourceTree = "<group>"; };
|
|
B0000000000000000000000B /* CSignalSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSignalSupport.h; sourceTree = "<group>"; };
|
|
B0000000000000000000000C /* EventKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = EventKit.framework; path = System/Library/Frameworks/EventKit.framework; sourceTree = SDKROOT; };
|
|
B0000000000000000000000E /* ContactsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactsProvider.swift; sourceTree = "<group>"; };
|
|
B0000000000000000000000F /* ContactsAuthorizationProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactsAuthorizationProvider.swift; sourceTree = "<group>"; };
|
|
B00000000000000000000010 /* Contacts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Contacts.framework; path = System/Library/Frameworks/Contacts.framework; sourceTree = SDKROOT; };
|
|
B00000000000000000000011 /* RemindersProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemindersProvider.swift; sourceTree = "<group>"; };
|
|
B00000000000000000000012 /* RemindersAuthorizationProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemindersAuthorizationProvider.swift; sourceTree = "<group>"; };
|
|
B00000000000000000000015 /* SystemInfoProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemInfoProvider.swift; sourceTree = "<group>"; };
|
|
B0000000000000000000000D /* Reyna CLI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Reyna CLI.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
D00000000000000000000002 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C00000000000000000000009 /* EventKit.framework in Frameworks */,
|
|
C0000000000000000000000C /* Contacts.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
4CE47EC8302137F000015A48 /* Recovered References */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B0000000000000000000000C /* EventKit.framework */,
|
|
B00000000000000000000010 /* Contacts.framework */,
|
|
);
|
|
name = "Recovered References";
|
|
sourceTree = "<group>";
|
|
};
|
|
A00000000000000000000002 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A00000000000000000000004 /* ReynaCLIHost */,
|
|
A00000000000000000000005 /* Sources */,
|
|
A00000000000000000000003 /* Products */,
|
|
4CE47EC8302137F000015A48 /* Recovered References */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
A00000000000000000000003 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B0000000000000000000000D /* Reyna CLI.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
A00000000000000000000004 /* ReynaCLIHost */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B00000000000000000000001 /* AppMain.swift */,
|
|
B00000000000000000000002 /* Info.plist */,
|
|
B00000000000000000000003 /* ReynaCLIHost-Bridging-Header.h */,
|
|
);
|
|
path = ReynaCLIHost;
|
|
sourceTree = "<group>";
|
|
};
|
|
A00000000000000000000005 /* Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A00000000000000000000006 /* ReynaCLIHostCore */,
|
|
A00000000000000000000007 /* CSignalSupport */,
|
|
);
|
|
path = Sources;
|
|
sourceTree = "<group>";
|
|
};
|
|
A00000000000000000000006 /* ReynaCLIHostCore */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B00000000000000000000004 /* AppEntry.swift */,
|
|
B00000000000000000000005 /* Protocol.swift */,
|
|
B00000000000000000000006 /* CalendarProvider.swift */,
|
|
B00000000000000000000007 /* CalendarAuthorizationProvider.swift */,
|
|
B0000000000000000000000E /* ContactsProvider.swift */,
|
|
B0000000000000000000000F /* ContactsAuthorizationProvider.swift */,
|
|
B00000000000000000000011 /* RemindersProvider.swift */,
|
|
B00000000000000000000012 /* RemindersAuthorizationProvider.swift */,
|
|
B00000000000000000000015 /* SystemInfoProvider.swift */,
|
|
B00000000000000000000008 /* SocketPathValidation.swift */,
|
|
B00000000000000000000009 /* SocketServer.swift */,
|
|
);
|
|
path = ReynaCLIHostCore;
|
|
sourceTree = "<group>";
|
|
};
|
|
A00000000000000000000007 /* CSignalSupport */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B0000000000000000000000A /* CSignalSupport.c */,
|
|
B0000000000000000000000B /* CSignalSupport.h */,
|
|
);
|
|
path = CSignalSupport;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
E00000000000000000000001 /* Reyna CLI */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = F00000000000000000000002 /* Build configuration list for PBXNativeTarget "Reyna CLI" */;
|
|
buildPhases = (
|
|
D00000000000000000000001 /* Sources */,
|
|
D00000000000000000000002 /* Frameworks */,
|
|
D00000000000000000000003 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "Reyna CLI";
|
|
productName = "Reyna CLI";
|
|
productReference = B0000000000000000000000D /* Reyna CLI.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
E00000000000000000000002 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastUpgradeCheck = 1500;
|
|
TargetAttributes = {
|
|
E00000000000000000000001 = {
|
|
CreatedOnToolsVersion = 15.0;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = F00000000000000000000001 /* Build configuration list for PBXProject "ReynaCLIHost" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = A00000000000000000000002;
|
|
productRefGroup = A00000000000000000000003 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
E00000000000000000000001 /* Reyna CLI */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
D00000000000000000000003 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
D00000000000000000000001 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C00000000000000000000001 /* AppMain.swift in Sources */,
|
|
C00000000000000000000002 /* AppEntry.swift in Sources */,
|
|
C00000000000000000000003 /* Protocol.swift in Sources */,
|
|
C00000000000000000000004 /* CalendarProvider.swift in Sources */,
|
|
C00000000000000000000005 /* CalendarAuthorizationProvider.swift in Sources */,
|
|
C0000000000000000000000A /* ContactsProvider.swift in Sources */,
|
|
C0000000000000000000000B /* ContactsAuthorizationProvider.swift in Sources */,
|
|
C0000000000000000000000D /* RemindersProvider.swift in Sources */,
|
|
C0000000000000000000000E /* RemindersAuthorizationProvider.swift in Sources */,
|
|
C00000000000000000000011 /* SystemInfoProvider.swift in Sources */,
|
|
C00000000000000000000006 /* SocketPathValidation.swift in Sources */,
|
|
C00000000000000000000007 /* SocketServer.swift in Sources */,
|
|
C00000000000000000000008 /* CSignalSupport.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
F00000000000000000000003 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
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;
|
|
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;
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
F00000000000000000000004 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
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;
|
|
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;
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
};
|
|
name = Release;
|
|
};
|
|
F00000000000000000000005 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = RHUM5U925W;
|
|
EXECUTABLE_NAME = ReynaCLIHost;
|
|
GENERATE_INFOPLIST_FILE = NO;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(SRCROOT)/Sources/CSignalSupport/include",
|
|
);
|
|
INFOPLIST_FILE = ReynaCLIHost/Info.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = "Reyna CLI";
|
|
INFOPLIST_KEY_LSUIElement = YES;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
|
MARKETING_VERSION = 1.0.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.reyna.cli.privacy-host";
|
|
PRODUCT_NAME = "Reyna CLI";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "ReynaCLIHost/ReynaCLIHost-Bridging-Header.h";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
F00000000000000000000006 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = RHUM5U925W;
|
|
EXECUTABLE_NAME = ReynaCLIHost;
|
|
GENERATE_INFOPLIST_FILE = NO;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(SRCROOT)/Sources/CSignalSupport/include",
|
|
);
|
|
INFOPLIST_FILE = ReynaCLIHost/Info.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = "Reyna CLI";
|
|
INFOPLIST_KEY_LSUIElement = YES;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
|
MARKETING_VERSION = 1.0.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.reyna.cli.privacy-host";
|
|
PRODUCT_NAME = "Reyna CLI";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "ReynaCLIHost/ReynaCLIHost-Bridging-Header.h";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
F00000000000000000000001 /* Build configuration list for PBXProject "ReynaCLIHost" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
F00000000000000000000003 /* Debug */,
|
|
F00000000000000000000004 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
F00000000000000000000002 /* Build configuration list for PBXNativeTarget "Reyna CLI" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
F00000000000000000000005 /* Debug */,
|
|
F00000000000000000000006 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = E00000000000000000000002 /* Project object */;
|
|
}
|