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
b4a23d66
Commit
b4a23d66
authored
Sep 21, 2021
by
Aleksey Mikhailov
🗻
Browse files
fix ios settings
parent
ff786ab2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ios-app/BuildConfigurations/ios-app.shared.xcconfig
View file @
b4a23d66
SDKROOT = iphoneos
SUPPORTED_PLATFORMS = iphoneos
,
iphonesimulator
SUPPORTED_PLATFORMS = iphoneos iphonesimulator
IPHONEOS_DEPLOYMENT_TARGET = 12.0
SWIFT_VERSION = 5.0
INFOPLIST_FILE = ${SRCROOT}/src/Info.plist
...
...
@@ -36,3 +36,4 @@ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
GCC_WARN_UNDECLARED_SELECTOR = YES
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
DEVELOPMENT_TEAM = JXK5353KTH
ios-app/ios-app.xcodeproj/project.pbxproj
View file @
b4a23d66
...
...
@@ -406,7 +406,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2726E0C5FE0054DB95
/* ios-app.dev-debug.xcconfig */
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
};
name
=
"dev-debug"
;
};
...
...
@@ -414,7 +413,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2A26E0C6330054DB95
/* ios-app.dev-release.xcconfig */
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
};
name
=
"dev-release"
;
};
...
...
@@ -422,7 +420,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
E4DDA5A70ABACE019018BA16
/* Pods-ios-app.dev-debug.xcconfig */
;
buildSettings
=
{
DEVELOPMENT_TEAM
=
JXK5353KTH
;
};
name
=
"dev-debug"
;
};
...
...
@@ -430,7 +427,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
D22AE958EDA4433EF4081611
/* Pods-ios-app.dev-release.xcconfig */
;
buildSettings
=
{
DEVELOPMENT_TEAM
=
JXK5353KTH
;
};
name
=
"dev-release"
;
};
...
...
@@ -438,7 +434,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2926E0C6290054DB95
/* ios-app.stage-debug.xcconfig */
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
};
name
=
"stage-debug"
;
};
...
...
@@ -446,7 +441,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
FB4A8DE09E218C3B898715E2
/* Pods-ios-app.stage-debug.xcconfig */
;
buildSettings
=
{
DEVELOPMENT_TEAM
=
JXK5353KTH
;
};
name
=
"stage-debug"
;
};
...
...
@@ -454,7 +448,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2826E0C60B0054DB95
/* ios-app.prod-debug.xcconfig */
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
};
name
=
"prod-debug"
;
};
...
...
@@ -462,7 +455,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
1DB892F5BA2CBC04CD327DFF
/* Pods-ios-app.prod-debug.xcconfig */
;
buildSettings
=
{
DEVELOPMENT_TEAM
=
JXK5353KTH
;
};
name
=
"prod-debug"
;
};
...
...
@@ -470,7 +462,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2B26E0C6580054DB95
/* ios-app.prod-release.xcconfig */
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
};
name
=
"prod-release"
;
};
...
...
@@ -478,7 +469,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
AF4467B44603C9BFAAD166E8
/* Pods-ios-app.prod-release.xcconfig */
;
buildSettings
=
{
DEVELOPMENT_TEAM
=
JXK5353KTH
;
};
name
=
"prod-release"
;
};
...
...
@@ -486,7 +476,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
B37F2F2C26E0C6720054DB95
/* ios-app.stage-release.xcconfig */
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
};
name
=
"stage-release"
;
};
...
...
@@ -494,7 +483,6 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
8D8083C76F641537FFDF275F
/* Pods-ios-app.stage-release.xcconfig */
;
buildSettings
=
{
DEVELOPMENT_TEAM
=
JXK5353KTH
;
};
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