Skip to content

Commit

Permalink
Upgrade to Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 26, 2019
1 parent 2447e76 commit a0f712a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 509 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/.build
/Packages
xcuserdata
project.xcworkspace
/*.xcodeproj
6 changes: 6 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ whitelist_rules:
- conditional_returns_on_newline
- contains_over_first_not_nil
- control_statement
- deployment_target
- discarded_notification_center_observer
- discouraged_direct_init
- discouraged_object_literal
Expand Down Expand Up @@ -148,3 +149,8 @@ identifier_name:
- 'y'
- 'a'
- 'b'
- 'x1'
- 'x2'
- 'y1'
- 'y2'
macOS_deployment_target: '10.12'
2 changes: 1 addition & 1 deletion Aperture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Pod::Spec.new do |s|
s.authors = { 'Sindre Sorhus' => '[email protected]', 'Matheus Fernandes' => '[email protected]' }
s.source = { :git => 'https://github.com/wulkano/Aperture.git', :tag => "v#{s.version}" }
s.source_files = 'Sources/**/*.swift'
s.swift_version = '4.2'
s.swift_version = '5'
s.platform = :macos, '10.12'
end
22 changes: 0 additions & 22 deletions Aperture.xcodeproj/Aperture_Info.plist

This file was deleted.

338 changes: 0 additions & 338 deletions Aperture.xcodeproj/project.pbxproj

This file was deleted.

Loading

0 comments on commit a0f712a

Please sign in to comment.