Skip to content

Commit

Permalink
发布1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Jun 2, 2017
1 parent ceffb3c commit 431c36e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Framework/LEETheme/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3</string>
<string>1.1.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions Framework/LEETheme/LEETheme.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEETheme;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -300,7 +300,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEETheme;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions LEETheme.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "LEETheme"
s.version = "1.1.3"
s.version = "1.1.4"
s.summary = "最好用的轻量级主题管理库"

s.homepage = "https://github.com/lixiang1994/LEETheme"
Expand All @@ -14,7 +14,7 @@ s.author = { "LEE" => "[email protected]" }
s.platform = :ios
s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/lixiang1994/LEETheme.git", :tag => "1.1.3"}
s.source = { :git => "https://github.com/lixiang1994/LEETheme.git", :tag => "1.1.4"}

s.source_files = "LEETheme/**/*.{h,m}"

Expand Down
2 changes: 1 addition & 1 deletion LEETheme/LEETheme.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author LEE
* @copyright Copyright © 2016 - 2017年 lee. All rights reserved.
* @version V1.1.3
* @version V1.1.4
*/

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion LEETheme/LEETheme.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @author LEE
* @copyright Copyright © 2016 - 2017年 lee. All rights reserved.
* @version V1.1.3
* @version V1.1.4
*/


Expand Down
5 changes: 5 additions & 0 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# LEETheme - 更新日志

V1.1.4
==============
- 修复添加新主题配置的资源路径问题 该问题会导致无法找到沙盒内的图片资源


V1.1.3
==============
- 调整内部Hook
Expand Down

0 comments on commit 431c36e

Please sign in to comment.