File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Analytics/Classes/Internal Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 541
541
files = (
542
542
);
543
543
inputPaths = (
544
- "${SRCROOT}/Pods /Target Support Files/Pods-AnalyticsTests/Pods-AnalyticsTests-frameworks.sh",
544
+ "${PODS_ROOT} /Target Support Files/Pods-AnalyticsTests/Pods-AnalyticsTests-frameworks.sh",
545
545
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
546
546
"${BUILT_PRODUCTS_DIR}/Alamofire-Synchronous/Alamofire_Synchronous.framework",
547
547
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
560
560
);
561
561
runOnlyForDeploymentPostprocessing = 0;
562
562
shellPath = /bin/sh;
563
- shellScript = "\"${SRCROOT}/Pods /Target Support Files/Pods-AnalyticsTests/Pods-AnalyticsTests-frameworks.sh\"\n";
563
+ shellScript = "\"${PODS_ROOT} /Target Support Files/Pods-AnalyticsTests/Pods-AnalyticsTests-frameworks.sh\"\n";
564
564
showEnvVarsInLog = 0;
565
565
};
566
566
/* End PBXShellScriptBuildPhase section */
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ - (NSDictionary *)staticContext
167
167
dict[@" type" ] = @" ios" ;
168
168
dict[@" model" ] = GetDeviceModel ();
169
169
dict[@" id" ] = [[device identifierForVendor ] UUIDString ];
170
+ dict[@" name" ] = [device model ];
170
171
if (NSClassFromString (SEGAdvertisingClassIdentifier)) {
171
172
dict[@" adTrackingEnabled" ] = @(GetAdTrackingEnabled ());
172
173
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ target 'AnalyticsTests' do
4
4
use_frameworks!
5
5
6
6
pod 'Quick' , '~> 1.2.0'
7
- pod 'Nimble' , '~> 7.3.1 '
7
+ pod 'Nimble' , '~> 7.3.4 '
8
8
pod 'Nocilla' , '~> 0.11.0'
9
9
pod 'Alamofire' , '~> 4.5'
10
10
pod 'Alamofire-Synchronous' , '~> 4.0'
Original file line number Diff line number Diff line change 2
2
- Alamofire (4.6.0)
3
3
- Alamofire-Synchronous (4.0.0):
4
4
- Alamofire (~> 4.0)
5
- - Nimble (7.3.1 )
5
+ - Nimble (7.3.4 )
6
6
- Nocilla (0.11.0)
7
7
- Quick (1.2.0)
8
8
- SwiftTryCatch (1.0.0)
9
9
10
10
DEPENDENCIES:
11
11
- Alamofire (~> 4.5)
12
12
- Alamofire-Synchronous (~> 4.0)
13
- - Nimble (~> 7.3.1 )
13
+ - Nimble (~> 7.3.4 )
14
14
- Nocilla (~> 0.11.0)
15
15
- Quick (~> 1.2.0)
16
16
- SwiftTryCatch (from `https://github.com/segmentio/SwiftTryCatch.git`)
@@ -35,11 +35,11 @@ CHECKOUT OPTIONS:
35
35
SPEC CHECKSUMS:
36
36
Alamofire: f41a599bd63041760b26d393ec1069d9d7b917f4
37
37
Alamofire-Synchronous: eedf1e6e961c3795a63c74990b3f7d9fbfac7e50
38
- Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
38
+ Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
39
39
Nocilla: 7af7a386071150cc8aa5da4da97d060f049dd61c
40
40
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
41
41
SwiftTryCatch: 2f4ef36cf5396bdb450006b70633dbce5260d3b3
42
42
43
- PODFILE CHECKSUM: cf4abb4263c7b514d71c70514284ac657d90865d
43
+ PODFILE CHECKSUM: 96037d813a3e1239ea354ede97146038cd4a31bb
44
44
45
- COCOAPODS: 1.5.3
45
+ COCOAPODS: 1.7.4
You can’t perform that action at this time.
0 commit comments