Initial commit
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
2EA2CCC376D33903D390C777 /* Pods_GiGaMall.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B311EA8D7B4CBC4CE535B0D0 /* Pods_GiGaMall.framework */; };
|
||||
83D44E332231581700CB3257 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D44E322231581700CB3257 /* AppDelegate.m */; };
|
||||
83D44E362231581700CB3257 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D44E352231581700CB3257 /* ViewController.m */; };
|
||||
83D44E392231581700CB3257 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 83D44E372231581700CB3257 /* Main.storyboard */; };
|
||||
@@ -35,6 +36,9 @@
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
766C83C22760C583C705C2C8 /* Pods-GiGaMall.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GiGaMall.release.xcconfig"; path = "Pods/Target Support Files/Pods-GiGaMall/Pods-GiGaMall.release.xcconfig"; sourceTree = "<group>"; };
|
||||
830D764C22315AD1008B69A2 /* GiGaMall.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiGaMall.h; sourceTree = "<group>"; };
|
||||
830D764D22315B13008B69A2 /* GiGaMall.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiGaMall.pch; sourceTree = "<group>"; };
|
||||
83D44E2E2231581700CB3257 /* GiGaMall.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GiGaMall.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
83D44E312231581700CB3257 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
83D44E322231581700CB3257 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
||||
@@ -51,6 +55,8 @@
|
||||
83D44E512231581800CB3257 /* GiGaMallUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GiGaMallUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
83D44E552231581800CB3257 /* GiGaMallUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiGaMallUITests.m; sourceTree = "<group>"; };
|
||||
83D44E572231581800CB3257 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
A0CD7AFB199DF2BF6A90F6DD /* Pods-GiGaMall.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GiGaMall.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GiGaMall/Pods-GiGaMall.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
B311EA8D7B4CBC4CE535B0D0 /* Pods_GiGaMall.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GiGaMall.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -58,6 +64,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2EA2CCC376D33903D390C777 /* Pods_GiGaMall.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -78,6 +85,15 @@
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
57EB6971C7E2F76266B99E05 /* Pods */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A0CD7AFB199DF2BF6A90F6DD /* Pods-GiGaMall.debug.xcconfig */,
|
||||
766C83C22760C583C705C2C8 /* Pods-GiGaMall.release.xcconfig */,
|
||||
);
|
||||
name = Pods;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
83D44E252231581700CB3257 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -85,6 +101,8 @@
|
||||
83D44E492231581800CB3257 /* GiGaMallTests */,
|
||||
83D44E542231581800CB3257 /* GiGaMallUITests */,
|
||||
83D44E2F2231581700CB3257 /* Products */,
|
||||
57EB6971C7E2F76266B99E05 /* Pods */,
|
||||
FDC3C7E26AA46EDD1EEFCCDD /* Frameworks */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
@@ -110,6 +128,8 @@
|
||||
83D44E3C2231581800CB3257 /* LaunchScreen.storyboard */,
|
||||
83D44E3F2231581800CB3257 /* Info.plist */,
|
||||
83D44E402231581800CB3257 /* main.m */,
|
||||
830D764C22315AD1008B69A2 /* GiGaMall.h */,
|
||||
830D764D22315B13008B69A2 /* GiGaMall.pch */,
|
||||
);
|
||||
path = GiGaMall;
|
||||
sourceTree = "<group>";
|
||||
@@ -132,6 +152,14 @@
|
||||
path = GiGaMallUITests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
FDC3C7E26AA46EDD1EEFCCDD /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B311EA8D7B4CBC4CE535B0D0 /* Pods_GiGaMall.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
@@ -139,9 +167,11 @@
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 83D44E5A2231581800CB3257 /* Build configuration list for PBXNativeTarget "GiGaMall" */;
|
||||
buildPhases = (
|
||||
691ED854183FA5DC339D791A /* [CP] Check Pods Manifest.lock */,
|
||||
83D44E2A2231581700CB3257 /* Sources */,
|
||||
83D44E2B2231581700CB3257 /* Frameworks */,
|
||||
83D44E2C2231581700CB3257 /* Resources */,
|
||||
C325D10BC29ACA8853A4BB36 /* [CP] Embed Pods Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
@@ -257,6 +287,67 @@
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
691ED854183FA5DC339D791A /* [CP] Check Pods Manifest.lock */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
||||
"${PODS_ROOT}/Manifest.lock",
|
||||
);
|
||||
name = "[CP] Check Pods Manifest.lock";
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
"$(DERIVED_FILE_DIR)/Pods-GiGaMall-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;
|
||||
};
|
||||
C325D10BC29ACA8853A4BB36 /* [CP] Embed Pods Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${SRCROOT}/Pods/Target Support Files/Pods-GiGaMall/Pods-GiGaMall-frameworks.sh",
|
||||
"${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/JSONModel/JSONModel.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/Toast/Toast.framework",
|
||||
);
|
||||
name = "[CP] Embed Pods Frameworks";
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JSONModel.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Toast.framework",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GiGaMall/Pods-GiGaMall-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
83D44E2A2231581700CB3257 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
@@ -433,16 +524,19 @@
|
||||
};
|
||||
83D44E5B2231581800CB3257 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = A0CD7AFB199DF2BF6A90F6DD /* Pods-GiGaMall.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = U3L4264SQH;
|
||||
GCC_PREFIX_HEADER = "$(SRCROOT)//GiGaMall/GiGaMall.pch";
|
||||
INFOPLIST_FILE = GiGaMall/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = lianxiang.GiGaMall;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.gigamall.ios;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
@@ -450,16 +544,19 @@
|
||||
};
|
||||
83D44E5C2231581800CB3257 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 766C83C22760C583C705C2C8 /* Pods-GiGaMall.release.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = U3L4264SQH;
|
||||
GCC_PREFIX_HEADER = "$(SRCROOT)//GiGaMall/GiGaMall.pch";
|
||||
INFOPLIST_FILE = GiGaMall/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = lianxiang.GiGaMall;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.gigamall.ios;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user