Skip to content

Commit bc3c67c

Browse files
authored
Merge pull request #34 from ivela/fix/frp-60-remove-netinet6-private-header
fix(reachability): remove unused netinet6/in6.h private header import
2 parents 4697f65 + 706dec1 commit bc3c67c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Freshpaint.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Freshpaint"
33
s.module_name = "FreshpaintSDK"
4-
s.version = "0.4.1"
4+
s.version = "0.4.2"
55
s.summary = "Integrate Freshpaint with your iOS App."
66

77
s.description = <<-DESC
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = "https://freshpaint.io/"
1313
s.author = { "Freshpaint" => "michael@freshpaint.io" }
1414
s.license = "MIT"
15-
s.source = { "git" => "https://github.com/freshpaint-io/freshpaint-ios.git", "tag" => "0.4.1" }
15+
s.source = { "git" => "https://github.com/freshpaint-io/freshpaint-ios.git", "tag" => "0.4.2" }
1616

1717
s.ios.deployment_target = '15.1'
1818
s.tvos.deployment_target = '9.0'

Freshpaint/Classes/FPReachability.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2323

2424
#import <sys/socket.h>
2525
#import <netinet/in.h>
26-
#import <netinet6/in6.h>
2726
#import <arpa/inet.h>
2827
#import <ifaddrs.h>
2928
#import <netdb.h>

0 commit comments

Comments
 (0)