Skip to content

Commit ab30e13

Browse files
author
Alex Gaesser
authored
bump ios min version to 9 (#17)
* bump ios min version to 9 * use iphone X
1 parent ba4f177 commit ab30e13

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

Example/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
target 'Segment-Flurry_Example' do
22
pod 'Segment-Flurry', :path => '../'
3+
platform :ios, '9.0'
34

45
target 'Segment-Flurry_Tests' do
56
inherit! :search_paths

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PODS:
77
- OCHamcrest (7.1.2)
88
- OCMockito (5.1.3):
99
- OCHamcrest (~> 7.0)
10-
- Segment-Flurry (1.1.0):
10+
- Segment-Flurry (2.0.1):
1111
- Analytics (~> 3.0)
1212
- Flurry-iOS-SDK (~> 10.2.0)
1313
- Specta (1.0.7)
@@ -37,9 +37,9 @@ SPEC CHECKSUMS:
3737
Flurry-iOS-SDK: ca3540dd9607a05a8a13a7dd36dfffdd5e0fd0ef
3838
OCHamcrest: b284c9592c28c1e4025a8542e67ea41a635d0d73
3939
OCMockito: 677cbb4a18fd492b5a4fb10144dada4de5ddb877
40-
Segment-Flurry: 8690bfd728046b9b49252e7ecbabdc4cebdf7979
40+
Segment-Flurry: 3d82d82c13df2c68dee07825f8c04585411036bc
4141
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
4242

43-
PODFILE CHECKSUM: 724b785d1616828b127cf80906984f5d52080b33
43+
PODFILE CHECKSUM: 60600a2fedac2ef4454af8030c9c46f1b4f31339
4444

4545
COCOAPODS: 1.8.4
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SDK ?= "iphonesimulator"
2-
DESTINATION ?= "platform=iOS Simulator,name=iPhone 7"
2+
DESTINATION ?= "platform=iOS Simulator,name=iPhone X"
33
PROJECT := Segment-Flurry
44
XC_ARGS := -scheme $(PROJECT)-Example -workspace Example/$(PROJECT).xcworkspace -sdk $(SDK) -destination $(DESTINATION) ONLY_ACTIVE_ARCH=NO
55

Segment-Flurry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.source = { :git => "https://github.com/segment-integrations/analytics-ios-integration-flurry.git", :tag => s.version.to_s }
1717
s.social_media_url = 'https://twitter.com/segment'
1818

19-
s.platform = :ios, '7.0'
19+
s.platform = :ios, '9.0'
2020
s.requires_arc = true
2121

2222
s.source_files = 'Pod/Classes/**/*'

0 commit comments

Comments
 (0)