Moya-ModelMapper/Demo/Demo.xcodeproj/project.pbxproj

391 lines
16 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
14939B081C689B9F007DCCF6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14939B071C689B9F007DCCF6 /* AppDelegate.swift */; };
14939B0A1C689B9F007DCCF6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14939B091C689B9F007DCCF6 /* ViewController.swift */; };
14939B0D1C689B9F007DCCF6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 14939B0B1C689B9F007DCCF6 /* Main.storyboard */; };
14939B0F1C689B9F007DCCF6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 14939B0E1C689B9F007DCCF6 /* Assets.xcassets */; };
14939B121C689B9F007DCCF6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 14939B101C689B9F007DCCF6 /* LaunchScreen.storyboard */; };
14939B1A1C68A003007DCCF6 /* RepositoryModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14939B191C68A003007DCCF6 /* RepositoryModel.swift */; };
14939B1C1C68A0EA007DCCF6 /* GithubEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14939B1B1C68A0EA007DCCF6 /* GithubEndpoint.swift */; };
14D8D7FD1CB176F8007C87F1 /* UserModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14D8D7FC1CB176F8007C87F1 /* UserModel.swift */; };
FAC6B526201540A6A022C6B7 /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF607DD9AE6488C63B5CDCD /* Pods_Demo.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
14939B041C689B9F007DCCF6 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
14939B071C689B9F007DCCF6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
14939B091C689B9F007DCCF6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
14939B0C1C689B9F007DCCF6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
14939B0E1C689B9F007DCCF6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
14939B111C689B9F007DCCF6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
14939B131C689B9F007DCCF6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
14939B191C68A003007DCCF6 /* RepositoryModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RepositoryModel.swift; sourceTree = "<group>"; };
14939B1B1C68A0EA007DCCF6 /* GithubEndpoint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GithubEndpoint.swift; sourceTree = "<group>"; };
14D8D7FC1CB176F8007C87F1 /* UserModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserModel.swift; sourceTree = "<group>"; };
1CD4235B59F392A59E9ECB3B /* Pods-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.debug.xcconfig"; sourceTree = "<group>"; };
1DF607DD9AE6488C63B5CDCD /* Pods_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E29B215B77539BCBEA270CEC /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
14939B011C689B9F007DCCF6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FAC6B526201540A6A022C6B7 /* Pods_Demo.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
14939AFB1C689B9F007DCCF6 = {
isa = PBXGroup;
children = (
14939B061C689B9F007DCCF6 /* Demo */,
14939B051C689B9F007DCCF6 /* Products */,
370BAC5DCBB67C84DCFB4C03 /* Pods */,
47190BBDB1F5045BFDF0585A /* Frameworks */,
);
sourceTree = "<group>";
};
14939B051C689B9F007DCCF6 /* Products */ = {
isa = PBXGroup;
children = (
14939B041C689B9F007DCCF6 /* Demo.app */,
);
name = Products;
sourceTree = "<group>";
};
14939B061C689B9F007DCCF6 /* Demo */ = {
isa = PBXGroup;
children = (
14939B071C689B9F007DCCF6 /* AppDelegate.swift */,
14939B091C689B9F007DCCF6 /* ViewController.swift */,
14939B0B1C689B9F007DCCF6 /* Main.storyboard */,
14939B0E1C689B9F007DCCF6 /* Assets.xcassets */,
14939B101C689B9F007DCCF6 /* LaunchScreen.storyboard */,
14939B131C689B9F007DCCF6 /* Info.plist */,
14939B191C68A003007DCCF6 /* RepositoryModel.swift */,
14939B1B1C68A0EA007DCCF6 /* GithubEndpoint.swift */,
14D8D7FC1CB176F8007C87F1 /* UserModel.swift */,
);
path = Demo;
sourceTree = "<group>";
};
370BAC5DCBB67C84DCFB4C03 /* Pods */ = {
isa = PBXGroup;
children = (
1CD4235B59F392A59E9ECB3B /* Pods-Demo.debug.xcconfig */,
E29B215B77539BCBEA270CEC /* Pods-Demo.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
47190BBDB1F5045BFDF0585A /* Frameworks */ = {
isa = PBXGroup;
children = (
1DF607DD9AE6488C63B5CDCD /* Pods_Demo.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
14939B031C689B9F007DCCF6 /* Demo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 14939B161C689B9F007DCCF6 /* Build configuration list for PBXNativeTarget "Demo" */;
buildPhases = (
BF5426194A986B9A25827547 /* [CP] Check Pods Manifest.lock */,
14939B001C689B9F007DCCF6 /* Sources */,
14939B011C689B9F007DCCF6 /* Frameworks */,
14939B021C689B9F007DCCF6 /* Resources */,
6A7791771B02A00A3C6AFB4C /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = Demo;
productName = Demo;
productReference = 14939B041C689B9F007DCCF6 /* Demo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
14939AFC1C689B9F007DCCF6 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = Sunshinejr;
TargetAttributes = {
14939B031C689B9F007DCCF6 = {
CreatedOnToolsVersion = 7.2.1;
LastSwiftMigration = 0800;
};
};
};
buildConfigurationList = 14939AFF1C689B9F007DCCF6 /* Build configuration list for PBXProject "Demo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
mainGroup = 14939AFB1C689B9F007DCCF6;
productRefGroup = 14939B051C689B9F007DCCF6 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
14939B031C689B9F007DCCF6 /* Demo */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
14939B021C689B9F007DCCF6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
14939B121C689B9F007DCCF6 /* LaunchScreen.storyboard in Resources */,
14939B0F1C689B9F007DCCF6 /* Assets.xcassets in Resources */,
14939B0D1C689B9F007DCCF6 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
6A7791771B02A00A3C6AFB4C /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/ModelMapper/Mapper.framework",
"${BUILT_PRODUCTS_DIR}/Moya/Moya.framework",
"${BUILT_PRODUCTS_DIR}/Moya-ModelMapper/Moya_ModelMapper.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Mapper.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya_ModelMapper.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
BF5426194A986B9A25827547 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Demo-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
14939B001C689B9F007DCCF6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
14939B1A1C68A003007DCCF6 /* RepositoryModel.swift in Sources */,
14939B0A1C689B9F007DCCF6 /* ViewController.swift in Sources */,
14939B081C689B9F007DCCF6 /* AppDelegate.swift in Sources */,
14D8D7FD1CB176F8007C87F1 /* UserModel.swift in Sources */,
14939B1C1C68A0EA007DCCF6 /* GithubEndpoint.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
14939B0B1C689B9F007DCCF6 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
14939B0C1C689B9F007DCCF6 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
14939B101C689B9F007DCCF6 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
14939B111C689B9F007DCCF6 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
14939B141C689B9F007DCCF6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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 = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
14939B151C689B9F007DCCF6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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 = gnu99;
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 = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
14939B171C689B9F007DCCF6 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 1CD4235B59F392A59E9ECB3B /* Pods-Demo.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Demo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.sunshinejr.Demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
};
name = Debug;
};
14939B181C689B9F007DCCF6 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E29B215B77539BCBEA270CEC /* Pods-Demo.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Demo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.sunshinejr.Demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
14939AFF1C689B9F007DCCF6 /* Build configuration list for PBXProject "Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
14939B141C689B9F007DCCF6 /* Debug */,
14939B151C689B9F007DCCF6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
14939B161C689B9F007DCCF6 /* Build configuration list for PBXNativeTarget "Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
14939B171C689B9F007DCCF6 /* Debug */,
14939B181C689B9F007DCCF6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 14939AFC1C689B9F007DCCF6 /* Project object */;
}