fchat-rising/mobile/ios/F-Chat.xcodeproj/project.pbxproj

369 lines
15 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {
/* Begin PBXBuildFile section */
6C28207F1FF5839A00AB9E78 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6C2820811FF5839A00AB9E78 /* Localizable.strings */; };
6C4C230D201E7DF1009B3460 /* Background.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4C230C201E7DF1009B3460 /* Background.swift */; };
6C8ED6192024A820007685DA /* Logs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C8ED6182024A820007685DA /* Logs.swift */; };
6CA94BAC1FEFEE7800183A1A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CA94BAB1FEFEE7800183A1A /* AppDelegate.swift */; };
6CA94BAE1FEFEE7800183A1A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CA94BAD1FEFEE7800183A1A /* ViewController.swift */; };
6CA94BB11FEFEE7800183A1A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6CA94BAF1FEFEE7800183A1A /* Main.storyboard */; };
6CA94BB31FEFEE7800183A1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CA94BB21FEFEE7800183A1A /* Assets.xcassets */; };
6CA94BB61FEFEE7800183A1A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6CA94BB41FEFEE7800183A1A /* LaunchScreen.storyboard */; };
6CA94BBE1FEFF2C200183A1A /* www in Resources */ = {isa = PBXBuildFile; fileRef = 6CA94BBD1FEFF2C200183A1A /* www */; };
6CA94BC01FEFFC2F00183A1A /* native.js in Resources */ = {isa = PBXBuildFile; fileRef = 6CA94BBF1FEFFC2F00183A1A /* native.js */; };
6CA94BC21FF009B000183A1A /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CA94BC11FF009B000183A1A /* File.swift */; };
6CA94BC41FF070C800183A1A /* Notification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CA94BC31FF070C800183A1A /* Notification.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
6C2820801FF5839A00AB9E78 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
6C4C230C201E7DF1009B3460 /* Background.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Background.swift; sourceTree = "<group>"; };
6C8ED6182024A820007685DA /* Logs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logs.swift; sourceTree = "<group>"; };
6CA94BA81FEFEE7800183A1A /* F-Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "F-Chat.app"; sourceTree = BUILT_PRODUCTS_DIR; };
6CA94BAB1FEFEE7800183A1A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
6CA94BAD1FEFEE7800183A1A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
6CA94BB01FEFEE7800183A1A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
6CA94BB21FEFEE7800183A1A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6CA94BB51FEFEE7800183A1A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6CA94BB71FEFEE7800183A1A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6CA94BBD1FEFF2C200183A1A /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; name = www; path = ../../www; sourceTree = "<group>"; };
6CA94BBF1FEFFC2F00183A1A /* native.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = native.js; sourceTree = "<group>"; };
6CA94BC11FF009B000183A1A /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
6CA94BC31FF070C800183A1A /* Notification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notification.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
6CA94BA51FEFEE7800183A1A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
6CA94B9F1FEFEE7800183A1A = {
isa = PBXGroup;
children = (
6CA94BAA1FEFEE7800183A1A /* F-Chat */,
6CA94BA91FEFEE7800183A1A /* Products */,
);
sourceTree = "<group>";
};
6CA94BA91FEFEE7800183A1A /* Products */ = {
isa = PBXGroup;
children = (
6CA94BA81FEFEE7800183A1A /* F-Chat.app */,
);
name = Products;
sourceTree = "<group>";
};
6CA94BAA1FEFEE7800183A1A /* F-Chat */ = {
isa = PBXGroup;
children = (
6CA94BBD1FEFF2C200183A1A /* www */,
6CA94BBF1FEFFC2F00183A1A /* native.js */,
6CA94BB71FEFEE7800183A1A /* Info.plist */,
6CA94BAB1FEFEE7800183A1A /* AppDelegate.swift */,
6C4C230C201E7DF1009B3460 /* Background.swift */,
6CA94BC11FF009B000183A1A /* File.swift */,
6C8ED6182024A820007685DA /* Logs.swift */,
6CA94BC31FF070C800183A1A /* Notification.swift */,
6CA94BAD1FEFEE7800183A1A /* ViewController.swift */,
6CA94BB21FEFEE7800183A1A /* Assets.xcassets */,
6CA94BB41FEFEE7800183A1A /* LaunchScreen.storyboard */,
6C2820811FF5839A00AB9E78 /* Localizable.strings */,
6CA94BAF1FEFEE7800183A1A /* Main.storyboard */,
);
path = "F-Chat";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
6CA94BA71FEFEE7800183A1A /* F-Chat */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6CA94BBA1FEFEE7800183A1A /* Build configuration list for PBXNativeTarget "F-Chat" */;
buildPhases = (
6CA94BA41FEFEE7800183A1A /* Sources */,
6CA94BA51FEFEE7800183A1A /* Frameworks */,
6CA94BA61FEFEE7800183A1A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "F-Chat";
productName = "F-Chat";
productReference = 6CA94BA81FEFEE7800183A1A /* F-Chat.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
6CA94BA01FEFEE7800183A1A /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 0920;
ORGANIZATIONNAME = "F-List";
TargetAttributes = {
6CA94BA71FEFEE7800183A1A = {
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.BackgroundModes = {
enabled = 1;
};
};
};
};
};
buildConfigurationList = 6CA94BA31FEFEE7800183A1A /* Build configuration list for PBXProject "F-Chat" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 6CA94B9F1FEFEE7800183A1A;
productRefGroup = 6CA94BA91FEFEE7800183A1A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
6CA94BA71FEFEE7800183A1A /* F-Chat */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
6CA94BA61FEFEE7800183A1A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6CA94BBE1FEFF2C200183A1A /* www in Resources */,
6C28207F1FF5839A00AB9E78 /* Localizable.strings in Resources */,
6CA94BB61FEFEE7800183A1A /* LaunchScreen.storyboard in Resources */,
6CA94BB31FEFEE7800183A1A /* Assets.xcassets in Resources */,
6CA94BB11FEFEE7800183A1A /* Main.storyboard in Resources */,
6CA94BC01FEFFC2F00183A1A /* native.js in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
6CA94BA41FEFEE7800183A1A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6CA94BC41FF070C800183A1A /* Notification.swift in Sources */,
6CA94BAE1FEFEE7800183A1A /* ViewController.swift in Sources */,
6CA94BC21FF009B000183A1A /* File.swift in Sources */,
6CA94BAC1FEFEE7800183A1A /* AppDelegate.swift in Sources */,
6C8ED6192024A820007685DA /* Logs.swift in Sources */,
6C4C230D201E7DF1009B3460 /* Background.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
6C2820811FF5839A00AB9E78 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
6C2820801FF5839A00AB9E78 /* en */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
6CA94BAF1FEFEE7800183A1A /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
6CA94BB01FEFEE7800183A1A /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
6CA94BB41FEFEE7800183A1A /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
6CA94BB51FEFEE7800183A1A /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
6CA94BB81FEFEE7800183A1A /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_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;
CODE_SIGN_IDENTITY = "iPhone Developer";
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 = 10.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
6CA94BB91FEFEE7800183A1A /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_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;
CODE_SIGN_IDENTITY = "iPhone Developer";
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 = 10.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
6CA94BBB1FEFEE7800183A1A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = VFNA3GCTAR;
INFOPLIST_FILE = "F-Chat/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "net.f-list.F-Chat";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
6CA94BBC1FEFEE7800183A1A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = VFNA3GCTAR;
INFOPLIST_FILE = "F-Chat/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "net.f-list.F-Chat";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
6CA94BA31FEFEE7800183A1A /* Build configuration list for PBXProject "F-Chat" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6CA94BB81FEFEE7800183A1A /* Debug */,
6CA94BB91FEFEE7800183A1A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6CA94BBA1FEFEE7800183A1A /* Build configuration list for PBXNativeTarget "F-Chat" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6CA94BBB1FEFEE7800183A1A /* Debug */,
6CA94BBC1FEFEE7800183A1A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 6CA94BA01FEFEE7800183A1A /* Project object */;
}