提交 e8f1f934 编写于 作者: Y yixiangboy

fix

上级 da05ea4a
......@@ -362,6 +362,7 @@
DAC8A8741FDE2C3B00F03E6F /* Frameworks */,
DAC8A8751FDE2C3B00F03E6F /* Resources */,
4338E62332869AF074F6B38C /* [CP] Copy Pods Resources */,
A75D7E001D292AC440B6AADF /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
......@@ -459,6 +460,24 @@
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;
};
A75D7E001D292AC440B6AADF /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-frameworks.sh",
"${PODS_ROOT}/../../DoraemonKit/Framework/DoraemonLoadAnalyze.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DoraemonLoadAnalyze.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
......@@ -622,7 +641,7 @@
baseConfigurationReference = DB18BA61EBA817FD46B5C41B /* Pods-DoraemonKitDemo.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 2M632FEG3H;
ENABLE_BITCODE = YES;
......@@ -630,7 +649,7 @@
GCC_PREFIX_HEADER = "DoraemonKitDemo/DoraemonKitDemo-PrefixHeader.pch";
INFOPLIST_FILE = DoraemonKitDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = yixiang.DoraemonKitDemoXXX;
PRODUCT_BUNDLE_IDENTIFIER = yixiang.DoraemonKitDemoYIXIANG;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
TARGETED_DEVICE_FAMILY = "1,2";
......@@ -642,7 +661,7 @@
baseConfigurationReference = DBA563858BAABEC9BC885911 /* Pods-DoraemonKitDemo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 2M632FEG3H;
ENABLE_BITCODE = YES;
......@@ -650,7 +669,7 @@
GCC_PREFIX_HEADER = "DoraemonKitDemo/DoraemonKitDemo-PrefixHeader.pch";
INFOPLIST_FILE = DoraemonKitDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = yixiang.DoraemonKitDemoXXX;
PRODUCT_BUNDLE_IDENTIFIER = yixiang.DoraemonKitDemoYIXIANG;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
TARGETED_DEVICE_FAMILY = "1,2";
......
......@@ -13,8 +13,8 @@ end
target :'DoraemonKitDemo' do
#pod 'DoraemonKit', :subspecs => ['Core','WithLogger','WithGPS','WithLoad','WithWeex', 'WithDatabase', 'WithMLeaksFinder'], :path => '../../'
pod 'DoraemonKit', :subspecs => ['Core'], :path => '../../'
#pod 'DoraemonKit', :subspecs => ['Core','WithLogger','WithGPS','WithLoad']
#pod 'DoraemonKit', :subspecs => ['Core'], :path => '../../'
pod 'DoraemonKit', :subspecs => ['Core','WithGPS','WithLoad'], :path => '../../'
pod 'AFNetworking','2.6.3'
pod 'SDWebImage', '5.0.6'
end
......@@ -24,6 +24,14 @@ PODS:
- DoraemonKit/Core (2.0.0):
- BSBacktraceLogger
- fishhook
- DoraemonKit/WithGPS (2.0.0):
- BSBacktraceLogger
- DoraemonKit/Core
- fishhook
- DoraemonKit/WithLoad (2.0.0):
- BSBacktraceLogger
- DoraemonKit/Core
- fishhook
- fishhook (0.2)
- SDWebImage (5.0.6):
- SDWebImage/Core (= 5.0.6)
......@@ -32,6 +40,8 @@ PODS:
DEPENDENCIES:
- AFNetworking (= 2.6.3)
- DoraemonKit/Core (from `../../`)
- DoraemonKit/WithGPS (from `../../`)
- DoraemonKit/WithLoad (from `../../`)
- SDWebImage (= 5.0.6)
SPEC REPOS:
......@@ -52,6 +62,6 @@ SPEC CHECKSUMS:
fishhook: ea19933abfe8f2f52c55fd8b6e2718467d3ebc89
SDWebImage: 920f1a2ff1ca8296ad34f6e0510a1ef1d70ac965
PODFILE CHECKSUM: c17592f87e43ec25563217f6055d5be8f43e35cd
PODFILE CHECKSUM: dd92a1601e47488d62ae26eca51d4c3b56d5880f
COCOAPODS: 1.8.4
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册