File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
Segment-Flurry.xcworkspace/xcshareddata Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11target '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
Original file line number Diff line number Diff line change 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
4545COCOAPODS: 1.8.4
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11SDK ?= "iphonesimulator"
2- DESTINATION ?= "platform=iOS Simulator,name=iPhone 7 "
2+ DESTINATION ?= "platform=iOS Simulator,name=iPhone X "
33PROJECT := Segment-Flurry
44XC_ARGS := -scheme $(PROJECT ) -Example -workspace Example/$(PROJECT ) .xcworkspace -sdk $(SDK ) -destination $(DESTINATION ) ONLY_ACTIVE_ARCH=NO
55
Original file line number Diff line number Diff 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/**/*'
You can’t perform that action at this time.
0 commit comments