Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit e4d85ec

Browse files
authored
fix where 1.27.0 is set (#2581)
1 parent ec7aa06 commit e4d85ec

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Freetime.xcodeproj/project.pbxproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3683,7 +3683,7 @@
36833683
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
36843684
GCC_WARN_UNUSED_FUNCTION = YES;
36853685
GCC_WARN_UNUSED_VARIABLE = YES;
3686-
GLOBAL_APP_VERSION = 1.26.0;
3686+
GLOBAL_APP_VERSION = 1.27.0;
36873687
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
36883688
MTL_ENABLE_DEBUG_INFO = YES;
36893689
ONLY_ACTIVE_ARCH = YES;
@@ -3738,7 +3738,7 @@
37383738
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
37393739
GCC_WARN_UNUSED_FUNCTION = YES;
37403740
GCC_WARN_UNUSED_VARIABLE = YES;
3741-
GLOBAL_APP_VERSION = 1.26.0;
3741+
GLOBAL_APP_VERSION = 1.27.0;
37423742
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
37433743
MTL_ENABLE_DEBUG_INFO = NO;
37443744
SDKROOT = iphoneos;
@@ -3763,7 +3763,6 @@
37633763
"$(inherited)",
37643764
"$(PROJECT_DIR)",
37653765
);
3766-
GLOBAL_APP_VERSION = 1.27.0;
37673766
HEADER_SEARCH_PATHS = (
37683767
"$(inherited)",
37693768
"${PODS_ROOT}/Firebase/Core/Sources",
@@ -3807,7 +3806,6 @@
38073806
"$(inherited)",
38083807
"$(PROJECT_DIR)",
38093808
);
3810-
GLOBAL_APP_VERSION = 1.27.0;
38113809
HEADER_SEARCH_PATHS = (
38123810
"$(inherited)",
38133811
"${PODS_ROOT}/Firebase/Core/Sources",
@@ -3912,7 +3910,7 @@
39123910
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
39133911
GCC_WARN_UNUSED_FUNCTION = YES;
39143912
GCC_WARN_UNUSED_VARIABLE = YES;
3915-
GLOBAL_APP_VERSION = 1.26.0;
3913+
GLOBAL_APP_VERSION = 1.27.0;
39163914
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
39173915
MTL_ENABLE_DEBUG_INFO = NO;
39183916
SDKROOT = iphoneos;
@@ -3943,7 +3941,6 @@
39433941
"ANIMATED_GIF_SUPPORT=1",
39443942
"TESTFLIGHT=1",
39453943
);
3946-
GLOBAL_APP_VERSION = 1.27.0;
39473944
HEADER_SEARCH_PATHS = (
39483945
"$(inherited)",
39493946
"${PODS_ROOT}/Firebase/Core/Sources",

0 commit comments

Comments
 (0)