1
Fork 0
This repository has been archived on 2025-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
mobilefort/MobileFort/MobileFort.xcodeproj/project.pbxproj

587 lines
25 KiB
Text
Raw Normal View History

2020-06-03 21:30:53 -04:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
2020-06-03 21:58:27 -04:00
objectVersion = 52;
2020-06-03 21:30:53 -04:00
objects = {
/* Begin PBXBuildFile section */
03427F592488856C00A0073D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03427F582488856C00A0073D /* AppDelegate.swift */; };
03427F5B2488856C00A0073D /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03427F5A2488856C00A0073D /* SceneDelegate.swift */; };
2020-06-03 22:33:04 -04:00
03427F5D2488856C00A0073D /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03427F5C2488856C00A0073D /* MainView.swift */; };
2020-06-03 21:30:53 -04:00
03427F5F2488856D00A0073D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 03427F5E2488856D00A0073D /* Assets.xcassets */; };
03427F652488856D00A0073D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 03427F632488856D00A0073D /* LaunchScreen.storyboard */; };
2020-06-03 21:45:44 -04:00
03427F6D248887D200A0073D /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03427F6C248887D200A0073D /* Common.swift */; };
2020-11-18 08:18:26 -05:00
03B2BA5C25654E9700483FE3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B2BA5B25654E9700483FE3 /* AppDelegate.swift */; };
03B2BA6025654E9800483FE3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 03B2BA5F25654E9800483FE3 /* Assets.xcassets */; };
03B2BA6325654E9800483FE3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 03B2BA6225654E9800483FE3 /* Preview Assets.xcassets */; };
03B2BA6625654E9800483FE3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 03B2BA6425654E9800483FE3 /* Main.storyboard */; };
03B2BA7025654F0500483FE3 /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03427F6C248887D200A0073D /* Common.swift */; };
03B2BA7125654F0500483FE3 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7422488947200DA1F27 /* ProfileView.swift */; };
03B2BA7225654F0500483FE3 /* PostView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7442488948200DA1F27 /* PostView.swift */; };
03B2BA85256550FA00483FE3 /* AttributedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B2BA84256550FA00483FE3 /* AttributedText.swift */; };
03B2BA9F2565555500483FE3 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B2BA9E2565555500483FE3 /* MainView.swift */; };
03B2BAA4256556C800483FE3 /* URLImage in Frameworks */ = {isa = PBXBuildFile; productRef = 03B2BAA3256556C800483FE3 /* URLImage */; };
03B2BAA8256556D100483FE3 /* URLImage in Frameworks */ = {isa = PBXBuildFile; productRef = 03B2BAA7256556D100483FE3 /* URLImage */; };
03B2BAB225655A1100483FE3 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B2BAB125655A1100483FE3 /* WebView.swift */; };
03B2BAB325655A1100483FE3 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B2BAB125655A1100483FE3 /* WebView.swift */; };
03B2BAB72565608400483FE3 /* AttributedStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B2BAB62565608400483FE3 /* AttributedStringExtensions.swift */; };
03B2BAB82565608400483FE3 /* AttributedStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B2BAB62565608400483FE3 /* AttributedStringExtensions.swift */; };
2020-06-03 22:33:04 -04:00
03BCD7432488947200DA1F27 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7422488947200DA1F27 /* ProfileView.swift */; };
03BCD7452488948200DA1F27 /* PostView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7442488948200DA1F27 /* PostView.swift */; };
03BCD74A2489322500DA1F27 /* AttributedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7492489322500DA1F27 /* AttributedText.swift */; };
2020-06-03 21:30:53 -04:00
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
2020-11-18 08:18:26 -05:00
03427F552488856C00A0073D /* MobileFort (iOS).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MobileFort (iOS).app"; sourceTree = BUILT_PRODUCTS_DIR; };
2020-06-03 21:30:53 -04:00
03427F582488856C00A0073D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
03427F5A2488856C00A0073D /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
2020-06-03 22:33:04 -04:00
03427F5C2488856C00A0073D /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
2020-06-03 21:30:53 -04:00
03427F5E2488856D00A0073D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
03427F642488856D00A0073D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
03427F662488856D00A0073D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2020-06-03 21:45:44 -04:00
03427F6C248887D200A0073D /* Common.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Common.swift; sourceTree = "<group>"; };
2020-11-18 08:18:26 -05:00
03B2BA5925654E9700483FE3 /* MobileFort (macOS).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MobileFort (macOS).app"; sourceTree = BUILT_PRODUCTS_DIR; };
03B2BA5B25654E9700483FE3 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
03B2BA5F25654E9800483FE3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
03B2BA6225654E9800483FE3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
03B2BA6525654E9800483FE3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
03B2BA6725654E9800483FE3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
03B2BA6825654E9800483FE3 /* MobileFort.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MobileFort.entitlements; sourceTree = "<group>"; };
03B2BA84256550FA00483FE3 /* AttributedText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedText.swift; sourceTree = "<group>"; };
03B2BA9E2565555500483FE3 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
03B2BAB125655A1100483FE3 /* WebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = "<group>"; };
03B2BAB62565608400483FE3 /* AttributedStringExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedStringExtensions.swift; sourceTree = "<group>"; };
2020-06-03 22:33:04 -04:00
03BCD7422488947200DA1F27 /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; };
03BCD7442488948200DA1F27 /* PostView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostView.swift; sourceTree = "<group>"; };
03BCD7492489322500DA1F27 /* AttributedText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedText.swift; sourceTree = "<group>"; };
2020-06-03 21:30:53 -04:00
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
03427F522488856C00A0073D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
03B2BAA8256556D100483FE3 /* URLImage in Frameworks */,
2020-06-03 21:30:53 -04:00
);
runOnlyForDeploymentPostprocessing = 0;
};
2020-11-18 08:18:26 -05:00
03B2BA5625654E9700483FE3 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
03B2BAA4256556C800483FE3 /* URLImage in Frameworks */,
2020-11-18 08:18:26 -05:00
);
runOnlyForDeploymentPostprocessing = 0;
};
2020-06-03 21:30:53 -04:00
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
03427F4C2488856C00A0073D = {
isa = PBXGroup;
children = (
2020-11-18 08:18:26 -05:00
03B2BA6E25654ED300483FE3 /* Common */,
03427F572488856C00A0073D /* MobileFort (iOS) */,
03B2BA5A25654E9700483FE3 /* MobileFort (macOS) */,
2020-06-03 21:30:53 -04:00
03427F562488856C00A0073D /* Products */,
2020-11-18 08:18:26 -05:00
03B2BA7725654F4E00483FE3 /* Frameworks */,
2020-06-03 21:30:53 -04:00
);
sourceTree = "<group>";
};
03427F562488856C00A0073D /* Products */ = {
isa = PBXGroup;
children = (
2020-11-18 08:18:26 -05:00
03427F552488856C00A0073D /* MobileFort (iOS).app */,
03B2BA5925654E9700483FE3 /* MobileFort (macOS).app */,
2020-06-03 21:30:53 -04:00
);
name = Products;
sourceTree = "<group>";
};
2020-11-18 08:18:26 -05:00
03427F572488856C00A0073D /* MobileFort (iOS) */ = {
2020-06-03 21:30:53 -04:00
isa = PBXGroup;
children = (
2020-11-18 08:18:26 -05:00
03427F5C2488856C00A0073D /* MainView.swift */,
2020-06-03 21:30:53 -04:00
03427F582488856C00A0073D /* AppDelegate.swift */,
03427F5A2488856C00A0073D /* SceneDelegate.swift */,
03427F5E2488856D00A0073D /* Assets.xcassets */,
03427F632488856D00A0073D /* LaunchScreen.storyboard */,
03427F662488856D00A0073D /* Info.plist */,
2020-11-18 08:18:26 -05:00
03BCD7492489322500DA1F27 /* AttributedText.swift */,
);
path = "MobileFort (iOS)";
sourceTree = "<group>";
};
03B2BA5A25654E9700483FE3 /* MobileFort (macOS) */ = {
isa = PBXGroup;
children = (
03B2BA5B25654E9700483FE3 /* AppDelegate.swift */,
03B2BA5F25654E9800483FE3 /* Assets.xcassets */,
03B2BA6425654E9800483FE3 /* Main.storyboard */,
03B2BA6725654E9800483FE3 /* Info.plist */,
03B2BA6825654E9800483FE3 /* MobileFort.entitlements */,
03B2BA6125654E9800483FE3 /* Preview Content */,
03B2BA84256550FA00483FE3 /* AttributedText.swift */,
03B2BA9E2565555500483FE3 /* MainView.swift */,
);
path = "MobileFort (macOS)";
sourceTree = "<group>";
};
03B2BA6125654E9800483FE3 /* Preview Content */ = {
isa = PBXGroup;
children = (
03B2BA6225654E9800483FE3 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
03B2BA6E25654ED300483FE3 /* Common */ = {
isa = PBXGroup;
children = (
2020-06-03 21:45:44 -04:00
03427F6C248887D200A0073D /* Common.swift */,
2020-06-03 22:33:04 -04:00
03BCD7422488947200DA1F27 /* ProfileView.swift */,
03BCD7442488948200DA1F27 /* PostView.swift */,
03B2BAB125655A1100483FE3 /* WebView.swift */,
03B2BAB62565608400483FE3 /* AttributedStringExtensions.swift */,
2020-06-03 21:30:53 -04:00
);
2020-11-18 08:18:26 -05:00
path = Common;
sourceTree = "<group>";
};
03B2BA7725654F4E00483FE3 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
2020-06-03 21:30:53 -04:00
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
2020-11-18 08:18:26 -05:00
03427F542488856C00A0073D /* MobileFort (iOS) */ = {
2020-06-03 21:30:53 -04:00
isa = PBXNativeTarget;
2020-11-18 08:18:26 -05:00
buildConfigurationList = 03427F692488856D00A0073D /* Build configuration list for PBXNativeTarget "MobileFort (iOS)" */;
2020-06-03 21:30:53 -04:00
buildPhases = (
03427F512488856C00A0073D /* Sources */,
03427F522488856C00A0073D /* Frameworks */,
03427F532488856C00A0073D /* Resources */,
);
buildRules = (
);
dependencies = (
);
2020-11-18 08:18:26 -05:00
name = "MobileFort (iOS)";
2020-06-03 21:58:27 -04:00
packageProductDependencies = (
03B2BAA7256556D100483FE3 /* URLImage */,
2020-06-03 21:58:27 -04:00
);
2020-06-03 21:30:53 -04:00
productName = MobileFort;
2020-11-18 08:18:26 -05:00
productReference = 03427F552488856C00A0073D /* MobileFort (iOS).app */;
productType = "com.apple.product-type.application";
};
03B2BA5825654E9700483FE3 /* MobileFort (macOS) */ = {
isa = PBXNativeTarget;
buildConfigurationList = 03B2BA6925654E9800483FE3 /* Build configuration list for PBXNativeTarget "MobileFort (macOS)" */;
buildPhases = (
03B2BA5525654E9700483FE3 /* Sources */,
03B2BA5625654E9700483FE3 /* Frameworks */,
03B2BA5725654E9700483FE3 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "MobileFort (macOS)";
packageProductDependencies = (
03B2BAA3256556C800483FE3 /* URLImage */,
2020-11-18 08:18:26 -05:00
);
productName = MobileFort;
productReference = 03B2BA5925654E9700483FE3 /* MobileFort (macOS).app */;
2020-06-03 21:30:53 -04:00
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
03427F4D2488856C00A0073D /* Project object */ = {
isa = PBXProject;
attributes = {
2020-11-18 08:18:26 -05:00
LastSwiftUpdateCheck = 1200;
LastUpgradeCheck = 1200;
2020-06-03 21:30:53 -04:00
TargetAttributes = {
03427F542488856C00A0073D = {
CreatedOnToolsVersion = 11.5;
};
2020-11-18 08:18:26 -05:00
03B2BA5825654E9700483FE3 = {
CreatedOnToolsVersion = 12.0;
};
2020-06-03 21:30:53 -04:00
};
};
buildConfigurationList = 03427F502488856C00A0073D /* Build configuration list for PBXProject "MobileFort" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 03427F4C2488856C00A0073D;
2020-06-03 21:58:27 -04:00
packageReferences = (
03B2BAA2256556C800483FE3 /* XCRemoteSwiftPackageReference "url-image" */,
2020-06-03 21:58:27 -04:00
);
2020-06-03 21:30:53 -04:00
productRefGroup = 03427F562488856C00A0073D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
2020-11-18 08:18:26 -05:00
03427F542488856C00A0073D /* MobileFort (iOS) */,
03B2BA5825654E9700483FE3 /* MobileFort (macOS) */,
2020-06-03 21:30:53 -04:00
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
03427F532488856C00A0073D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
03427F652488856D00A0073D /* LaunchScreen.storyboard in Resources */,
03427F5F2488856D00A0073D /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2020-11-18 08:18:26 -05:00
03B2BA5725654E9700483FE3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
03B2BA6625654E9800483FE3 /* Main.storyboard in Resources */,
03B2BA6325654E9800483FE3 /* Preview Assets.xcassets in Resources */,
03B2BA6025654E9800483FE3 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2020-06-03 21:30:53 -04:00
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
03427F512488856C00A0073D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2020-06-03 21:45:44 -04:00
03427F6D248887D200A0073D /* Common.swift in Sources */,
03B2BAB225655A1100483FE3 /* WebView.swift in Sources */,
2020-06-03 21:30:53 -04:00
03427F592488856C00A0073D /* AppDelegate.swift in Sources */,
03B2BAB72565608400483FE3 /* AttributedStringExtensions.swift in Sources */,
2020-06-03 22:33:04 -04:00
03BCD7432488947200DA1F27 /* ProfileView.swift in Sources */,
2020-06-03 21:30:53 -04:00
03427F5B2488856C00A0073D /* SceneDelegate.swift in Sources */,
2020-06-03 22:33:04 -04:00
03BCD7452488948200DA1F27 /* PostView.swift in Sources */,
03BCD74A2489322500DA1F27 /* AttributedText.swift in Sources */,
2020-06-03 22:33:04 -04:00
03427F5D2488856C00A0073D /* MainView.swift in Sources */,
2020-06-03 21:30:53 -04:00
);
runOnlyForDeploymentPostprocessing = 0;
};
2020-11-18 08:18:26 -05:00
03B2BA5525654E9700483FE3 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
03B2BA85256550FA00483FE3 /* AttributedText.swift in Sources */,
03B2BA9F2565555500483FE3 /* MainView.swift in Sources */,
03B2BA7025654F0500483FE3 /* Common.swift in Sources */,
03B2BA7125654F0500483FE3 /* ProfileView.swift in Sources */,
03B2BAB82565608400483FE3 /* AttributedStringExtensions.swift in Sources */,
2020-11-18 08:18:26 -05:00
03B2BA7225654F0500483FE3 /* PostView.swift in Sources */,
03B2BA5C25654E9700483FE3 /* AppDelegate.swift in Sources */,
03B2BAB325655A1100483FE3 /* WebView.swift in Sources */,
2020-11-18 08:18:26 -05:00
);
runOnlyForDeploymentPostprocessing = 0;
};
2020-06-03 21:30:53 -04:00
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
03427F632488856D00A0073D /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
03427F642488856D00A0073D /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
2020-11-18 08:18:26 -05:00
03B2BA6425654E9800483FE3 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
03B2BA6525654E9800483FE3 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
2020-06-03 21:30:53 -04:00
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
03427F672488856D00A0073D /* 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;
2020-11-18 08:18:26 -05:00
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
2020-06-03 21:30:53 -04:00
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;
2020-11-18 08:18:26 -05:00
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
2020-06-03 21:30:53 -04:00
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
2020-11-18 08:18:26 -05:00
SWIFT_VERSION = 5.0;
2020-06-03 21:30:53 -04:00
};
name = Debug;
};
03427F682488856D00A0073D /* 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;
2020-11-18 08:18:26 -05:00
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
2020-06-03 21:30:53 -04:00
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;
2020-11-18 08:18:26 -05:00
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
2020-06-03 21:30:53 -04:00
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
2020-11-18 08:18:26 -05:00
SWIFT_VERSION = 5.0;
2020-06-03 21:30:53 -04:00
VALIDATE_PRODUCT = YES;
};
name = Release;
};
03427F6A2488856D00A0073D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = JM5LKVKH48;
ENABLE_PREVIEWS = YES;
2020-11-18 08:18:26 -05:00
INFOPLIST_FILE = "MobileFort (iOS)/Info.plist";
2020-06-03 21:30:53 -04:00
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.github.redstrate.MobileFort;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
03427F6B2488856D00A0073D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = JM5LKVKH48;
ENABLE_PREVIEWS = YES;
2020-11-18 08:18:26 -05:00
INFOPLIST_FILE = "MobileFort (iOS)/Info.plist";
2020-06-03 21:30:53 -04:00
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.github.redstrate.MobileFort;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
2020-11-18 08:18:26 -05:00
03B2BA6A25654E9800483FE3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CODE_SIGN_ENTITLEMENTS = "MobileFort (macOS)/MobileFort.entitlements";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = JM5LKVKH48;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "MobileFort (macOS)/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = josh.MobileFort;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
03B2BA6B25654E9800483FE3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CODE_SIGN_ENTITLEMENTS = "MobileFort (macOS)/MobileFort.entitlements";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = JM5LKVKH48;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "MobileFort (macOS)/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = josh.MobileFort;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
name = Release;
};
2020-06-03 21:30:53 -04:00
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
03427F502488856C00A0073D /* Build configuration list for PBXProject "MobileFort" */ = {
isa = XCConfigurationList;
buildConfigurations = (
03427F672488856D00A0073D /* Debug */,
03427F682488856D00A0073D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2020-11-18 08:18:26 -05:00
03427F692488856D00A0073D /* Build configuration list for PBXNativeTarget "MobileFort (iOS)" */ = {
2020-06-03 21:30:53 -04:00
isa = XCConfigurationList;
buildConfigurations = (
03427F6A2488856D00A0073D /* Debug */,
03427F6B2488856D00A0073D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2020-11-18 08:18:26 -05:00
03B2BA6925654E9800483FE3 /* Build configuration list for PBXNativeTarget "MobileFort (macOS)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
03B2BA6A25654E9800483FE3 /* Debug */,
03B2BA6B25654E9800483FE3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2020-06-03 21:30:53 -04:00
/* End XCConfigurationList section */
2020-06-03 21:58:27 -04:00
/* Begin XCRemoteSwiftPackageReference section */
03B2BAA2256556C800483FE3 /* XCRemoteSwiftPackageReference "url-image" */ = {
2020-06-03 21:58:27 -04:00
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/dmytro-anokhin/url-image";
2020-06-03 21:58:27 -04:00
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.1.9;
2020-06-03 21:58:27 -04:00
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
03B2BAA3256556C800483FE3 /* URLImage */ = {
2020-11-18 08:18:26 -05:00
isa = XCSwiftPackageProductDependency;
package = 03B2BAA2256556C800483FE3 /* XCRemoteSwiftPackageReference "url-image" */;
productName = URLImage;
2020-11-18 08:18:26 -05:00
};
03B2BAA7256556D100483FE3 /* URLImage */ = {
2020-06-03 21:58:27 -04:00
isa = XCSwiftPackageProductDependency;
package = 03B2BAA2256556C800483FE3 /* XCRemoteSwiftPackageReference "url-image" */;
productName = URLImage;
2020-06-03 21:58:27 -04:00
};
/* End XCSwiftPackageProductDependency section */
2020-06-03 21:30:53 -04:00
};
rootObject = 03427F4D2488856C00A0073D /* Project object */;
}