Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
修复Xcode 8以上第三方签名错误导致无法运行
Browse files Browse the repository at this point in the history
  • Loading branch information
siegrainwong committed Dec 28, 2016
1 parent d92c0c1 commit 6bdfa7a
Show file tree
Hide file tree
Showing 12 changed files with 372 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .idea/WeChat.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

281 changes: 281 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .idea/xcode.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion WeChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@
TargetAttributes = {
F9E072D61CA90BD700468EDC = {
CreatedOnToolsVersion = 7.2.1;
DevelopmentTeam = 3249W33E6Q;
DevelopmentTeam = Q23TGN5XUQ;
};
F9E072F21CA90BD800468EDC = {
CreatedOnToolsVersion = 7.2.1;
Expand Down Expand Up @@ -1493,6 +1493,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = Q23TGN5XUQ;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = WeChat/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
Expand All @@ -1513,6 +1514,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = Q23TGN5XUQ;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = WeChat/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<key>F9E072D61CA90BD700468EDC</key>
<dict>
<key>primary</key>
<true/>
<true />
</dict>
<key>F9E072F21CA90BD800468EDC</key>
<dict>
<key>primary</key>
<true/>
<true />
</dict>
<key>F9E072FD1CA90BD800468EDC</key>
<dict>
<key>primary</key>
<true/>
<true />
</dict>
</dict>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict />
</plist>

0 comments on commit 6bdfa7a

Please sign in to comment.