Skip to content

Commit

Permalink
Merge pull request #1744 from acton393/ios-feature-20161208
Browse files Browse the repository at this point in the history
* [ios] update sdk version to 0.9.4
  • Loading branch information
cxfeng1 authored Nov 28, 2016
2 parents 2d40927 + a99a1b8 commit 8480427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "WeexSDK"
s.version = "0.9.1"
s.version = "0.9.4"
s.summary = "WeexSDK Source ."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions ios/sdk/WeexSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/WeexSDK/Dependency",
"$(PROJECT_DIR)/WeexTests/Dependency",
"$(PROJECT_DIR)/WeexSDKTests/Dependency",
);
INFOPLIST_FILE = WeexSDKTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand All @@ -1430,7 +1430,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/WeexSDK/Dependency",
"$(PROJECT_DIR)/WeexTests/Dependency",
"$(PROJECT_DIR)/WeexSDKTests/Dependency",
);
INFOPLIST_FILE = WeexSDKTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand Down
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef __WX_DEFINE_H__
#define __WX_DEFINE_H__

#define WX_SDK_VERSION @"0.9.1"
#define WX_SDK_VERSION @"0.9.4"

#if defined(__cplusplus)
#define WX_EXTERN extern "C" __attribute__((visibility("default")))
Expand Down

0 comments on commit 8480427

Please sign in to comment.