354 lines
13 KiB
Plaintext
354 lines
13 KiB
Plaintext
|
// !$*UTF8*$!
|
||
|
{
|
||
|
archiveVersion = 1;
|
||
|
classes = {
|
||
|
};
|
||
|
objectVersion = 50;
|
||
|
objects = {
|
||
|
|
||
|
/* Begin PBXBuildFile section */
|
||
|
D626645F24BBF1C200DF9B88 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D626645E24BBF1C200DF9B88 /* AppDelegate.swift */; };
|
||
|
D626646124BBF1C200DF9B88 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D626646024BBF1C200DF9B88 /* ContentView.swift */; };
|
||
|
D626646324BBF1C300DF9B88 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D626646224BBF1C300DF9B88 /* Assets.xcassets */; };
|
||
|
D626646624BBF1C300DF9B88 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D626646524BBF1C300DF9B88 /* Preview Assets.xcassets */; };
|
||
|
D626646924BBF1C300DF9B88 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D626646724BBF1C300DF9B88 /* Main.storyboard */; };
|
||
|
/* End PBXBuildFile section */
|
||
|
|
||
|
/* Begin PBXFileReference section */
|
||
|
D626645B24BBF1C200DF9B88 /* Gemini.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Gemini.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
D626645E24BBF1C200DF9B88 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||
|
D626646024BBF1C200DF9B88 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||
|
D626646224BBF1C300DF9B88 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||
|
D626646524BBF1C300DF9B88 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
||
|
D626646824BBF1C300DF9B88 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||
|
D626646A24BBF1C300DF9B88 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||
|
D626646B24BBF1C300DF9B88 /* Gemini.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Gemini.entitlements; sourceTree = "<group>"; };
|
||
|
/* End PBXFileReference section */
|
||
|
|
||
|
/* Begin PBXFrameworksBuildPhase section */
|
||
|
D626645824BBF1C200DF9B88 /* Frameworks */ = {
|
||
|
isa = PBXFrameworksBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXFrameworksBuildPhase section */
|
||
|
|
||
|
/* Begin PBXGroup section */
|
||
|
D626645224BBF1C200DF9B88 = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
D626645D24BBF1C200DF9B88 /* Gemini */,
|
||
|
D626645C24BBF1C200DF9B88 /* Products */,
|
||
|
);
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
D626645C24BBF1C200DF9B88 /* Products */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
D626645B24BBF1C200DF9B88 /* Gemini.app */,
|
||
|
);
|
||
|
name = Products;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
D626645D24BBF1C200DF9B88 /* Gemini */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
D626645E24BBF1C200DF9B88 /* AppDelegate.swift */,
|
||
|
D626646024BBF1C200DF9B88 /* ContentView.swift */,
|
||
|
D626646224BBF1C300DF9B88 /* Assets.xcassets */,
|
||
|
D626646724BBF1C300DF9B88 /* Main.storyboard */,
|
||
|
D626646A24BBF1C300DF9B88 /* Info.plist */,
|
||
|
D626646B24BBF1C300DF9B88 /* Gemini.entitlements */,
|
||
|
D626646424BBF1C300DF9B88 /* Preview Content */,
|
||
|
);
|
||
|
path = Gemini;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
D626646424BBF1C300DF9B88 /* Preview Content */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
D626646524BBF1C300DF9B88 /* Preview Assets.xcassets */,
|
||
|
);
|
||
|
path = "Preview Content";
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXGroup section */
|
||
|
|
||
|
/* Begin PBXNativeTarget section */
|
||
|
D626645A24BBF1C200DF9B88 /* Gemini */ = {
|
||
|
isa = PBXNativeTarget;
|
||
|
buildConfigurationList = D626646E24BBF1C300DF9B88 /* Build configuration list for PBXNativeTarget "Gemini" */;
|
||
|
buildPhases = (
|
||
|
D626645724BBF1C200DF9B88 /* Sources */,
|
||
|
D626645824BBF1C200DF9B88 /* Frameworks */,
|
||
|
D626645924BBF1C200DF9B88 /* Resources */,
|
||
|
);
|
||
|
buildRules = (
|
||
|
);
|
||
|
dependencies = (
|
||
|
);
|
||
|
name = Gemini;
|
||
|
productName = Gemini;
|
||
|
productReference = D626645B24BBF1C200DF9B88 /* Gemini.app */;
|
||
|
productType = "com.apple.product-type.application";
|
||
|
};
|
||
|
/* End PBXNativeTarget section */
|
||
|
|
||
|
/* Begin PBXProject section */
|
||
|
D626645324BBF1C200DF9B88 /* Project object */ = {
|
||
|
isa = PBXProject;
|
||
|
attributes = {
|
||
|
LastSwiftUpdateCheck = 1200;
|
||
|
LastUpgradeCheck = 1200;
|
||
|
TargetAttributes = {
|
||
|
D626645A24BBF1C200DF9B88 = {
|
||
|
CreatedOnToolsVersion = 12.0;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
buildConfigurationList = D626645624BBF1C200DF9B88 /* Build configuration list for PBXProject "Gemini" */;
|
||
|
compatibilityVersion = "Xcode 9.3";
|
||
|
developmentRegion = en;
|
||
|
hasScannedForEncodings = 0;
|
||
|
knownRegions = (
|
||
|
en,
|
||
|
Base,
|
||
|
);
|
||
|
mainGroup = D626645224BBF1C200DF9B88;
|
||
|
productRefGroup = D626645C24BBF1C200DF9B88 /* Products */;
|
||
|
projectDirPath = "";
|
||
|
projectRoot = "";
|
||
|
targets = (
|
||
|
D626645A24BBF1C200DF9B88 /* Gemini */,
|
||
|
);
|
||
|
};
|
||
|
/* End PBXProject section */
|
||
|
|
||
|
/* Begin PBXResourcesBuildPhase section */
|
||
|
D626645924BBF1C200DF9B88 /* Resources */ = {
|
||
|
isa = PBXResourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
D626646924BBF1C300DF9B88 /* Main.storyboard in Resources */,
|
||
|
D626646624BBF1C300DF9B88 /* Preview Assets.xcassets in Resources */,
|
||
|
D626646324BBF1C300DF9B88 /* Assets.xcassets in Resources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXResourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXSourcesBuildPhase section */
|
||
|
D626645724BBF1C200DF9B88 /* Sources */ = {
|
||
|
isa = PBXSourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
D626646124BBF1C200DF9B88 /* ContentView.swift in Sources */,
|
||
|
D626645F24BBF1C200DF9B88 /* AppDelegate.swift in Sources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXSourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXVariantGroup section */
|
||
|
D626646724BBF1C300DF9B88 /* Main.storyboard */ = {
|
||
|
isa = PBXVariantGroup;
|
||
|
children = (
|
||
|
D626646824BBF1C300DF9B88 /* Base */,
|
||
|
);
|
||
|
name = Main.storyboard;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXVariantGroup section */
|
||
|
|
||
|
/* Begin XCBuildConfiguration section */
|
||
|
D626646C24BBF1C300DF9B88 /* 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++14";
|
||
|
CLANG_CXX_LIBRARY = "libc++";
|
||
|
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 = gnu11;
|
||
|
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 = 10.16;
|
||
|
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;
|
||
|
};
|
||
|
D626646D24BBF1C300DF9B88 /* 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++14";
|
||
|
CLANG_CXX_LIBRARY = "libc++";
|
||
|
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 = gnu11;
|
||
|
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 = 10.16;
|
||
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||
|
MTL_FAST_MATH = YES;
|
||
|
SDKROOT = macosx;
|
||
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
D626646F24BBF1C300DF9B88 /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||
|
CODE_SIGN_ENTITLEMENTS = Gemini/Gemini.entitlements;
|
||
|
CODE_SIGN_STYLE = Automatic;
|
||
|
COMBINE_HIDPI_IMAGES = YES;
|
||
|
DEVELOPMENT_ASSET_PATHS = "\"Gemini/Preview Content\"";
|
||
|
DEVELOPMENT_TEAM = HGYVAQA9FW;
|
||
|
ENABLE_HARDENED_RUNTIME = YES;
|
||
|
ENABLE_PREVIEWS = YES;
|
||
|
INFOPLIST_FILE = Gemini/Info.plist;
|
||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
"$(inherited)",
|
||
|
"@executable_path/../Frameworks",
|
||
|
);
|
||
|
MACOSX_DEPLOYMENT_TARGET = 10.15;
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.Gemini;
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
SWIFT_VERSION = 5.0;
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
D626647024BBF1C300DF9B88 /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||
|
CODE_SIGN_ENTITLEMENTS = Gemini/Gemini.entitlements;
|
||
|
CODE_SIGN_STYLE = Automatic;
|
||
|
COMBINE_HIDPI_IMAGES = YES;
|
||
|
DEVELOPMENT_ASSET_PATHS = "\"Gemini/Preview Content\"";
|
||
|
DEVELOPMENT_TEAM = HGYVAQA9FW;
|
||
|
ENABLE_HARDENED_RUNTIME = YES;
|
||
|
ENABLE_PREVIEWS = YES;
|
||
|
INFOPLIST_FILE = Gemini/Info.plist;
|
||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||
|
"$(inherited)",
|
||
|
"@executable_path/../Frameworks",
|
||
|
);
|
||
|
MACOSX_DEPLOYMENT_TARGET = 10.15;
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.Gemini;
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
SWIFT_VERSION = 5.0;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
/* End XCBuildConfiguration section */
|
||
|
|
||
|
/* Begin XCConfigurationList section */
|
||
|
D626645624BBF1C200DF9B88 /* Build configuration list for PBXProject "Gemini" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
D626646C24BBF1C300DF9B88 /* Debug */,
|
||
|
D626646D24BBF1C300DF9B88 /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
D626646E24BBF1C300DF9B88 /* Build configuration list for PBXNativeTarget "Gemini" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
D626646F24BBF1C300DF9B88 /* Debug */,
|
||
|
D626647024BBF1C300DF9B88 /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
/* End XCConfigurationList section */
|
||
|
};
|
||
|
rootObject = D626645324BBF1C200DF9B88 /* Project object */;
|
||
|
}
|