Skip to content

Commit f9d232a

Browse files
committed
Versioned app to 2.16.0
1 parent dcb9a10 commit f9d232a

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

Gemfile.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ GEM
3535
aws-eventstream (~> 1, >= 1.0.2)
3636
babosa (1.0.4)
3737
base64 (0.2.0)
38+
benchmark (0.1.0)
39+
bigdecimal (2.0.0)
3840
claide (1.1.0)
3941
cocoapods (1.13.0)
4042
addressable (~> 2.8)
@@ -214,12 +216,14 @@ GEM
214216
json (2.9.1)
215217
jwt (2.10.1)
216218
base64
219+
logger (1.4.2)
217220
mini_magick (4.13.2)
218221
mini_mime (1.1.5)
219222
minitest (5.20.0)
220223
molinillo (0.8.0)
221224
multi_json (1.15.0)
222225
multipart-post (2.4.1)
226+
mutex_m (0.1.0)
223227
nanaimo (0.3.0)
224228
nap (1.1.0)
225229
naturally (2.2.1)
@@ -283,12 +287,16 @@ PLATFORMS
283287

284288
DEPENDENCIES
285289
activesupport (>= 6.1.7.5, != 7.1.0)
290+
benchmark
291+
bigdecimal
286292
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
287-
concurrent-ruby (<= 1.3.4)
293+
concurrent-ruby (< 1.3.4)
288294
fastlane
289295
fastlane-plugin-increment_version_code
290296
fastlane-plugin-increment_version_name
291297
fastlane-plugin-load_json
298+
logger
299+
mutex_m
292300
xcodeproj (< 1.26.0)
293301

294302
RUBY VERSION

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ android {
8383
applicationId "com.strabospot2"
8484
minSdkVersion rootProject.ext.minSdkVersion
8585
targetSdkVersion rootProject.ext.targetSdkVersion
86-
versionCode 128
87-
versionName "2.15.0"
86+
versionCode 129
87+
versionName "2.16.0"
8888

8989
}
9090
signingConfigs {

ios/StraboSpot2.xcodeproj/project.pbxproj

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
buildSettings = {
433433
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
434434
CLANG_ENABLE_MODULES = YES;
435-
CURRENT_PROJECT_VERSION = 106;
435+
CURRENT_PROJECT_VERSION = 107;
436436
DEVELOPMENT_TEAM = 5CQY5S92XA;
437437
ENABLE_BITCODE = NO;
438438
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -443,7 +443,7 @@
443443
"$(inherited)",
444444
"@executable_path/Frameworks",
445445
);
446-
MARKETING_VERSION = 2.15.0;
446+
MARKETING_VERSION = 2.16.0;
447447
OTHER_LDFLAGS = (
448448
"$(inherited)",
449449
"-ObjC",
@@ -469,7 +469,7 @@
469469
buildSettings = {
470470
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
471471
CLANG_ENABLE_MODULES = YES;
472-
CURRENT_PROJECT_VERSION = 106;
472+
CURRENT_PROJECT_VERSION = 107;
473473
DEVELOPMENT_TEAM = 5CQY5S92XA;
474474
ENABLE_USER_SCRIPT_SANDBOXING = NO;
475475
INFOPLIST_FILE = StraboSpot2/Info.plist;
@@ -479,7 +479,7 @@
479479
"$(inherited)",
480480
"@executable_path/Frameworks",
481481
);
482-
MARKETING_VERSION = 2.15.0;
482+
MARKETING_VERSION = 2.16.0;
483483
OTHER_LDFLAGS = (
484484
"$(inherited)",
485485
"-ObjC",
@@ -573,10 +573,7 @@
573573
"-DFOLLY_CFG_NO_COROUTINES=1",
574574
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
575575
);
576-
OTHER_LDFLAGS = (
577-
"$(inherited)",
578-
" ",
579-
);
576+
OTHER_LDFLAGS = "$(inherited) ";
580577
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
581578
SDKROOT = iphoneos;
582579
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -651,10 +648,7 @@
651648
"-DFOLLY_CFG_NO_COROUTINES=1",
652649
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
653650
);
654-
OTHER_LDFLAGS = (
655-
"$(inherited)",
656-
" ",
657-
);
651+
OTHER_LDFLAGS = "$(inherited) ";
658652
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
659653
SDKROOT = iphoneos;
660654
SWIFT_COMPILATION_MODE = wholemodule;

ios/StraboSpot2/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.15.0</string>
22+
<string>2.16.0</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>106</string>
26+
<string>107</string>
2727
<key>ITSAppUsesNonExemptEncryption</key>
2828
<false/>
2929
<key>LSApplicationQueriesSchemes</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strabospot2",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"private": true,
55
"scripts": {
66
"android": "npx react-native run-android",

0 commit comments

Comments
 (0)