From 20a3c9be1be52b4d505ca42a829915d19549ead4 Mon Sep 17 00:00:00 2001 From: Brian Rojas Date: Mon, 28 Aug 2023 16:33:55 -0500 Subject: [PATCH] updates --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- ios/RNMovementSample/AppDelegate.mm | 9 ++++----- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.ruby-version b/.ruby-version index a603bb5..acf9bf0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.5 +3.2.2 \ No newline at end of file diff --git a/Gemfile b/Gemfile index 5efda89..dd64cb2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby '2.7.5' +ruby '3.2.2' gem 'cocoapods', '~> 1.11', '>= 1.11.2' diff --git a/Gemfile.lock b/Gemfile.lock index 9b4b487..eb54876 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ DEPENDENCIES cocoapods (~> 1.11, >= 1.11.2) RUBY VERSION - ruby 2.7.5p203 + ruby 3.2.2p53 BUNDLED WITH 2.1.4 diff --git a/ios/RNMovementSample/AppDelegate.mm b/ios/RNMovementSample/AppDelegate.mm index 5579788..2c66961 100644 --- a/ios/RNMovementSample/AppDelegate.mm +++ b/ios/RNMovementSample/AppDelegate.mm @@ -6,7 +6,6 @@ #import -#import #import #import @@ -35,10 +34,10 @@ @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - [[FSQMovementSdkManager sharedManager] configureWithConsumerKey:@"CONSUMER_KEY" - secret:@"CONSUMER_SECRET" - delegate:nil - completion:nil]; + [[FSQMovementSdkManager shared] configureWithConsumerKey:@"CONSUMER_KEY" + secret:@"CONSUMER_SECRET" + delegate:nil + completion:nil]; RCTAppSetupPrepareApp(application);