Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
boai authored Feb 14, 2019
2 parents d5c0e3c + 5c1e5da commit 3fd11de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,14 @@ DoraemonKit 是一个功能集合面板,能够让每一个 App 快速接入一
<a href='https://github.com/y644938647'>y644938647</a>
</h4>
</td>
<td id='huakucha'>
<a href='https://github.com/huakucha'>
<img src='https://github.com/huakucha.png?v=3&s=330' width="165" height="165">
</a>
<h4 align='center'>
<a href='https://github.com/huakucha'>huakucha</a>
</h4>
</td>
</tr>
</table>

Expand Down
16 changes: 8 additions & 8 deletions iOS/DoraemonKitDemo/DoraemonKitDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-frameworks.sh",
"${SRCROOT}/Pods/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-frameworks.sh",
"${PODS_ROOT}/../../DoraemonKit/Framework/DoraemonLoadAnalyze.framework",
);
name = "[CP] Embed Pods Frameworks";
Expand All @@ -369,7 +369,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-frameworks.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
4338E62332869AF074F6B38C /* [CP] Copy Pods Resources */ = {
Expand All @@ -378,7 +378,7 @@
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-resources.sh",
"${SRCROOT}/Pods/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/DoraemonKit/DoraemonKit.bundle",
);
name = "[CP] Copy Pods Resources";
Expand All @@ -387,7 +387,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-resources.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DoraemonKitDemo/Pods-DoraemonKitDemo-resources.sh\"\n";
showEnvVarsInLog = 0;
};
4F099CCEC2895A53433BFD37 /* [CP] Check Pods Manifest.lock */ = {
Expand Down Expand Up @@ -566,13 +566,13 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = A7FRU6ZJRL;
DEVELOPMENT_TEAM = RSV7DQ57L7;
ENABLE_BITCODE = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
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.DoraemonKitDemoX;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -584,13 +584,13 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = A7FRU6ZJRL;
DEVELOPMENT_TEAM = RSV7DQ57L7;
ENABLE_BITCODE = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
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.DoraemonKitDemoX;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
2 changes: 1 addition & 1 deletion iOS/DoraemonKitDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 510c5b2a68b4c86a7bed77acb410785178ac7e8e

COCOAPODS: 1.6.0.beta.2
COCOAPODS: 1.5.3

0 comments on commit 3fd11de

Please sign in to comment.