From a32fd4f32d78cdca3a391acfaa89b445c047f544 Mon Sep 17 00:00:00 2001 From: Roman Podymov Date: Thu, 12 Oct 2023 08:01:07 +0200 Subject: [PATCH] Dependencies --- GPSLogger/GLManager.m | 4 ++-- GPSLogger/Info.plist | 8 ++++---- Podfile | 4 ++-- Podfile.lock | 42 +++++++++++++++++++++--------------------- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/GPSLogger/GLManager.m b/GPSLogger/GLManager.m index d535493..49a2778 100644 --- a/GPSLogger/GLManager.m +++ b/GPSLogger/GLManager.m @@ -185,7 +185,7 @@ - (void)sendQueueNow { [self sendingStarted]; - [_httpClient POST:endpoint parameters:postData progress:NULL success:^(NSURLSessionDataTask * _Nonnull task, id _Nullable responseObject) { + [_httpClient POST:endpoint parameters:postData headers:NULL progress:NULL success:^(NSURLSessionDataTask * _Nonnull task, id _Nullable responseObject) { NSLog(@"Response: %@", responseObject); if(![responseObject respondsToSelector:@selector(objectForKey:)]) { @@ -277,7 +277,7 @@ - (void)logAction:(NSString *)action { - (void)accountInfo:(void(^)(NSString *name))block { NSString *endpoint = [[NSUserDefaults standardUserDefaults] stringForKey:GLAPIEndpointDefaultsName]; - [_httpClient GET:endpoint parameters:nil progress:NULL success:^(NSURLSessionDataTask * _Nonnull task, id _Nullable responseObject) { + [_httpClient GET:endpoint parameters:nil headers:nil progress:NULL success:^(NSURLSessionDataTask * _Nonnull task, id _Nullable responseObject) { NSDictionary *dict = (NSDictionary *)responseObject; block((NSString *)[dict objectForKey:@"name"]); } failure:^(NSURLSessionDataTask * _Nullable task, NSError * _Nonnull error) { diff --git a/GPSLogger/Info.plist b/GPSLogger/Info.plist index 1a58e86..0c3ec02 100644 --- a/GPSLogger/Info.plist +++ b/GPSLogger/Info.plist @@ -50,6 +50,10 @@ Please enable location services to allow the app to track NSMotionUsageDescription Please enable motion to allow step counting + NSUserActivityTypes + + $(PRODUCT_BUNDLE_IDENTIFIER).startTracking + UIAppFonts OpenSansCondensed-Bold.ttf @@ -79,10 +83,6 @@ - NSUserActivityTypes - - $(PRODUCT_BUNDLE_IDENTIFIER).startTracking - UISupportedInterfaceOrientations UIInterfaceOrientationPortrait diff --git a/Podfile b/Podfile index a19d656..705c078 100644 --- a/Podfile +++ b/Podfile @@ -3,7 +3,7 @@ platform :ios, '11.0' target 'Overland' do - pod 'AFNetworking', '3.2.1' - pod 'FMDB', '2.7.2' + pod 'AFNetworking', '4.0.1' + pod 'FMDB', '2.7.5' end diff --git a/Podfile.lock b/Podfile.lock index ea21fdf..d500730 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,36 +1,36 @@ PODS: - - AFNetworking (3.2.1): - - AFNetworking/NSURLSession (= 3.2.1) - - AFNetworking/Reachability (= 3.2.1) - - AFNetworking/Security (= 3.2.1) - - AFNetworking/Serialization (= 3.2.1) - - AFNetworking/UIKit (= 3.2.1) - - AFNetworking/NSURLSession (3.2.1): + - AFNetworking (4.0.1): + - AFNetworking/NSURLSession (= 4.0.1) + - AFNetworking/Reachability (= 4.0.1) + - AFNetworking/Security (= 4.0.1) + - AFNetworking/Serialization (= 4.0.1) + - AFNetworking/UIKit (= 4.0.1) + - AFNetworking/NSURLSession (4.0.1): - AFNetworking/Reachability - AFNetworking/Security - AFNetworking/Serialization - - AFNetworking/Reachability (3.2.1) - - AFNetworking/Security (3.2.1) - - AFNetworking/Serialization (3.2.1) - - AFNetworking/UIKit (3.2.1): + - AFNetworking/Reachability (4.0.1) + - AFNetworking/Security (4.0.1) + - AFNetworking/Serialization (4.0.1) + - AFNetworking/UIKit (4.0.1): - AFNetworking/NSURLSession - - FMDB (2.7.2): - - FMDB/standard (= 2.7.2) - - FMDB/standard (2.7.2) + - FMDB (2.7.5): + - FMDB/standard (= 2.7.5) + - FMDB/standard (2.7.5) DEPENDENCIES: - - AFNetworking (= 3.2.1) - - FMDB (= 2.7.2) + - AFNetworking (= 4.0.1) + - FMDB (= 2.7.5) SPEC REPOS: - https://github.com/cocoapods/specs.git: + trunk: - AFNetworking - FMDB SPEC CHECKSUMS: - AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057 - FMDB: 6198a90e7b6900cfc046e6bc0ef6ebb7be9236aa + AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58 + FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a -PODFILE CHECKSUM: 6e6a649d028e312855028a64e582180710fd654c +PODFILE CHECKSUM: 176ba5d340c5becc3b95e34d400a18bba3c89f22 -COCOAPODS: 1.5.3 +COCOAPODS: 1.12.1