summaryrefslogtreecommitdiff
path: root/Tonbo.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-13 02:44:02 -0800
committerFuwn <[email protected]>2025-02-13 02:44:02 -0800
commit2e22626a5b994182a5c4990d042de1c3f73e47b3 (patch)
treec7bc556b04d9092197ff366c3d1b9624dbccf62f /Tonbo.xcodeproj/project.pbxproj
downloadtonbo-main.tar.xz
tonbo-main.zip
feat: Initial commitHEADmain
Diffstat (limited to 'Tonbo.xcodeproj/project.pbxproj')
-rw-r--r--Tonbo.xcodeproj/project.pbxproj646
1 files changed, 646 insertions, 0 deletions
diff --git a/Tonbo.xcodeproj/project.pbxproj b/Tonbo.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..df1d8cf
--- /dev/null
+++ b/Tonbo.xcodeproj/project.pbxproj
@@ -0,0 +1,646 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 77;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 4CB1EACE2D5DFD9D00612E79 /* Apollo in Frameworks */ = {isa = PBXBuildFile; productRef = 4CB1EACD2D5DFD9D00612E79 /* Apollo */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 4CB1EAAF2D5DFBB700612E79 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4CB1EA922D5DFBB600612E79 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 4CB1EA992D5DFBB600612E79;
+ remoteInfo = Tonbo;
+ };
+ 4CB1EAB92D5DFBB700612E79 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4CB1EA922D5DFBB600612E79 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 4CB1EA992D5DFBB600612E79;
+ remoteInfo = Tonbo;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ 4CB1EA9A2D5DFBB600612E79 /* Tonbo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Tonbo.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4CB1EAAE2D5DFBB700612E79 /* TonboTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TonboTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4CB1EAB82D5DFBB700612E79 /* TonboUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TonboUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
+ 4CB1EAC02D5DFBB700612E79 /* Exceptions for "Tonbo" folder in "Tonbo" target */ = {
+ isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
+ membershipExceptions = (
+ Info.plist,
+ );
+ target = 4CB1EA992D5DFBB600612E79 /* Tonbo */;
+ };
+/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
+
+/* Begin PBXFileSystemSynchronizedRootGroup section */
+ 4CB1EA9C2D5DFBB600612E79 /* Tonbo */ = {
+ isa = PBXFileSystemSynchronizedRootGroup;
+ exceptions = (
+ 4CB1EAC02D5DFBB700612E79 /* Exceptions for "Tonbo" folder in "Tonbo" target */,
+ );
+ path = Tonbo;
+ sourceTree = "<group>";
+ };
+ 4CB1EAB12D5DFBB700612E79 /* TonboTests */ = {
+ isa = PBXFileSystemSynchronizedRootGroup;
+ path = TonboTests;
+ sourceTree = "<group>";
+ };
+ 4CB1EABB2D5DFBB700612E79 /* TonboUITests */ = {
+ isa = PBXFileSystemSynchronizedRootGroup;
+ path = TonboUITests;
+ sourceTree = "<group>";
+ };
+ 4CB1EACF2D5DFDA900612E79 /* graphql */ = {
+ isa = PBXFileSystemSynchronizedRootGroup;
+ path = graphql;
+ sourceTree = "<group>";
+ };
+/* End PBXFileSystemSynchronizedRootGroup section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 4CB1EA972D5DFBB600612E79 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 4CB1EACE2D5DFD9D00612E79 /* Apollo in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 4CB1EAAB2D5DFBB700612E79 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 4CB1EAB52D5DFBB700612E79 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 4CB1EA912D5DFBB600612E79 = {
+ isa = PBXGroup;
+ children = (
+ 4CB1EACF2D5DFDA900612E79 /* graphql */,
+ 4CB1EA9C2D5DFBB600612E79 /* Tonbo */,
+ 4CB1EAB12D5DFBB700612E79 /* TonboTests */,
+ 4CB1EABB2D5DFBB700612E79 /* TonboUITests */,
+ 4CB1EA9B2D5DFBB600612E79 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 4CB1EA9B2D5DFBB600612E79 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4CB1EA9A2D5DFBB600612E79 /* Tonbo.app */,
+ 4CB1EAAE2D5DFBB700612E79 /* TonboTests.xctest */,
+ 4CB1EAB82D5DFBB700612E79 /* TonboUITests.xctest */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 4CB1EA992D5DFBB600612E79 /* Tonbo */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 4CB1EAC12D5DFBB700612E79 /* Build configuration list for PBXNativeTarget "Tonbo" */;
+ buildPhases = (
+ 4CB1EA962D5DFBB600612E79 /* Sources */,
+ 4CB1EA972D5DFBB600612E79 /* Frameworks */,
+ 4CB1EA982D5DFBB600612E79 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ fileSystemSynchronizedGroups = (
+ 4CB1EA9C2D5DFBB600612E79 /* Tonbo */,
+ 4CB1EACF2D5DFDA900612E79 /* graphql */,
+ );
+ name = Tonbo;
+ packageProductDependencies = (
+ 4CB1EACD2D5DFD9D00612E79 /* Apollo */,
+ );
+ productName = Tonbo;
+ productReference = 4CB1EA9A2D5DFBB600612E79 /* Tonbo.app */;
+ productType = "com.apple.product-type.application";
+ };
+ 4CB1EAAD2D5DFBB700612E79 /* TonboTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 4CB1EAC62D5DFBB700612E79 /* Build configuration list for PBXNativeTarget "TonboTests" */;
+ buildPhases = (
+ 4CB1EAAA2D5DFBB700612E79 /* Sources */,
+ 4CB1EAAB2D5DFBB700612E79 /* Frameworks */,
+ 4CB1EAAC2D5DFBB700612E79 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 4CB1EAB02D5DFBB700612E79 /* PBXTargetDependency */,
+ );
+ fileSystemSynchronizedGroups = (
+ 4CB1EAB12D5DFBB700612E79 /* TonboTests */,
+ );
+ name = TonboTests;
+ packageProductDependencies = (
+ );
+ productName = TonboTests;
+ productReference = 4CB1EAAE2D5DFBB700612E79 /* TonboTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+ 4CB1EAB72D5DFBB700612E79 /* TonboUITests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 4CB1EAC92D5DFBB700612E79 /* Build configuration list for PBXNativeTarget "TonboUITests" */;
+ buildPhases = (
+ 4CB1EAB42D5DFBB700612E79 /* Sources */,
+ 4CB1EAB52D5DFBB700612E79 /* Frameworks */,
+ 4CB1EAB62D5DFBB700612E79 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 4CB1EABA2D5DFBB700612E79 /* PBXTargetDependency */,
+ );
+ fileSystemSynchronizedGroups = (
+ 4CB1EABB2D5DFBB700612E79 /* TonboUITests */,
+ );
+ name = TonboUITests;
+ packageProductDependencies = (
+ );
+ productName = TonboUITests;
+ productReference = 4CB1EAB82D5DFBB700612E79 /* TonboUITests.xctest */;
+ productType = "com.apple.product-type.bundle.ui-testing";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 4CB1EA922D5DFBB600612E79 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ BuildIndependentTargetsInParallel = 1;
+ LastSwiftUpdateCheck = 1620;
+ LastUpgradeCheck = 1620;
+ TargetAttributes = {
+ 4CB1EA992D5DFBB600612E79 = {
+ CreatedOnToolsVersion = 16.2;
+ };
+ 4CB1EAAD2D5DFBB700612E79 = {
+ CreatedOnToolsVersion = 16.2;
+ TestTargetID = 4CB1EA992D5DFBB600612E79;
+ };
+ 4CB1EAB72D5DFBB700612E79 = {
+ CreatedOnToolsVersion = 16.2;
+ TestTargetID = 4CB1EA992D5DFBB600612E79;
+ };
+ };
+ };
+ buildConfigurationList = 4CB1EA952D5DFBB600612E79 /* Build configuration list for PBXProject "Tonbo" */;
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 4CB1EA912D5DFBB600612E79;
+ minimizedProjectReferenceProxies = 1;
+ packageReferences = (
+ 4CB1EACC2D5DFD9D00612E79 /* XCRemoteSwiftPackageReference "apollo-ios" */,
+ );
+ preferredProjectObjectVersion = 77;
+ productRefGroup = 4CB1EA9B2D5DFBB600612E79 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 4CB1EA992D5DFBB600612E79 /* Tonbo */,
+ 4CB1EAAD2D5DFBB700612E79 /* TonboTests */,
+ 4CB1EAB72D5DFBB700612E79 /* TonboUITests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 4CB1EA982D5DFBB600612E79 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 4CB1EAAC2D5DFBB700612E79 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 4CB1EAB62D5DFBB700612E79 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 4CB1EA962D5DFBB600612E79 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 4CB1EAAA2D5DFBB700612E79 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 4CB1EAB42D5DFBB700612E79 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 4CB1EAB02D5DFBB700612E79 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 4CB1EA992D5DFBB600612E79 /* Tonbo */;
+ targetProxy = 4CB1EAAF2D5DFBB700612E79 /* PBXContainerItemProxy */;
+ };
+ 4CB1EABA2D5DFBB700612E79 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 4CB1EA992D5DFBB600612E79 /* Tonbo */;
+ targetProxy = 4CB1EAB92D5DFBB700612E79 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin XCBuildConfiguration section */
+ 4CB1EAC22D5DFBB700612E79 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ CODE_SIGN_ENTITLEMENTS = Tonbo/Tonbo.entitlements;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_ASSET_PATHS = "\"Tonbo/Preview Content\"";
+ DEVELOPMENT_TEAM = D6JHZ49FTL;
+ ENABLE_HARDENED_RUNTIME = YES;
+ ENABLE_PREVIEWS = YES;
+ GENERATE_INFOPLIST_FILE = YES;
+ INFOPLIST_FILE = Tonbo/Info.plist;
+ "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 = 18.2;
+ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
+ "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
+ MACOSX_DEPLOYMENT_TARGET = 14.0;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.fuwned.Tonbo;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2,7";
+ XROS_DEPLOYMENT_TARGET = 2.2;
+ };
+ name = Debug;
+ };
+ 4CB1EAC32D5DFBB700612E79 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ CODE_SIGN_ENTITLEMENTS = Tonbo/Tonbo.entitlements;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_ASSET_PATHS = "\"Tonbo/Preview Content\"";
+ DEVELOPMENT_TEAM = D6JHZ49FTL;
+ ENABLE_HARDENED_RUNTIME = YES;
+ ENABLE_PREVIEWS = YES;
+ GENERATE_INFOPLIST_FILE = YES;
+ INFOPLIST_FILE = Tonbo/Info.plist;
+ "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 = 18.2;
+ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
+ "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
+ MACOSX_DEPLOYMENT_TARGET = 14.0;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.fuwned.Tonbo;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2,7";
+ XROS_DEPLOYMENT_TARGET = 2.2;
+ };
+ name = Release;
+ };
+ 4CB1EAC42D5DFBB700612E79 /* 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;
+ 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;
+ };
+ 4CB1EAC52D5DFBB700612E79 /* 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;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ MTL_FAST_MATH = YES;
+ SWIFT_COMPILATION_MODE = wholemodule;
+ };
+ name = Release;
+ };
+ 4CB1EAC72D5DFBB700612E79 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = D6JHZ49FTL;
+ GENERATE_INFOPLIST_FILE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 18.2;
+ MACOSX_DEPLOYMENT_TARGET = 15.2;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = me.fuwned.TonboTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
+ SWIFT_EMIT_LOC_STRINGS = NO;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2,7";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Tonbo.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Tonbo";
+ XROS_DEPLOYMENT_TARGET = 2.2;
+ };
+ name = Debug;
+ };
+ 4CB1EAC82D5DFBB700612E79 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = D6JHZ49FTL;
+ GENERATE_INFOPLIST_FILE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 18.2;
+ MACOSX_DEPLOYMENT_TARGET = 15.2;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = me.fuwned.TonboTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
+ SWIFT_EMIT_LOC_STRINGS = NO;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2,7";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Tonbo.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Tonbo";
+ XROS_DEPLOYMENT_TARGET = 2.2;
+ };
+ name = Release;
+ };
+ 4CB1EACA2D5DFBB700612E79 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = D6JHZ49FTL;
+ GENERATE_INFOPLIST_FILE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 18.2;
+ MACOSX_DEPLOYMENT_TARGET = 15.2;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = me.fuwned.TonboUITests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
+ SWIFT_EMIT_LOC_STRINGS = NO;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2,7";
+ TEST_TARGET_NAME = Tonbo;
+ XROS_DEPLOYMENT_TARGET = 2.2;
+ };
+ name = Debug;
+ };
+ 4CB1EACB2D5DFBB700612E79 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = D6JHZ49FTL;
+ GENERATE_INFOPLIST_FILE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 18.2;
+ MACOSX_DEPLOYMENT_TARGET = 15.2;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = me.fuwned.TonboUITests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
+ SWIFT_EMIT_LOC_STRINGS = NO;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2,7";
+ TEST_TARGET_NAME = Tonbo;
+ XROS_DEPLOYMENT_TARGET = 2.2;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 4CB1EA952D5DFBB600612E79 /* Build configuration list for PBXProject "Tonbo" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 4CB1EAC42D5DFBB700612E79 /* Debug */,
+ 4CB1EAC52D5DFBB700612E79 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 4CB1EAC12D5DFBB700612E79 /* Build configuration list for PBXNativeTarget "Tonbo" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 4CB1EAC22D5DFBB700612E79 /* Debug */,
+ 4CB1EAC32D5DFBB700612E79 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 4CB1EAC62D5DFBB700612E79 /* Build configuration list for PBXNativeTarget "TonboTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 4CB1EAC72D5DFBB700612E79 /* Debug */,
+ 4CB1EAC82D5DFBB700612E79 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 4CB1EAC92D5DFBB700612E79 /* Build configuration list for PBXNativeTarget "TonboUITests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 4CB1EACA2D5DFBB700612E79 /* Debug */,
+ 4CB1EACB2D5DFBB700612E79 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+
+/* Begin XCRemoteSwiftPackageReference section */
+ 4CB1EACC2D5DFD9D00612E79 /* XCRemoteSwiftPackageReference "apollo-ios" */ = {
+ isa = XCRemoteSwiftPackageReference;
+ repositoryURL = "https://github.com/apollographql/apollo-ios.git";
+ requirement = {
+ kind = upToNextMajorVersion;
+ minimumVersion = 1.17.0;
+ };
+ };
+/* End XCRemoteSwiftPackageReference section */
+
+/* Begin XCSwiftPackageProductDependency section */
+ 4CB1EACD2D5DFD9D00612E79 /* Apollo */ = {
+ isa = XCSwiftPackageProductDependency;
+ package = 4CB1EACC2D5DFD9D00612E79 /* XCRemoteSwiftPackageReference "apollo-ios" */;
+ productName = Apollo;
+ };
+/* End XCSwiftPackageProductDependency section */
+ };
+ rootObject = 4CB1EA922D5DFBB600612E79 /* Project object */;
+}