fix 工程缺少 Bundle Version,提交Appstore审核出错 ERROR ITMS-90056
This commit is contained in:
parent
8841c8c789
commit
36105e45d7
|
@ -402,6 +402,7 @@
|
|||
OBJ_46 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
@ -431,6 +432,7 @@
|
|||
OBJ_47 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
|
Loading…
Reference in New Issue