Skip to content

Commit

Permalink
Release v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 committed Aug 16, 2018
1 parent 1b1fefa commit a7f8d9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions WXDevtool.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|

s.name = "WXDevtool"

s.version = "0.16.1"
s.version = "0.16.2"

s.summary = "WXDevtool Source."

Expand All @@ -30,7 +30,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"

# cocoapods
s.source = { :git => "https://github.com/weexteam/weex-devtool-iOS.git", :tag => "0.16.1" }
s.source = { :git => "https://github.com/weexteam/weex-devtool-iOS.git", :tag => "0.16.2" }
s.source_files = "sdk/WXDevTool/Source/**/*.{h,m,mm,c}"

s.requires_arc = true
Expand Down
6 changes: 3 additions & 3 deletions playground/WeexDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
TargetAttributes = {
775BEE7A1C1E8ECC008D1629 = {
CreatedOnToolsVersion = 7.1.1;
DevelopmentTeam = K46RM9974S;
DevelopmentTeam = G7EDFK7C8C;
ProvisioningStyle = Automatic;
};
775BEE931C1E8ECC008D1629 = {
Expand Down Expand Up @@ -753,7 +753,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = K46RM9974S;
DEVELOPMENT_TEAM = G7EDFK7C8C;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -785,7 +785,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = K46RM9974S;
DEVELOPMENT_TEAM = G7EDFK7C8C;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion sdk/WXDevTool/Source/WXHeader/WXDevTool.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#import "WXDevToolType.h"
#import <WeexSDK/WeexSDK.h>

#define WXDevtool_VERSION @"0.16.1"
#define WXDevtool_VERSION @"0.16.2"

@implementation WXDevTool

Expand Down

0 comments on commit a7f8d9a

Please sign in to comment.