Skip to content

Commit

Permalink
Release V1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
欧柏泉 committed May 6, 2018
1 parent c47934e commit 2f6b5ac
Show file tree
Hide file tree
Showing 21 changed files with 483 additions and 284 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
**TangramKit**中的所有历史版本变化将会在这个文件中列出。

---
## [V1.1.5](https://github.com/youngsoft/TangramKit/releases/tag/1.1.5)(2018/05/06)

1. 优化了编译时慢的一些代码。
2. 修复表格布局的行的尺寸设置为TGLayoutSize.wrap时并且同时使用了智能边界线时,其中的列子视图的边界线显示不完整的问题。



## [V1.1.4](https://github.com/youngsoft/TangramKit/releases/tag/1.1.4)(2018/04/23)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ To integrate TangramKit into your Xcode project using CocoaPods, specify it in y
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'TangramKit', '~> 1.1.4'
pod 'TangramKit'
```

Then, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ $ gem install cocoapods
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'TangramKit', '~> 1.1.4'
pod 'TangramKit'
```

然后运行如下命令:
Expand Down
2 changes: 1 addition & 1 deletion TangramKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "TangramKit"
s.version = "1.1.4"
s.version = "1.1.5"
s.summary = "TangramKit is A powerful iOS UI framework. It integrated the Android layout,AutoLayout,SizeClass, HTML/CSS float and flexbox functions."

s.description = <<-DESC
Expand Down
10 changes: 7 additions & 3 deletions TangramKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
1890A2251EDF96C800D61C1A /* TGRelativeLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 681BD90C1E0B92E100403A1F /* TGRelativeLayout.swift */; };
1890A2261EDF96C800D61C1A /* TGTableLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 681BD90D1E0B92E100403A1F /* TGTableLayout.swift */; };
18BCBD461E1336D900AC7766 /* AllTest8ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18BCBD451E1336D900AC7766 /* AllTest8ViewController.swift */; };
204DC323209E0BC000F6CB57 /* TLTest4ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 204DC322209E0BC000F6CB57 /* TLTest4ViewController.swift */; };
20B6C6E71FA40AEC001D51C7 /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20B6C6E61FA40AEC001D51C7 /* DetailViewController.swift */; };
20DCF335208CD022007A879B /* FOLTest7ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20DCF334208CD022007A879B /* FOLTest7ViewController.swift */; };
681BD8DF1E0B91A500403A1F /* TangramKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 681BD8DD1E0B91A500403A1F /* TangramKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -102,6 +103,7 @@
18270C241C954B3C00CBCC92 /* TangramKitDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TangramKitDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
184243071E327F0800E2CCE1 /* FLLTest5ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FLLTest5ViewController.swift; sourceTree = "<group>"; };
18BCBD451E1336D900AC7766 /* AllTest8ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AllTest8ViewController.swift; sourceTree = "<group>"; };
204DC322209E0BC000F6CB57 /* TLTest4ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TLTest4ViewController.swift; sourceTree = "<group>"; };
20B6C6E61FA40AEC001D51C7 /* DetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
20DCF334208CD022007A879B /* FOLTest7ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FOLTest7ViewController.swift; sourceTree = "<group>"; };
681BD8DB1E0B91A500403A1F /* TangramKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TangramKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -385,6 +387,7 @@
68F036381E0B7D2700CEBAEF /* TLTest1ViewController.swift */,
68F036391E0B7D2700CEBAEF /* TLTest2ViewController.swift */,
68F0363A1E0B7D2700CEBAEF /* TLTest3ViewController.swift */,
204DC322209E0BC000F6CB57 /* TLTest4ViewController.swift */,
);
path = TableLayoutDemo;
sourceTree = "<group>";
Expand Down Expand Up @@ -450,7 +453,7 @@
TargetAttributes = {
18270C231C954B3C00CBCC92 = {
CreatedOnToolsVersion = 7.2;
DevelopmentTeam = Q5MFLFRY64;
DevelopmentTeam = BGQ8WB468K;
LastSwiftMigration = 0900;
SystemCapabilities = {
com.apple.BackgroundModes = {
Expand Down Expand Up @@ -559,6 +562,7 @@
68F0366A1E0B7D2700CEBAEF /* LLTest4ViewController.swift in Sources */,
68F036521E0B7D2700CEBAEF /* AllTest4ViewController.swift in Sources */,
68F036411E0B7D2700CEBAEF /* FOLTest2ViewController.swift in Sources */,
204DC323209E0BC000F6CB57 /* TLTest4ViewController.swift in Sources */,
68F036531E0B7D2700CEBAEF /* AllTest5ViewController.swift in Sources */,
68F036671E0B7D2700CEBAEF /* LLTest1ViewController.swift in Sources */,
68F036461E0B7D2700CEBAEF /* FOLTest6ViewController.swift in Sources */,
Expand Down Expand Up @@ -750,7 +754,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = Q5MFLFRY64;
DEVELOPMENT_TEAM = BGQ8WB468K;
FRAMEWORK_SEARCH_PATHS = "";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = TangramKit/TangramKitDemo/TangramKitPrefix.pch;
Expand All @@ -771,7 +775,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = Q5MFLFRY64;
DEVELOPMENT_TEAM = BGQ8WB468K;
FRAMEWORK_SEARCH_PATHS = "";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = TangramKit/TangramKitDemo/TangramKitPrefix.pch;
Expand Down
2 changes: 1 addition & 1 deletion TangramKit/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.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
Loading

0 comments on commit 2f6b5ac

Please sign in to comment.