[iOS] Fix launching the app after the introduction of Swift in sdk
This commit is contained in:
parent
01db70fd3d
commit
962df14382
|
@ -255,6 +255,7 @@
|
||||||
13B07F941A680F5B00A75B9A /* Debug */ = {
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
|
||||||
CODE_SIGN_ENTITLEMENTS = app.entitlements;
|
CODE_SIGN_ENTITLEMENTS = app.entitlements;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
|
@ -286,6 +287,7 @@
|
||||||
13B07F951A680F5B00A75B9A /* Release */ = {
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
|
||||||
CODE_SIGN_ENTITLEMENTS = app.entitlements;
|
CODE_SIGN_ENTITLEMENTS = app.entitlements;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
|
|
Loading…
Reference in New Issue