Skip to content

Commit

Permalink
disable iPad multitasking
Browse files Browse the repository at this point in the history
  • Loading branch information
Illu committed Mar 26, 2020
1 parent 5bfca5e commit b1d1e8a
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 66 deletions.
12 changes: 6 additions & 6 deletions ios/moonwalk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
67972AC594724E01BFAA4A4B /* Quicksand-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9ED045F782AE487C87436AC8 /* Quicksand-SemiBold.ttf */; };
6CE12614E387450A94D9D6EE /* libPods-moonwalk-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3555F528CF8CBA0E6DE789FB /* libPods-moonwalk-tvOSTests.a */; };
87FAA3ED61884E6496A7BAA4 /* Quicksand-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 038ADF0CC6D54B91AA7EB6CA /* Quicksand-Regular.ttf */; };
9C454662242C15A000814CC2 /* assets in Resources */ = {isa = PBXBuildFile; fileRef = 9C454661242C15A000814CC2 /* assets */; };
9C4BB37B242C0F07006DA12A /* main.jsbundle in Resources */ = {isa = PBXBuildFile; fileRef = 008F07F21AC5B25A0029DE68 /* main.jsbundle */; };
9C697327240C518500E12C34 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9C697326240C518400E12C34 /* GoogleService-Info.plist */; };
9CB7EBEF242D690E00F322D4 /* assets in Resources */ = {isa = PBXBuildFile; fileRef = 9CB7EBEE242D690E00F322D4 /* assets */; };
9CC646D3242BCC2E0087DAC0 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 9CC646C9242BCC2B0087DAC0 /* [email protected] */; };
9CC646D4242BCC2E0087DAC0 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 9CC646CA242BCC2B0087DAC0 /* [email protected] */; };
9CC646D5242BCC2E0087DAC0 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 9CC646CB242BCC2C0087DAC0 /* [email protected] */; };
Expand Down Expand Up @@ -81,8 +81,8 @@
70F1D56C625C1DAD02FC1AAA /* Pods-moonwalkTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-moonwalkTests.debug.xcconfig"; path = "Target Support Files/Pods-moonwalkTests/Pods-moonwalkTests.debug.xcconfig"; sourceTree = "<group>"; };
7DC88DBDB1BA7FA91BBB132B /* Pods-moonwalk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-moonwalk.debug.xcconfig"; path = "Target Support Files/Pods-moonwalk/Pods-moonwalk.debug.xcconfig"; sourceTree = "<group>"; };
931F241EEFA54D361B361815 /* libPods-moonwalkTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-moonwalkTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
9C454661242C15A000814CC2 /* assets */ = {isa = PBXFileReference; lastKnownFileType = folder; path = assets; sourceTree = "<group>"; };
9C697326240C518400E12C34 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
9CB7EBEE242D690E00F322D4 /* assets */ = {isa = PBXFileReference; lastKnownFileType = folder; path = assets; sourceTree = "<group>"; };
9CC646C9242BCC2B0087DAC0 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
9CC646CA242BCC2B0087DAC0 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
9CC646CB242BCC2C0087DAC0 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -160,7 +160,7 @@
13B07FAE1A68108700A75B9A /* moonwalk */ = {
isa = PBXGroup;
children = (
9C454661242C15A000814CC2 /* assets */,
9CB7EBEE242D690E00F322D4 /* assets */,
9CC646C6242BCA930087DAC0 /* App Icons */,
9C697326240C518400E12C34 /* GoogleService-Info.plist */,
008F07F21AC5B25A0029DE68 /* main.jsbundle */,
Expand Down Expand Up @@ -413,7 +413,7 @@
9CC646D7242BCC2E0087DAC0 /* [email protected] in Resources */,
9C697327240C518500E12C34 /* GoogleService-Info.plist in Resources */,
9CC646D8242BCC2E0087DAC0 /* [email protected] in Resources */,
9C454662242C15A000814CC2 /* assets in Resources */,
9CB7EBEF242D690E00F322D4 /* assets in Resources */,
9CC646DB242BCC2E0087DAC0 /* [email protected] in Resources */,
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
BC481920048245AD848BF5C1 /* Quicksand-Bold.ttf in Resources */,
Expand Down Expand Up @@ -720,7 +720,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 200;
CURRENT_PROJECT_VERSION = 202;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 6WD2C784QG;
INFOPLIST_FILE = moonwalk/Info.plist;
Expand All @@ -746,7 +746,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 200;
CURRENT_PROJECT_VERSION = 202;
DEVELOPMENT_TEAM = 6WD2C784QG;
INFOPLIST_FILE = moonwalk/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"size" : "83.5x83.5"
},
{
"filename" : "1024.png",
"filename" : "LOGO.png",
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 61 additions & 59 deletions ios/moonwalk/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,96 +8,51 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>UIAppFonts</key>
<array>
<string>Quicksand-Bold.ttf</string>
<string>Quicksand-Light.ttf</string>
<string>Quicksand-Medium.ttf</string>
<string>Quicksand-Regular.ttf</string>
<string>Quicksand-SemiBold.ttf</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>CFBundleIcons</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>logo_lightblue</key>
<key>logo_black</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>logo_lightblue</string>
<string>logo_black</string>
</array>
<key>UIPrerenderedIcon</key>
<string>NO</string>
</dict>
<key>logo_darkblue</key>
<dict>
<key>UIPrerenderedIcon</key>
<string>NO</string>
<key>CFBundleIconFiles</key>
<array>
<string>logo_darkblue</string>
</array>
</dict>
<key>logo_milkyway</key>
<dict>
<key>UIPrerenderedIcon</key>
<string>NO</string>
</dict>
<key>logo_lightblue</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>logo_milkyway</string>
<string>logo_lightblue</string>
</array>
<key>UIPrerenderedIcon</key>
<string>NO</string>
</dict>
<key>logo_white</key>
<key>logo_milkyway</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>logo_white</string>
<string>logo_milkyway</string>
</array>
<key>UIPrerenderedIcon</key>
<string>NO</string>
</dict>
<key>logo_black</key>
<key>logo_white</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>logo_black</string>
<string>logo_white</string>
</array>
<key>UIPrerenderedIcon</key>
<string>NO</string>
Expand All @@ -118,12 +73,59 @@
<array>
<string></string>
</array>
<key>UINewsstandBindingType</key>
<string>UINewsstandBindingTypeMagazine</string>
<key>UINewsstandBindingEdge</key>
<string>UINewsstandBindingEdgeLeft</string>
<key>UINewsstandBindingType</key>
<string>UINewsstandBindingTypeMagazine</string>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>UIAppFonts</key>
<array>
<string>Quicksand-Bold.ttf</string>
<string>Quicksand-Light.ttf</string>
<string>Quicksand-Medium.ttf</string>
<string>Quicksand-Regular.ttf</string>
<string>Quicksand-SemiBold.ttf</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down

0 comments on commit b1d1e8a

Please sign in to comment.