Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift 4.2 support + refactoring #5

Merged
merged 27 commits into from
Oct 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
75498b0
updated pods (and fixed errors in the Podfile)
RomanPodymov Oct 9, 2018
d54766f
swift 3 -> swift 4.2
RomanPodymov Oct 9, 2018
f38924f
fixed project build errors
RomanPodymov Oct 9, 2018
5f2bceb
refactoring of drawWaves
RomanPodymov Oct 9, 2018
32bcdf1
added fastlane
RomanPodymov Oct 10, 2018
26765ec
New pod version 4.0.0
RomanPodymov Oct 10, 2018
50404fd
trying to fix fastlane errors
RomanPodymov Oct 10, 2018
f382406
New pod version 4.0.1
RomanPodymov Oct 10, 2018
d33abb7
Update README.md
RomanPodymov Oct 10, 2018
e488f5e
updated gems
RomanPodymov Oct 10, 2018
03b68b7
Merge branch 'swift_4.2' of https://github.com/RomanPodymov/Sonar int…
RomanPodymov Oct 10, 2018
78d3824
New pod version 4.0.2
RomanPodymov Oct 11, 2018
fd9b612
New pod version 4.0.3
RomanPodymov Oct 11, 2018
6e3db11
Delete .swift-version
RomanPodymov Oct 11, 2018
72c1a96
New pod version 4.0.4
RomanPodymov Oct 11, 2018
18875a3
reverted podspec
RomanPodymov Oct 11, 2018
7b7ec78
refactoring with animation
RomanPodymov Oct 11, 2018
9f5ea40
correct branch name in the Fastfile
RomanPodymov Oct 11, 2018
00f5985
use the latest beta cocoapods
RomanPodymov Oct 13, 2018
d70f2ba
updated pods in Example
RomanPodymov Oct 13, 2018
55e0138
ignore report
RomanPodymov Oct 13, 2018
0c079d7
animation -> addAnimation
RomanPodymov Oct 13, 2018
8dafc59
fixed build error
RomanPodymov Oct 13, 2018
f617e8f
ignore some generated files in the Example
RomanPodymov Oct 13, 2018
3f88624
ignore the whole Pods folder for the Example
RomanPodymov Oct 16, 2018
39a5057
deleted Pods for Example
RomanPodymov Oct 16, 2018
902b823
Update .gitignore
RomanPodymov Oct 16, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ Carthage
# `pod install` in .travis.yml
#
# Pods/

# Fastlane
report.xml

# Example
Example/Pods

1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

13 changes: 7 additions & 6 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

platform :ios, '9.0'
inhibit_all_warnings!

project 'Sonar'
def setup_actions
use_frameworks!
pod 'Sonar', :path => "../"
end

target 'Sonar_Example' do
pod "Sonar", :path => "../"
end.
setup_actions
end

target 'Sonar_Tests' do
pod "Sonar", :path => "../"
setup_actions
end
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- Sonar (3.0.0)
- Sonar (4.0.0)

DEPENDENCIES:
- Sonar (from `../`)

EXTERNAL SOURCES:
Sonar:
:path: ../
:path: "../"

SPEC CHECKSUMS:
Sonar: a49fe87e37bb69d965d21f51593ede4f271402fc
Sonar: 2f455f69841fadef1bd92f13f187569dfb3f5ad4

PODFILE CHECKSUM: 5835228cd562b6041ea376b55a808091c42f184a
PODFILE CHECKSUM: b85457d725335c87745002db0612cea5101858a0

COCOAPODS: 1.2.0
COCOAPODS: 1.6.0.beta.1
RomanPodymov marked this conversation as resolved.
Show resolved Hide resolved
25 changes: 0 additions & 25 deletions Example/Pods/Local Podspecs/Sonar.podspec.json

This file was deleted.

16 changes: 0 additions & 16 deletions Example/Pods/Manifest.lock

This file was deleted.

855 changes: 0 additions & 855 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

This file was deleted.

26 changes: 0 additions & 26 deletions Example/Pods/Target Support Files/Pods-Sonar_Example/Info.plist

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading