File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 430430 "$(inherited)",
431431 "@executable_path/Frameworks",
432432 );
433- MARKETING_VERSION = 0.1.1 ;
433+ MARKETING_VERSION = 0.2.2 ;
434434 PRODUCT_BUNDLE_IDENTIFIER = me.kuhlti.iOSSC;
435435 PRODUCT_NAME = "$(TARGET_NAME)";
436436 PROVISIONING_PROFILE_SPECIFIER = "";
455455 "$(inherited)",
456456 "@executable_path/Frameworks",
457457 );
458- MARKETING_VERSION = 0.1.1 ;
458+ MARKETING_VERSION = 0.2.2 ;
459459 PRODUCT_BUNDLE_IDENTIFIER = me.kuhlti.iOSSC;
460460 PRODUCT_NAME = "$(TARGET_NAME)";
461461 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5- <key >UIViewControllerBasedStatusBarAppearance </key >
6- <false />
7- <key >UIStatusBarStyle </key >
8- <string >UIStatusBarStyleBlackTranslucent </string >
95 <key >CFBundleDevelopmentRegion </key >
106 <string >$(DEVELOPMENT_LANGUAGE) </string >
117 <key >CFBundleExecutable </key >
4137 <array >
4238 <string >armv7 </string >
4339 </array >
40+ <key >UIStatusBarStyle </key >
41+ <string >UIStatusBarStyleBlackTranslucent </string >
4442 <key >UISupportedInterfaceOrientations </key >
4543 <array >
4644 <string >UIInterfaceOrientationPortrait </string >
5250 <string >UIInterfaceOrientationLandscapeLeft </string >
5351 <string >UIInterfaceOrientationLandscapeRight </string >
5452 </array >
53+ <key >UIViewControllerBasedStatusBarAppearance </key >
54+ <false />
5555</dict >
5656</plist >
You can’t perform that action at this time.
0 commit comments