Skip to content

Commit

Permalink
Merge pull request #788 from JohnCoates/feature/1.5.0
Browse files Browse the repository at this point in the history
Feature/1.5.0
  • Loading branch information
glouel authored May 29, 2019
2 parents 7fa47a0 + 73c20d0 commit cc51c54
Show file tree
Hide file tree
Showing 23 changed files with 2,743 additions and 170 deletions.
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ disabled_rules:
- function_body_length
# Allow declaring operators without extra whitespace, like so: `func ==(_ lhs, ...)`
- operator_whitespace
- redundant_string_enum_value

opt_in_rules:
# Prefer checking `isEmpty` over `count > 0`
Expand Down
80 changes: 76 additions & 4 deletions Aerial.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Aerial/App/Resources/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>1.4.7beta6</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Loading

0 comments on commit cc51c54

Please sign in to comment.