Skip to content

Commit

Permalink
Updated for 0.6.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Dec 4, 2017
1 parent d8c9e10 commit da4490b
Show file tree
Hide file tree
Showing 41 changed files with 94 additions and 379 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

## Build generated
build/
DerivedData/
culprits.txt
default.profraw
DerivedData/
/html

## Various settings
Expand All @@ -28,7 +29,6 @@ xcuserdata/
*.ipa
*.dSYM.zip
*.dSYM
culprits.txt

## Playgrounds
timeline.xctimeline
Expand Down
2 changes: 1 addition & 1 deletion Benchmark/Benchmark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<UIButton
backgroundColor="#9cf"
layer.cornerRadius="5"
left="50% - (width / 2)"
left="50% - width / 2"
title="Refresh"
top="previous.bottom + 30"
touchUpInside="refresh"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.6.6](https://github.com/schibsted/layout/releases/tag/0.6.6) (2017-12-04)

- Improved support for comma-delimited array literals in expressions, and added support for array subscripting using `[]`
- Upgraded Expression library to 0.9.1, which fixes a number of parsing bugs and improves LayoutTool expression formatting
- Removed UIImagePickerController extension, which caused problems with AppStore Review for apps not using the photo library
- LayoutTool format now logs the number of files it has updated

## [0.6.5](https://github.com/schibsted/layout/releases/tag/0.6.5) (2017-11-29)

- Fixed a bug where `accessibilityIdentifier` property was reported as private or unavailable
Expand Down
2 changes: 1 addition & 1 deletion EditorExtension/Application/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.5</string>
<string>0.6.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion EditorExtension/Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.5</string>
<string>0.6.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion EditorExtension/Layout for Xcode.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.4</string>
<string>0.6.6</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.4</string>
<string>0.6.6</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit da4490b

Please sign in to comment.