2025-12-17 10:12:05 +08:00

389 lines
15 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 77;
objects = {
/* Begin PBXBuildFile section */
F3B859C12EF242E30095A9CC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B859B72EF242E30095A9CC /* AppDelegate.swift */; };
F3B859C22EF242E30095A9CC /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B859BE2EF242E30095A9CC /* SceneDelegate.swift */; };
F3B859C32EF242E30095A9CC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B859BF2EF242E30095A9CC /* ViewController.swift */; };
F3B859C42EF242E30095A9CC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F3B859B82EF242E30095A9CC /* Assets.xcassets */; };
F3B859C62EF242E30095A9CC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F3B859BB2EF242E30095A9CC /* LaunchScreen.storyboard */; };
F3B859C72EF242E30095A9CC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F3B859BD2EF242E30095A9CC /* Main.storyboard */; };
F3B859CA2EF248000095A9CC /* JXIAPManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B859C82EF248000095A9CC /* JXIAPManager.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
F3B8599F2EF242DA0095A9CC /* JXIAPManager.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JXIAPManager.app; sourceTree = BUILT_PRODUCTS_DIR; };
F3B859B72EF242E30095A9CC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
F3B859B82EF242E30095A9CC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F3B859B92EF242E30095A9CC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F3B859BA2EF242E30095A9CC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
F3B859BC2EF242E30095A9CC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
F3B859BE2EF242E30095A9CC /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
F3B859BF2EF242E30095A9CC /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
F3B859C82EF248000095A9CC /* JXIAPManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JXIAPManager.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F3B8599C2EF242DA0095A9CC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
F3B859962EF242DA0095A9CC = {
isa = PBXGroup;
children = (
F3B859C02EF242E30095A9CC /* JXIAPManager */,
F3B859A02EF242DA0095A9CC /* Products */,
);
sourceTree = "<group>";
};
F3B859A02EF242DA0095A9CC /* Products */ = {
isa = PBXGroup;
children = (
F3B8599F2EF242DA0095A9CC /* JXIAPManager.app */,
);
name = Products;
sourceTree = "<group>";
};
F3B859C02EF242E30095A9CC /* JXIAPManager */ = {
isa = PBXGroup;
children = (
F3B859C92EF248000095A9CC /* Sources */,
F3B859B72EF242E30095A9CC /* AppDelegate.swift */,
F3B859B82EF242E30095A9CC /* Assets.xcassets */,
F3B859B92EF242E30095A9CC /* Info.plist */,
F3B859BB2EF242E30095A9CC /* LaunchScreen.storyboard */,
F3B859BD2EF242E30095A9CC /* Main.storyboard */,
F3B859BE2EF242E30095A9CC /* SceneDelegate.swift */,
F3B859BF2EF242E30095A9CC /* ViewController.swift */,
);
path = JXIAPManager;
sourceTree = "<group>";
};
F3B859C92EF248000095A9CC /* Sources */ = {
isa = PBXGroup;
children = (
F3B859C82EF248000095A9CC /* JXIAPManager.swift */,
);
name = Sources;
path = ../Sources;
sourceTree = SOURCE_ROOT;
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
F3B8599E2EF242DA0095A9CC /* JXIAPManager */ = {
isa = PBXNativeTarget;
buildConfigurationList = F3B859B22EF242DC0095A9CC /* Build configuration list for PBXNativeTarget "JXIAPManager" */;
buildPhases = (
F3B8599B2EF242DA0095A9CC /* Sources */,
F3B8599C2EF242DA0095A9CC /* Frameworks */,
F3B8599D2EF242DA0095A9CC /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = JXIAPManager;
packageProductDependencies = (
);
productName = JXIAPManager;
productReference = F3B8599F2EF242DA0095A9CC /* JXIAPManager.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F3B859972EF242DA0095A9CC /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1640;
LastUpgradeCheck = 1640;
TargetAttributes = {
F3B8599E2EF242DA0095A9CC = {
CreatedOnToolsVersion = 16.4;
};
};
};
buildConfigurationList = F3B8599A2EF242DA0095A9CC /* Build configuration list for PBXProject "JXIAPManager" */;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F3B859962EF242DA0095A9CC;
minimizedProjectReferenceProxies = 1;
preferredProjectObjectVersion = 77;
productRefGroup = F3B859A02EF242DA0095A9CC /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F3B8599E2EF242DA0095A9CC /* JXIAPManager */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
F3B8599D2EF242DA0095A9CC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3B859C42EF242E30095A9CC /* Assets.xcassets in Resources */,
F3B859C62EF242E30095A9CC /* LaunchScreen.storyboard in Resources */,
F3B859C72EF242E30095A9CC /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F3B8599B2EF242DA0095A9CC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3B859CA2EF248000095A9CC /* JXIAPManager.swift in Sources */,
F3B859C12EF242E30095A9CC /* AppDelegate.swift in Sources */,
F3B859C22EF242E30095A9CC /* SceneDelegate.swift in Sources */,
F3B859C32EF242E30095A9CC /* ViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
F3B859BB2EF242E30095A9CC /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
F3B859BA2EF242E30095A9CC /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
F3B859BD2EF242E30095A9CC /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
F3B859BC2EF242E30095A9CC /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
F3B859B32EF242DC0095A9CC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 8NNUR9HPV3;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = JXIAPManager/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = aaaaaa.JXIAPManager;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F3B859B42EF242DC0095A9CC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 8NNUR9HPV3;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = JXIAPManager/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = aaaaaa.JXIAPManager;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
F3B859B52EF242DC0095A9CC /* 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;
DEVELOPMENT_TEAM = 8NNUR9HPV3;
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;
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
F3B859B62EF242DC0095A9CC /* 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";
DEVELOPMENT_TEAM = 8NNUR9HPV3;
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;
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F3B8599A2EF242DA0095A9CC /* Build configuration list for PBXProject "JXIAPManager" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3B859B52EF242DC0095A9CC /* Debug */,
F3B859B62EF242DC0095A9CC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F3B859B22EF242DC0095A9CC /* Build configuration list for PBXNativeTarget "JXIAPManager" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3B859B32EF242DC0095A9CC /* Debug */,
F3B859B42EF242DC0095A9CC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F3B859972EF242DA0095A9CC /* Project object */;
}