forked from kyleduo/TinyPNG4Mac
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support Apple Silicon; update Alamofire; remove SwiftyJSON
- Loading branch information
Showing
6 changed files
with
67 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,3 +63,5 @@ fastlane/report.xml | |
fastlane/Preview.html | ||
fastlane/screenshots | ||
fastlane/test_output | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Uncomment this line to define a global platform for your project | ||
# platform :ios, '8.0' | ||
# Uncomment this line if you're using Swift | ||
platform :osx, '10.11' | ||
platform :osx, '11.0' | ||
use_frameworks! | ||
inhibit_all_warnings! | ||
|
||
target 'TinyPNG4Mac' do | ||
|
||
pod 'Alamofire', '~> 4.8.2' | ||
pod 'SwiftyJSON', '~> 5.0' | ||
pod 'Alamofire', '~> 5.4.4' | ||
#pod 'SwiftyJSON', '~> 5.0.1' | ||
|
||
end | ||
|
||
post_install do |installer| | ||
installer.pods_project.targets.each do |target| | ||
target.build_configurations.each do |config| | ||
config.build_settings['SWIFT_VERSION'] = '3.0' | ||
end | ||
end | ||
end | ||
#post_install do |installer| | ||
# installer.pods_project.targets.each do |target| | ||
# target.build_configurations.each do |config| | ||
# config.build_settings['SWIFT_VERSION'] = '3.0' | ||
# end | ||
# end | ||
#end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
PODS: | ||
- Alamofire (4.8.2) | ||
- SwiftyJSON (5.0.0) | ||
- Alamofire (5.4.4) | ||
|
||
DEPENDENCIES: | ||
- Alamofire (~> 4.8.2) | ||
- SwiftyJSON (~> 5.0) | ||
- Alamofire (~> 5.4.4) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
trunk: | ||
- Alamofire | ||
- SwiftyJSON | ||
|
||
SPEC CHECKSUMS: | ||
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3 | ||
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7 | ||
Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9 | ||
|
||
PODFILE CHECKSUM: 1e14da6108c97041b7daef307aaa48a8f180f7a4 | ||
PODFILE CHECKSUM: ba7342ba781a97a73f99d2a9479ff133fb92db2a | ||
|
||
COCOAPODS: 1.7.5 | ||
COCOAPODS: 1.11.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters