- ManhwaWebScraper.swift: Eliminar force unwrap en URL con guard let - ManhwaWebScraperOptimized.swift: Eliminar 2 force unwraps en URLs - StorageServiceOptimized.swift: Usar .first en lugar de subscript [0] - ImageCache.swift: Usar .first en lugar de subscript [0] - Agregar caso invalidURL a ScrapingError enum Build exitoso para iOS 15.0+ (simulador y device) IPA generado y listo para sideloading Co-Authored-By: Claude Code <noreply@anthropic.com>
481 lines
19 KiB
Plaintext
481 lines
19 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 54;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
AA0001 /* MangaReaderApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002; };
|
|
AA0003 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0004; };
|
|
AA0005 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA0006; };
|
|
AA0007 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA0008; };
|
|
AA0010 /* APIConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0011; };
|
|
AA0013 /* APIConfigExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0014; };
|
|
AA0016 /* Manga.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0017; };
|
|
AA0019 /* DownloadExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0020; };
|
|
AA0022 /* CacheManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0023; };
|
|
AA0025 /* DownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0026; };
|
|
AA0028 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0029; };
|
|
AA0031 /* ManhwaWebScraper.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0032; };
|
|
AA0034 /* ManhwaWebScraperOptimized.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0035; };
|
|
AA0037 /* StorageService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0038; };
|
|
AA0040 /* StorageServiceOptimized.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0041; };
|
|
AA0043 /* VPSAPIClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0044; };
|
|
AA0046 /* DownloadsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0047; };
|
|
AA0049 /* ReaderViewOptimized.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0050; };
|
|
AA0052 /* ReaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0053; };
|
|
AA0055 /* MangaDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0056; };
|
|
AA0058 /* IntegrationExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0059; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
AA0002 /* MangaReaderApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MangaReaderApp.swift; sourceTree = "<group>"; };
|
|
AA0004 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
AA0006 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
AA0008 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
AA0011 /* APIConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = APIConfig.swift; sourceTree = "<group>"; };
|
|
AA0014 /* APIConfigExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = APIConfigExample.swift; sourceTree = "<group>"; };
|
|
AA0017 /* Manga.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = Manga.swift; sourceTree = "<group>"; };
|
|
AA0020 /* DownloadExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = DownloadExtensions.swift; sourceTree = "<group>"; };
|
|
AA0023 /* CacheManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = CacheManager.swift; sourceTree = "<group>"; };
|
|
AA0026 /* DownloadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = DownloadManager.swift; sourceTree = "<group>"; };
|
|
AA0029 /* ImageCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = ImageCache.swift; sourceTree = "<group>"; };
|
|
AA0032 /* ManhwaWebScraper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = ManhwaWebScraper.swift; sourceTree = "<group>"; };
|
|
AA0035 /* ManhwaWebScraperOptimized.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = ManhwaWebScraperOptimized.swift; sourceTree = "<group>"; };
|
|
AA0038 /* StorageService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = StorageService.swift; sourceTree = "<group>"; };
|
|
AA0041 /* StorageServiceOptimized.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = StorageServiceOptimized.swift; sourceTree = "<group>"; };
|
|
AA0044 /* VPSAPIClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = VPSAPIClient.swift; sourceTree = "<group>"; };
|
|
AA0047 /* DownloadsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = DownloadsView.swift; sourceTree = "<group>"; };
|
|
AA0050 /* ReaderViewOptimized.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = ReaderViewOptimized.swift; sourceTree = "<group>"; };
|
|
AA0053 /* ReaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = ReaderView.swift; sourceTree = "<group>"; };
|
|
AA0056 /* MangaDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = MangaDetailView.swift; sourceTree = "<group>"; };
|
|
AA0059 /* IntegrationExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = IntegrationExample.swift; sourceTree = "<group>"; };
|
|
AA0062 /* DownloadManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; fileEncoding = 4; path = DownloadManagerTests.swift; sourceTree = "<group>"; };
|
|
AA0070 /* MangaReader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MangaReader.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
AA0071 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
AA0072 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0073 /* MangaReader */,
|
|
AA0074 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0073 /* MangaReader */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0002 /* MangaReaderApp.swift */,
|
|
AA0075 /* Sources */,
|
|
AA0076 /* Preview Content */,
|
|
AA0006 /* Assets.xcassets */,
|
|
);
|
|
path = MangaReader;
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0074 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0070 /* MangaReader.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0075 /* Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0077 /* Config */,
|
|
AA0078 /* Models */,
|
|
AA0079 /* Views */,
|
|
AA0080 /* Services */,
|
|
AA0081 /* Extensions */,
|
|
AA0082 /* Examples */,
|
|
);
|
|
path = Sources;
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0076 /* Preview Content */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0008 /* Preview Assets.xcassets */,
|
|
);
|
|
path = "Preview Content";
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0077 /* Config */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0011 /* APIConfig.swift */,
|
|
AA0014 /* APIConfigExample.swift */,
|
|
);
|
|
path = Config;
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0078 /* Models */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0017 /* Manga.swift */,
|
|
);
|
|
path = Models;
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0079 /* Views */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0004 /* ContentView.swift */,
|
|
AA0047 /* DownloadsView.swift */,
|
|
AA0050 /* ReaderViewOptimized.swift */,
|
|
AA0053 /* ReaderView.swift */,
|
|
AA0056 /* MangaDetailView.swift */,
|
|
);
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0080 /* Services */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0023 /* CacheManager.swift */,
|
|
AA0026 /* DownloadManager.swift */,
|
|
AA0029 /* ImageCache.swift */,
|
|
AA0032 /* ManhwaWebScraper.swift */,
|
|
AA0035 /* ManhwaWebScraperOptimized.swift */,
|
|
AA0038 /* StorageService.swift */,
|
|
AA0041 /* StorageServiceOptimized.swift */,
|
|
AA0044 /* VPSAPIClient.swift */,
|
|
);
|
|
path = Services;
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0081 /* Extensions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0020 /* DownloadExtensions.swift */,
|
|
);
|
|
path = Extensions;
|
|
sourceTree = "<group>";
|
|
};
|
|
AA0082 /* Examples */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AA0059 /* IntegrationExample.swift */,
|
|
);
|
|
path = Examples;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
AA0084 /* MangaReader */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = AA0085 /* Build configuration list for PBXNativeTarget "MangaReader" */;
|
|
buildPhases = (
|
|
AA0086 /* Sources */,
|
|
AA0071 /* Frameworks */,
|
|
AA0087 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = MangaReader;
|
|
productName = MangaReader;
|
|
productReference = AA0070 /* MangaReader.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
AA0088 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1500;
|
|
LastUpgradeCheck = 1500;
|
|
TargetAttributes = {
|
|
AA0084 = {
|
|
CreatedOnToolsVersion = 15.0;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = AA0089 /* Build configuration list for PBXProject "MangaReader" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = AA0072;
|
|
productRefGroup = AA0074 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
AA0084 /* MangaReader */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
AA0087 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
AA0007 /* Preview Assets.xcassets in Resources */,
|
|
AA0005 /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
AA0086 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
AA0003 /* ContentView.swift in Sources */,
|
|
AA0001 /* MangaReaderApp.swift in Sources */,
|
|
AA0010 /* APIConfig.swift in Sources */,
|
|
AA0013 /* APIConfigExample.swift in Sources */,
|
|
AA0016 /* Manga.swift in Sources */,
|
|
AA0019 /* DownloadExtensions.swift in Sources */,
|
|
AA0022 /* CacheManager.swift in Sources */,
|
|
AA0025 /* DownloadManager.swift in Sources */,
|
|
AA0028 /* ImageCache.swift in Sources */,
|
|
AA0031 /* ManhwaWebScraper.swift in Sources */,
|
|
AA0034 /* ManhwaWebScraperOptimized.swift in Sources */,
|
|
AA0037 /* StorageService.swift in Sources */,
|
|
AA0040 /* StorageServiceOptimized.swift in Sources */,
|
|
AA0043 /* VPSAPIClient.swift in Sources */,
|
|
AA0046 /* DownloadsView.swift in Sources */,
|
|
AA0049 /* ReaderViewOptimized.swift in Sources */,
|
|
AA0052 /* ReaderView.swift in Sources */,
|
|
AA0055 /* MangaDetailView.swift in Sources */,
|
|
AA0058 /* IntegrationExample.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
AA0090 /* 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 = NO;
|
|
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 = 15.0;
|
|
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;
|
|
};
|
|
AA0091 /* 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 = NO;
|
|
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 = 15.0;
|
|
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;
|
|
};
|
|
AA0092 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = "";
|
|
CODE_SIGN_IDENTITY = "-";
|
|
CODE_SIGN_STYLE = Manual;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_ASSET_PATHS = "";
|
|
DEVELOPMENT_TEAM = "";
|
|
ENABLE_PREVIEWS = YES;
|
|
ENTITLEMENTS = "";
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.mangareader.app;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
AA0093 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = "";
|
|
CODE_SIGN_IDENTITY = "-";
|
|
CODE_SIGN_STYLE = Manual;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_ASSET_PATHS = "";
|
|
DEVELOPMENT_TEAM = "";
|
|
ENABLE_PREVIEWS = YES;
|
|
ENTITLEMENTS = "";
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.mangareader.app;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
AA0085 /* Build configuration list for PBXNativeTarget "MangaReader" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
AA0092 /* Debug */,
|
|
AA0093 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
AA0089 /* Build configuration list for PBXProject "MangaReader" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
AA0090 /* Debug */,
|
|
AA0091 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = AA0088 /* Project object */;
|
|
}
|