Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scl
boilerplate
mobile-moko-boilerplate
Commits
81e6b2fd
Commit
81e6b2fd
authored
Sep 21, 2021
by
Aleksey Mikhailov
🗻
Browse files
fix versioning
parent
52ed27b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ios-app/BuildConfigurations/ios-app.shared.xcconfig
View file @
81e6b2fd
...
...
@@ -7,7 +7,6 @@ CLANG_ENABLE_OBJC_WEAK = YES
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
ONLY_ACTIVE_ARCH = YES
DEFINES_MODULE = YES
CURRENT_PROJECT_VERSION = 1.0
GCC_NO_COMMON_BLOCKS = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
...
...
@@ -35,7 +34,6 @@ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
GCC_WARN_UNDECLARED_SELECTOR = YES
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
ALWAYS_SEARCH_USER_PATHS = NO
CURRENT_PROJECT_VERSION = 0
VERSIONING_SYSTEM = apple-generic
// project specific params
...
...
ios-app/ios-app.xcodeproj/project.pbxproj
View file @
81e6b2fd
...
...
@@ -406,6 +406,7 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2726E0C5FE0054DB95
/* ios-app.dev-debug.xcconfig */
;
buildSettings
=
{
CURRENT_PROJECT_VERSION
=
0
;
};
name
=
"dev-debug"
;
};
...
...
@@ -413,6 +414,7 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2A26E0C6330054DB95
/* ios-app.dev-release.xcconfig */
;
buildSettings
=
{
CURRENT_PROJECT_VERSION
=
0
;
};
name
=
"dev-release"
;
};
...
...
@@ -434,6 +436,7 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2926E0C6290054DB95
/* ios-app.stage-debug.xcconfig */
;
buildSettings
=
{
CURRENT_PROJECT_VERSION
=
0
;
};
name
=
"stage-debug"
;
};
...
...
@@ -448,6 +451,7 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2826E0C60B0054DB95
/* ios-app.prod-debug.xcconfig */
;
buildSettings
=
{
CURRENT_PROJECT_VERSION
=
0
;
};
name
=
"prod-debug"
;
};
...
...
@@ -462,6 +466,7 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2B26E0C6580054DB95
/* ios-app.prod-release.xcconfig */
;
buildSettings
=
{
CURRENT_PROJECT_VERSION
=
0
;
};
name
=
"prod-release"
;
};
...
...
@@ -476,6 +481,7 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2C26E0C6720054DB95
/* ios-app.stage-release.xcconfig */
;
buildSettings
=
{
CURRENT_PROJECT_VERSION
=
0
;
};
name
=
"stage-release"
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment