Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2025-12-17 13:13:39 -06:00
parent 42c95af9b8
commit 6ae84c02eb
5 changed files with 4 additions and 79 deletions

View File

@ -434,7 +434,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.casino-games";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
LD_RUNPATH_SEARCH_PATHS = (
@ -471,7 +471,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.casino-games";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
LD_RUNPATH_SEARCH_PATHS = (

View File

@ -7,7 +7,7 @@
<key>Baccarat.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
</dict>
</dict>

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</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>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
</dict>
</plist>

View File

@ -1,49 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useSafeAreas="YES" launchScreen="YES" colorMatched="YES" initialViewController="" systemVersion="20F66" device="generic" sceneMemberID="launchScreen">
<scenes>
<!--View Controller-->
<scene sceneID="launchScreenScene">
<objects>
<viewController id="vc" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="view">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<color key="backgroundColor" red="0.043137255" green="0.239215686" blue="0.180392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" translatesAutoresizingMaskIntoConstraints="NO" id="launchImageView" accessibilityIdentifier="LaunchLogoImageView" accessibilityLabel="LaunchLogoImageView">
<rect key="frame" x="200" y="170" width="200" height="200"/>
<color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<image key="image" name="LaunchLogo"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Baccarat" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="titleLabel">
<rect key="frame" x="200" y="386" width="200" height="29"/>
<fontDescription key="fontDescription" type="system" pointSize="24" weight="bold"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</label>
</subviews>
<constraints>
<!-- ImageView: centerX and centerY in safe area -->
<constraint firstItem="launchImageView" firstAttribute="centerX" secondItem="view" secondAttribute="centerX" id="img_centerX"/>
<constraint firstItem="launchImageView" firstAttribute="centerY" secondItem="view" secondAttribute="centerY" id="img_centerY"/>
<!-- ImageView: width <= 200 -->
<constraint firstItem="launchImageView" firstAttribute="width" relation="lessThanOrEqual" constant="200" id="img_width_max"/>
<!-- ImageView: height <= 200 -->
<constraint firstItem="launchImageView" firstAttribute="height" relation="lessThanOrEqual" constant="200" id="img_height_max"/>
<!-- ImageView: aspect ratio 1:1 -->
<constraint firstItem="launchImageView" firstAttribute="width" secondItem="launchImageView" secondAttribute="height" multiplier="1" id="img_aspect"/>
<!-- Title label: top spacing 16 to imageView bottom -->
<constraint firstItem="titleLabel" firstAttribute="top" secondItem="launchImageView" secondAttribute="bottom" constant="16" id="label_top"/>
<!-- Title label: centerX to imageView centerX -->
<constraint firstItem="titleLabel" firstAttribute="centerX" secondItem="launchImageView" secondAttribute="centerX" id="label_centerX"/>
<!-- Title label: leading >= 20 to view leading -->
<constraint firstItem="titleLabel" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="view" secondAttribute="leading" constant="20" id="label_leading"/>
<!-- Title label: trailing >= 20 to view trailing -->
<constraint firstItem="titleLabel" firstAttribute="trailing" relation="lessThanOrEqual" secondItem="view" secondAttribute="trailing" constant="-20" id="label_trailing"/>
</constraints>
<viewLayoutGuide key="safeArea" id="safeArea"/>
</view>
</viewController>
</objects>
<point key="canvasLocation" x="0" y="0"/>
</scene>
</scenes>
</document>

View File

@ -7,7 +7,7 @@
<key>CasinoKit.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
</dict>
</dict>