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

395 lines
16 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-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 */; };
03BCD7482488985A00DA1F27 /* RemoteImage in Frameworks */ = {isa = PBXBuildFile; productRef = 03BCD7472488985A00DA1F27 /* RemoteImage */; };
03BCD74A2489322500DA1F27 /* AttributedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7492489322500DA1F27 /* AttributedText.swift */; };
2020-06-04 10:02:20 -04:00
03BCD74D2489365600DA1F27 /* WebView in Frameworks */ = {isa = PBXBuildFile; productRef = 03BCD74C2489365600DA1F27 /* WebView */; };
2020-06-03 21:30:53 -04:00
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
03427F552488856C00A0073D /* MobileFort.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MobileFort.app; sourceTree = BUILT_PRODUCTS_DIR; };
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-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 = (
2020-06-04 10:02:20 -04:00
03BCD74D2489365600DA1F27 /* WebView in Frameworks */,
03BCD7482488985A00DA1F27 /* RemoteImage in Frameworks */,
2020-06-03 21:30:53 -04:00
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
03427F4C2488856C00A0073D = {
isa = PBXGroup;
children = (
03427F572488856C00A0073D /* MobileFort */,
03427F562488856C00A0073D /* Products */,
);
sourceTree = "<group>";
};
03427F562488856C00A0073D /* Products */ = {
isa = PBXGroup;
children = (
03427F552488856C00A0073D /* MobileFort.app */,
);
name = Products;
sourceTree = "<group>";
};
03427F572488856C00A0073D /* MobileFort */ = {
isa = PBXGroup;
children = (
03427F582488856C00A0073D /* AppDelegate.swift */,
03427F5A2488856C00A0073D /* SceneDelegate.swift */,
2020-06-03 22:33:04 -04:00
03427F5C2488856C00A0073D /* MainView.swift */,
2020-06-03 21:30:53 -04:00
03427F5E2488856D00A0073D /* Assets.xcassets */,
03427F632488856D00A0073D /* LaunchScreen.storyboard */,
03427F662488856D00A0073D /* Info.plist */,
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 */,
03BCD7492489322500DA1F27 /* AttributedText.swift */,
2020-06-03 21:30:53 -04:00
);
path = MobileFort;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
03427F542488856C00A0073D /* MobileFort */ = {
isa = PBXNativeTarget;
buildConfigurationList = 03427F692488856D00A0073D /* Build configuration list for PBXNativeTarget "MobileFort" */;
buildPhases = (
03427F512488856C00A0073D /* Sources */,
03427F522488856C00A0073D /* Frameworks */,
03427F532488856C00A0073D /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = MobileFort;
2020-06-03 21:58:27 -04:00
packageProductDependencies = (
03BCD7472488985A00DA1F27 /* RemoteImage */,
2020-06-04 10:02:20 -04:00
03BCD74C2489365600DA1F27 /* WebView */,
2020-06-03 21:58:27 -04:00
);
2020-06-03 21:30:53 -04:00
productName = MobileFort;
productReference = 03427F552488856C00A0073D /* MobileFort.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
03427F4D2488856C00A0073D /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1150;
LastUpgradeCheck = 1150;
TargetAttributes = {
03427F542488856C00A0073D = {
CreatedOnToolsVersion = 11.5;
};
};
};
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 = (
03BCD7462488985A00DA1F27 /* XCRemoteSwiftPackageReference "RemoteImage" */,
2020-06-04 10:02:20 -04:00
03BCD74B2489365600DA1F27 /* XCRemoteSwiftPackageReference "SwiftUI-WebView" */,
2020-06-03 21:58:27 -04:00
);
2020-06-03 21:30:53 -04:00
productRefGroup = 03427F562488856C00A0073D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
03427F542488856C00A0073D /* MobileFort */,
);
};
/* 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;
};
/* 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 */,
2020-06-03 21:30:53 -04:00
03427F592488856C00A0073D /* AppDelegate.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;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
03427F632488856D00A0073D /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
03427F642488856D00A0073D /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* 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;
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;
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
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";
};
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;
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;
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
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;
INFOPLIST_FILE = MobileFort/Info.plist;
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;
INFOPLIST_FILE = MobileFort/Info.plist;
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;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
03427F502488856C00A0073D /* Build configuration list for PBXProject "MobileFort" */ = {
isa = XCConfigurationList;
buildConfigurations = (
03427F672488856D00A0073D /* Debug */,
03427F682488856D00A0073D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
03427F692488856D00A0073D /* Build configuration list for PBXNativeTarget "MobileFort" */ = {
isa = XCConfigurationList;
buildConfigurations = (
03427F6A2488856D00A0073D /* Debug */,
03427F6B2488856D00A0073D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
2020-06-03 21:58:27 -04:00
/* Begin XCRemoteSwiftPackageReference section */
03BCD7462488985A00DA1F27 /* XCRemoteSwiftPackageReference "RemoteImage" */ = {
2020-06-03 21:58:27 -04:00
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/crelies/RemoteImage";
2020-06-03 21:58:27 -04:00
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.0.2;
2020-06-03 21:58:27 -04:00
};
};
2020-06-04 10:02:20 -04:00
03BCD74B2489365600DA1F27 /* XCRemoteSwiftPackageReference "SwiftUI-WebView" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/kylehickinson/SwiftUI-WebView";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.2.0;
};
};
2020-06-03 21:58:27 -04:00
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
03BCD7472488985A00DA1F27 /* RemoteImage */ = {
2020-06-03 21:58:27 -04:00
isa = XCSwiftPackageProductDependency;
package = 03BCD7462488985A00DA1F27 /* XCRemoteSwiftPackageReference "RemoteImage" */;
productName = RemoteImage;
2020-06-03 21:58:27 -04:00
};
2020-06-04 10:02:20 -04:00
03BCD74C2489365600DA1F27 /* WebView */ = {
isa = XCSwiftPackageProductDependency;
package = 03BCD74B2489365600DA1F27 /* XCRemoteSwiftPackageReference "SwiftUI-WebView" */;
productName = WebView;
};
2020-06-03 21:58:27 -04:00
/* End XCSwiftPackageProductDependency section */
2020-06-03 21:30:53 -04:00
};
rootObject = 03427F4D2488856C00A0073D /* Project object */;
}