Skip to content

Commit

Permalink
更改开源协议为MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed May 10, 2019
1 parent 730a7a6 commit 8034dd2
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 684 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.7</string>
<string>1.1.8</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
1 change: 1 addition & 0 deletions Framework/LEETheme/LEETheme.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 9B9712A11EC427D200C1CB79;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
4 changes: 2 additions & 2 deletions LEETheme.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|

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

s.homepage = "https://github.com/lixiang1994/LEETheme"
# s.screenshots = "https://github.com/lixiang1994/LEETheme/blob/master/朋友圈Demo日夜间切换演示.gif"

s.license = "GPL"
s.license = "MIT"

s.author = { "LEE" => "18611401994@163.com" }

Expand Down
4 changes: 2 additions & 2 deletions LEETheme/LEETheme.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* @brief LEE主题管理
*
* @author LEE
* @copyright Copyright © 2016 - 2017年 lee. All rights reserved.
* @version V1.1.7
* @copyright Copyright © 2016 - 2019年 lee. All rights reserved.
* @version V1.1.8
*/

#import <Foundation/Foundation.h>
Expand Down
4 changes: 2 additions & 2 deletions LEETheme/LEETheme.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* @brief LEE主题管理
*
* @author LEE
* @copyright Copyright © 2016 - 2017年 lee. All rights reserved.
* @version V1.1.7
* @copyright Copyright © 2016 - 2019年 lee. All rights reserved.
* @version V1.1.8
*/

#import "LEETheme.h"
Expand Down
4 changes: 2 additions & 2 deletions LEETheme/LEEThemeHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* @brief LEE主题管理
*
* @author LEE
* @copyright Copyright © 2016 - 2017年 lee. All rights reserved.
* @version V1.1.7
* @copyright Copyright © 2016 - 2019年 lee. All rights reserved.
* @version V1.1.8
*/

FOUNDATION_EXPORT double LEEThemeVersionNumber;
Expand Down
695 changes: 21 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ LEETheme支持对任何NSObject子类的对象进行其持有属性或方法的

许可证
==============
LEETheme 使用 GPL V3 许可证,详情见 LICENSE 文件。
LEETheme 使用 MIT 许可证,详情见 LICENSE 文件。


友情链接
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.8
==============
- 更换开源协议为MIT

V1.1.7
==============
- 调整持续集成配置 (其他无改动)
Expand Down

0 comments on commit 8034dd2

Please sign in to comment.