Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] specify plist-file for settings bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
frederoni committed Nov 8, 2016
1 parent 6b85d4c commit 3002023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/ios/ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,7 @@
DA25D5BC1CCD9EDE00607828 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = framework/Settings.bundle/Root.plist;
PRODUCT_NAME = Settings;
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle;
Expand All @@ -2277,6 +2278,7 @@
DA25D5BD1CCD9EDE00607828 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = framework/Settings.bundle/Root.plist;
PRODUCT_NAME = Settings;
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle;
Expand Down

0 comments on commit 3002023

Please sign in to comment.