Skip to content

Commit

Permalink
Adds UIRequireFullScreen to Info.plist and fixes bundle information
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsmbaratti committed Mar 7, 2018
1 parent 67b8571 commit c054763
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HappyKey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
INFOPLIST_FILE = HostingApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Archagon.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = com.blogspot.mathjoy.MathSymbols;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 4.0;
Expand All @@ -876,7 +876,7 @@
INFOPLIST_FILE = HostingApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Archagon.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = com.blogspot.mathjoy.MathSymbols;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 4.0;
Expand All @@ -896,7 +896,7 @@
INFOPLIST_FILE = Keyboard/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
"OTHER_SWIFT_FLAGS[arch=*]" = "-DDEBUG";
PRODUCT_BUNDLE_IDENTIFIER = "Archagon.HostingApp.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = com.blogspot.mathjoy.MathSymbols.Keyboard;
PRODUCT_NAME = Keyboard;
PROVISIONING_PROFILE = "";
SKIP_INSTALL = YES;
Expand All @@ -917,7 +917,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
INFOPLIST_FILE = Keyboard/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Archagon.HostingApp.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = com.blogspot.mathjoy.MathSymbols.Keyboard;
PRODUCT_NAME = Keyboard;
PROVISIONING_PROFILE = "";
SKIP_INSTALL = YES;
Expand Down
2 changes: 2 additions & 0 deletions HostingApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
<array>
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down

0 comments on commit c054763

Please sign in to comment.