Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* [ios] update sdk version to 0.9.4 #1744

Merged
merged 1 commit into from
Nov 28, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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