This commit is contained in:
yuqucheng 2026-06-26 14:49:16 +08:00
parent fa7c338ea5
commit a85213314a
18 changed files with 210 additions and 189 deletions

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="UnityLaunchScreen-ViewController"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="24765" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="UnityLaunchScreen-ViewController">
<device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/> <device id="retina6_3" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24743"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<scenes> <scenes>
@ -12,32 +12,153 @@
<objects> <objects>
<viewController id="UnityLaunchScreen-ViewController" sceneMemberID="viewController"> <viewController id="UnityLaunchScreen-ViewController" sceneMemberID="viewController">
<layoutGuides> <layoutGuides>
<viewControllerLayoutGuide type="top" id="AFW-kw-awY"/> <viewControllerLayoutGuide type="top" id="0qg-hg-560"/>
<viewControllerLayoutGuide type="bottom" id="BH2-mn-4Lm"/> <viewControllerLayoutGuide type="bottom" id="W7m-yd-DrY"/>
</layoutGuides> </layoutGuides>
<view key="view" userInteractionEnabled="NO" contentMode="scaleToFill" id="UnityLaunchScreen-RootView" userLabel="RootView"> <view key="view" userInteractionEnabled="NO" contentMode="scaleToFill" id="UnityLaunchScreen-RootView" userLabel="RootView">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/> <rect key="frame" x="0.0" y="0.0" width="402" height="874"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreen-iPhonePortrait.png" translatesAutoresizingMaskIntoConstraints="NO" id="UnityLaunchScreen-ImageView" userLabel="ImageView"> <view contentMode="scaleAspectFit" translatesAutoresizingMaskIntoConstraints="NO" id="UnityLaunchScreen-ScaleViewPortrait" userLabel="ScaleViewPortrait">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/> <rect key="frame" x="0.0" y="-2000" width="402" height="4874"/>
</imageView> <subviews>
<imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="LaunchScreen-iPhonePortrait.png" translatesAutoresizingMaskIntoConstraints="NO" id="UnityLaunchScreen-ImageViewPortrait" userLabel="ImageViewPortrait">
<rect key="frame" x="30" y="-1" width="342" height="4874"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="leading" secondItem="UnityLaunchScreen-ImageViewPortrait" secondAttribute="leading" id="YUN-2X-hsp"/>
<constraint firstAttribute="top" secondItem="UnityLaunchScreen-ImageViewPortrait" secondAttribute="top" id="qN9-t3-R8m"/>
<constraint firstAttribute="trailing" secondItem="UnityLaunchScreen-ImageViewPortrait" secondAttribute="trailing" id="saP-Hr-mai"/>
<constraint firstAttribute="bottom" secondItem="UnityLaunchScreen-ImageViewPortrait" secondAttribute="bottom" id="xeh-Jd-f1n"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="UnityLaunchScreen-ImageViewPortrait"/>
</mask>
<mask key="constraints">
<exclude reference="saP-Hr-mai"/>
<exclude reference="YUN-2X-hsp"/>
<exclude reference="xeh-Jd-f1n"/>
<exclude reference="qN9-t3-R8m"/>
</mask>
</variation>
<variation key="heightClass=regular">
<mask key="subviews">
<include reference="UnityLaunchScreen-ImageViewPortrait"/>
</mask>
<mask key="constraints">
<include reference="saP-Hr-mai"/>
<include reference="YUN-2X-hsp"/>
<include reference="xeh-Jd-f1n"/>
<include reference="qN9-t3-R8m"/>
</mask>
</variation>
</view>
<view contentMode="scaleAspectFit" translatesAutoresizingMaskIntoConstraints="NO" id="UnityLaunchScreen-ScaleViewLandscape" userLabel="ScaleViewLandscape">
<rect key="frame" x="-2000" y="0.0" width="4874" height="402"/>
<subviews>
<imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreen-iPhoneLandscape.png" translatesAutoresizingMaskIntoConstraints="NO" id="UnityLaunchScreen-ImageViewLandscape" userLabel="ImageViewLandscape">
<rect key="frame" x="0.0" y="0.0" width="4874" height="402"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="leading" secondItem="UnityLaunchScreen-ImageViewLandscape" secondAttribute="leading" id="7Nj-N7-qqc"/>
<constraint firstAttribute="top" secondItem="UnityLaunchScreen-ImageViewLandscape" secondAttribute="top" id="L51-C2-f8h"/>
<constraint firstAttribute="trailing" secondItem="UnityLaunchScreen-ImageViewLandscape" secondAttribute="trailing" id="UQN-56-JEL"/>
<constraint firstAttribute="bottom" secondItem="UnityLaunchScreen-ImageViewLandscape" secondAttribute="bottom" id="kVz-kq-pNU"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="UnityLaunchScreen-ImageViewLandscape"/>
</mask>
<mask key="constraints">
<exclude reference="UQN-56-JEL"/>
<exclude reference="7Nj-N7-qqc"/>
<exclude reference="kVz-kq-pNU"/>
<exclude reference="L51-C2-f8h"/>
</mask>
</variation>
<variation key="heightClass=compact">
<mask key="subviews">
<include reference="UnityLaunchScreen-ImageViewLandscape"/>
</mask>
<mask key="constraints">
<include reference="UQN-56-JEL"/>
<include reference="7Nj-N7-qqc"/>
<include reference="kVz-kq-pNU"/>
<include reference="L51-C2-f8h"/>
</mask>
</variation>
</view>
</subviews> </subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.090196079999999998" green="0.090196079999999998" blue="0.090196079999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="tintColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="UnityLaunchScreen-ImageView" secondAttribute="bottom" id="Y0U-Pe-L4d"/> <constraint firstItem="UnityLaunchScreen-ScaleViewPortrait" firstAttribute="top" secondItem="UnityLaunchScreen-RootView" secondAttribute="top" constant="-2000" id="0kh-ex-StW"/>
<constraint firstItem="UnityLaunchScreen-ImageView" firstAttribute="top" secondItem="UnityLaunchScreen-RootView" secondAttribute="top" id="hwu-wP-OkZ"/> <constraint firstItem="UnityLaunchScreen-ScaleViewPortrait" firstAttribute="centerY" secondItem="UnityLaunchScreen-RootView" secondAttribute="centerY" id="MVC-vY-r61"/>
<constraint firstItem="UnityLaunchScreen-ImageView" firstAttribute="leading" secondItem="UnityLaunchScreen-RootView" secondAttribute="leading" id="oOc-bh-ihE"/> <constraint firstItem="UnityLaunchScreen-ScaleViewLandscape" firstAttribute="leading" secondItem="UnityLaunchScreen-RootView" secondAttribute="leading" constant="-2000" id="SKn-wT-zpT"/>
<constraint firstAttribute="trailing" secondItem="UnityLaunchScreen-ImageView" secondAttribute="trailing" id="rHJ-TI-xEc"/> <constraint firstItem="UnityLaunchScreen-ScaleViewLandscape" firstAttribute="bottom" secondItem="UnityLaunchScreen-RootView" secondAttribute="bottom" id="UnityLaunchScreen-RelativeHeightBottomConstraint"/>
<constraint firstItem="UnityLaunchScreen-ScaleViewLandscape" firstAttribute="top" secondItem="UnityLaunchScreen-RootView" secondAttribute="top" id="UnityLaunchScreen-RelativeHeightTopConstraint"/>
<constraint firstItem="UnityLaunchScreen-ScaleViewPortrait" firstAttribute="leading" secondItem="UnityLaunchScreen-RootView" secondAttribute="leading" id="UnityLaunchScreen-RelativeWeightLeadingConstraint"/>
<constraint firstItem="UnityLaunchScreen-ScaleViewPortrait" firstAttribute="trailing" secondItem="UnityLaunchScreen-RootView" secondAttribute="trailing" id="UnityLaunchScreen-RelativeWeightTrailingConstraint"/>
<constraint firstAttribute="trailing" secondItem="UnityLaunchScreen-ScaleViewLandscape" secondAttribute="trailing" constant="-2000" id="kGT-Bl-KJn"/>
<constraint firstItem="UnityLaunchScreen-ScaleViewLandscape" firstAttribute="centerX" secondItem="UnityLaunchScreen-RootView" secondAttribute="centerX" id="nEk-gC-oJj"/>
<constraint firstAttribute="bottom" secondItem="UnityLaunchScreen-ScaleViewPortrait" secondAttribute="bottom" constant="-2000" id="rQ6-gW-Rdm"/>
</constraints> </constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="UnityLaunchScreen-ScaleViewPortrait"/>
<exclude reference="UnityLaunchScreen-ScaleViewLandscape"/>
</mask>
<mask key="constraints">
<exclude reference="nEk-gC-oJj"/>
<exclude reference="kGT-Bl-KJn"/>
<exclude reference="SKn-wT-zpT"/>
<exclude reference="UnityLaunchScreen-RelativeHeightBottomConstraint"/>
<exclude reference="UnityLaunchScreen-RelativeHeightTopConstraint"/>
<exclude reference="UnityLaunchScreen-RelativeWeightTrailingConstraint"/>
<exclude reference="UnityLaunchScreen-RelativeWeightLeadingConstraint"/>
<exclude reference="MVC-vY-r61"/>
<exclude reference="rQ6-gW-Rdm"/>
<exclude reference="0kh-ex-StW"/>
</mask>
</variation>
<variation key="heightClass=compact">
<mask key="subviews">
<include reference="UnityLaunchScreen-ScaleViewLandscape"/>
</mask>
<mask key="constraints">
<include reference="nEk-gC-oJj"/>
<include reference="kGT-Bl-KJn"/>
<include reference="SKn-wT-zpT"/>
<include reference="UnityLaunchScreen-RelativeHeightBottomConstraint"/>
<include reference="UnityLaunchScreen-RelativeHeightTopConstraint"/>
</mask>
</variation>
<variation key="heightClass=regular">
<mask key="subviews">
<include reference="UnityLaunchScreen-ScaleViewPortrait"/>
</mask>
<mask key="constraints">
<include reference="UnityLaunchScreen-RelativeWeightTrailingConstraint"/>
<include reference="UnityLaunchScreen-RelativeWeightLeadingConstraint"/>
<include reference="MVC-vY-r61"/>
<include reference="rQ6-gW-Rdm"/>
<include reference="0kh-ex-StW"/>
</mask>
</variation>
</view> </view>
</viewController> </viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects> </objects>
<point key="canvasLocation" x="53" y="375"/> <point key="canvasLocation" x="52.238805970149251" y="374.82837528604114"/>
</scene> </scene>
</scenes> </scenes>
<resources> <resources>
<image name="LaunchScreen-iPhonePortrait.png" width="1242" height="2208"/> <image name="LaunchScreen-iPhoneLandscape.png" width="800" height="1156"/>
<image name="LaunchScreen-iPhonePortrait.png" width="946" height="2048"/>
</resources> </resources>
</document> </document>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 54; objectVersion = 46;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@ -213,7 +213,7 @@
0FD8E595BA80129EA8DD43F4 /* Generics__16.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Generics__16.cpp; path = Il2CppOutputProject/Source/il2cppOutput/Generics__16.cpp; sourceTree = SOURCE_ROOT; }; 0FD8E595BA80129EA8DD43F4 /* Generics__16.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Generics__16.cpp; path = Il2CppOutputProject/Source/il2cppOutput/Generics__16.cpp; sourceTree = SOURCE_ROOT; };
0FF38D860993A4461BE3D1D6 /* UnityEngine.ImageConversionModule.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = UnityEngine.ImageConversionModule.cpp; path = Il2CppOutputProject/Source/il2cppOutput/UnityEngine.ImageConversionModule.cpp; sourceTree = SOURCE_ROOT; }; 0FF38D860993A4461BE3D1D6 /* UnityEngine.ImageConversionModule.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = UnityEngine.ImageConversionModule.cpp; path = Il2CppOutputProject/Source/il2cppOutput/UnityEngine.ImageConversionModule.cpp; sourceTree = SOURCE_ROOT; };
1072E8C652EA7E34CDF5A614 /* zxing__6.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = zxing__6.cpp; path = Il2CppOutputProject/Source/il2cppOutput/zxing__6.cpp; sourceTree = SOURCE_ROOT; }; 1072E8C652EA7E34CDF5A614 /* zxing__6.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = zxing__6.cpp; path = Il2CppOutputProject/Source/il2cppOutput/zxing__6.cpp; sourceTree = SOURCE_ROOT; };
108941F2A9D5B8959804469E /* Entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = file; path = Entitlements.entitlements; sourceTree = SOURCE_ROOT; }; 108941F2A9D5B8959804469E /* Entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Entitlements.entitlements; sourceTree = SOURCE_ROOT; };
10E1A49CD3D4498DE9621E3F /* Newtonsoft.Json__7.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Newtonsoft.Json__7.cpp; path = Il2CppOutputProject/Source/il2cppOutput/Newtonsoft.Json__7.cpp; sourceTree = SOURCE_ROOT; }; 10E1A49CD3D4498DE9621E3F /* Newtonsoft.Json__7.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Newtonsoft.Json__7.cpp; path = Il2CppOutputProject/Source/il2cppOutput/Newtonsoft.Json__7.cpp; sourceTree = SOURCE_ROOT; };
10E2AC67ED40A8E62077CBCC /* Firebase.Auth_CodeGen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = Firebase.Auth_CodeGen.c; path = Il2CppOutputProject/Source/il2cppOutput/Firebase.Auth_CodeGen.c; sourceTree = SOURCE_ROOT; }; 10E2AC67ED40A8E62077CBCC /* Firebase.Auth_CodeGen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = Firebase.Auth_CodeGen.c; path = Il2CppOutputProject/Source/il2cppOutput/Firebase.Auth_CodeGen.c; sourceTree = SOURCE_ROOT; };
1128E095D2864E4B88CBF20F /* Generics__58.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Generics__58.cpp; path = Il2CppOutputProject/Source/il2cppOutput/Generics__58.cpp; sourceTree = SOURCE_ROOT; }; 1128E095D2864E4B88CBF20F /* Generics__58.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Generics__58.cpp; path = Il2CppOutputProject/Source/il2cppOutput/Generics__58.cpp; sourceTree = SOURCE_ROOT; };
@ -1580,6 +1580,8 @@
attributes = { attributes = {
TargetAttributes = { TargetAttributes = {
1D6058900D05DD3D006BFB54 = { 1D6058900D05DD3D006BFB54 = {
DevelopmentTeam = Q5HK9M6HNM;
ProvisioningStyle = Automatic;
SystemCapabilities = { SystemCapabilities = {
com.apple.GameControllers.appletvos = { com.apple.GameControllers.appletvos = {
enabled = 1; enabled = 1;
@ -1596,11 +1598,12 @@
}; };
7F4E059F2717216D00A2CBE4 = { 7F4E059F2717216D00A2CBE4 = {
CreatedOnToolsVersion = 13.0; CreatedOnToolsVersion = 13.0;
ProvisioningStyle = Manual; ProvisioningStyle = Automatic;
}; };
9D25AB9C213FB47800354C27 = { 9D25AB9C213FB47800354C27 = {
CreatedOnToolsVersion = 9.2; CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Manual; DevelopmentTeam = Q5HK9M6HNM;
ProvisioningStyle = Automatic;
UnityFrameworkTarget = 1; UnityFrameworkTarget = 1;
}; };
}; };
@ -1894,10 +1897,7 @@
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_GENERATE_MAP_FILE = YES; LD_GENERATE_MAP_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
"$(inherited)",
"@executable_path/Frameworks",
);
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)"; OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = ( OTHER_CPLUSPLUSFLAGS = (
@ -1938,10 +1938,7 @@
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_GENERATE_MAP_FILE = YES; LD_GENERATE_MAP_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
"$(inherited)",
"@executable_path/Frameworks",
);
ONLY_ACTIVE_ARCH = NO; ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "$(inherited)"; OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = ( OTHER_CPLUSPLUSFLAGS = (
@ -2118,10 +2115,7 @@
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_GENERATE_MAP_FILE = YES; LD_GENERATE_MAP_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
"$(inherited)",
"@executable_path/Frameworks",
);
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)"; OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = ( OTHER_CPLUSPLUSFLAGS = (
@ -2246,10 +2240,7 @@
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_GENERATE_MAP_FILE = YES; LD_GENERATE_MAP_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
"$(inherited)",
"@executable_path/Frameworks",
);
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)"; OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = ( OTHER_CPLUSPLUSFLAGS = (
@ -2476,12 +2467,12 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CODE_SIGN_IDENTITY = ""; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.0; CURRENT_PROJECT_VERSION = 1.0;
DEFINES_MODULE = YES; DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = ""; DEVELOPMENT_TEAM = Q5HK9M6HNM;
DYLIB_INSTALL_NAME_BASE = "@rpath"; DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_ON_DEMAND_RESOURCES = NO; ENABLE_ON_DEMAND_RESOURCES = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@ -2505,11 +2496,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_GENERATE_MAP_FILE = YES; LD_GENERATE_MAP_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Libraries", "$(PROJECT_DIR)/Libraries",
@ -2555,12 +2542,12 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CODE_SIGN_IDENTITY = ""; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.0; CURRENT_PROJECT_VERSION = 1.0;
DEFINES_MODULE = YES; DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = ""; DEVELOPMENT_TEAM = Q5HK9M6HNM;
DYLIB_INSTALL_NAME_BASE = "@rpath"; DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_ON_DEMAND_RESOURCES = NO; ENABLE_ON_DEMAND_RESOURCES = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@ -2584,11 +2571,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_GENERATE_MAP_FILE = YES; LD_GENERATE_MAP_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Libraries", "$(PROJECT_DIR)/Libraries",
@ -2635,13 +2618,13 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CODE_SIGN_IDENTITY = ""; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.0; CURRENT_PROJECT_VERSION = 1.0;
DEBUG_INFORMATION_FORMAT = dwarf; DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES; DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = ""; DEVELOPMENT_TEAM = Q5HK9M6HNM;
DYLIB_INSTALL_NAME_BASE = "@rpath"; DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_ON_DEMAND_RESOURCES = NO; ENABLE_ON_DEMAND_RESOURCES = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@ -2665,11 +2648,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_GENERATE_MAP_FILE = YES; LD_GENERATE_MAP_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Libraries", "$(PROJECT_DIR)/Libraries",
@ -2716,12 +2695,12 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CODE_SIGN_IDENTITY = ""; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.0; CURRENT_PROJECT_VERSION = 1.0;
DEFINES_MODULE = YES; DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = ""; DEVELOPMENT_TEAM = Q5HK9M6HNM;
DYLIB_INSTALL_NAME_BASE = "@rpath"; DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_ON_DEMAND_RESOURCES = NO; ENABLE_ON_DEMAND_RESOURCES = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@ -2747,11 +2726,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_GENERATE_MAP_FILE = YES; LD_GENERATE_MAP_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Libraries", "$(PROJECT_DIR)/Libraries",

View File

@ -7,7 +7,7 @@
<key>GameAssembly.xcscheme_^#shared#^_</key> <key>GameAssembly.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>37</integer> <integer>36</integer>
</dict> </dict>
<key>Unity-iPhone.xcscheme_^#shared#^_</key> <key>Unity-iPhone.xcscheme_^#shared#^_</key>
<dict> <dict>
@ -17,7 +17,7 @@
<key>UnityFramework.xcscheme_^#shared#^_</key> <key>UnityFramework.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>36</integer> <integer>37</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>

View File

@ -1,123 +0,0 @@
{
"originHash" : "a1569f9895aa2be8e24832f98525d5da4eb90b5d158a82691c15b47eb72a13d7",
"pins" : [
{
"identity" : "abseil-cpp-binary",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/abseil-cpp-binary.git",
"state" : {
"revision" : "bbe8b69694d7873315fd3a4ad41efe043e1c07c5",
"version" : "1.2024072200.0"
}
},
{
"identity" : "app-check",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/app-check.git",
"state" : {
"revision" : "bb4002485ff867768dec13bf904a2ddb050bd1b1",
"version" : "11.3.0"
}
},
{
"identity" : "firebase-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/firebase-ios-sdk.git",
"state" : {
"revision" : "8d5b4189f1f482df8d5c58c9985ea70491ef5382",
"version" : "12.14.0"
}
},
{
"identity" : "google-ads-on-device-conversion-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/googleads/google-ads-on-device-conversion-ios-sdk",
"state" : {
"revision" : "9bfcc6cf435b2e7c5562c1900b8680c594fa9a64",
"version" : "3.6.0"
}
},
{
"identity" : "googleappmeasurement",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleAppMeasurement.git",
"state" : {
"revision" : "219e564a8510e983e675c94f77f7f7c50049f22d",
"version" : "12.14.0"
}
},
{
"identity" : "googledatatransport",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleDataTransport.git",
"state" : {
"revision" : "617af071af9aa1d6a091d59a202910ac482128f9",
"version" : "10.1.0"
}
},
{
"identity" : "googleutilities",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleUtilities.git",
"state" : {
"revision" : "c46e5f8b7c23265f17c24ca7f9fa1b13ded7a822",
"version" : "8.1.1"
}
},
{
"identity" : "grpc-binary",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/grpc-binary.git",
"state" : {
"revision" : "75b31c842f664a0f46a2e590a570e370249fd8f6",
"version" : "1.69.1"
}
},
{
"identity" : "gtm-session-fetcher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/gtm-session-fetcher.git",
"state" : {
"revision" : "c0ac7575d70050c2973ba2318bd5af47f8e8153a",
"version" : "5.3.0"
}
},
{
"identity" : "interop-ios-for-google-sdks",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/interop-ios-for-google-sdks.git",
"state" : {
"revision" : "040d087ac2267d2ddd4cca36c757d1c6a05fdbfe",
"version" : "101.0.0"
}
},
{
"identity" : "leveldb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/leveldb.git",
"state" : {
"revision" : "a0bc79961d7be727d258d33d5a6b2f1023270ba1",
"version" : "1.22.5"
}
},
{
"identity" : "nanopb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/nanopb.git",
"state" : {
"revision" : "3851d94a41890dea16dc3db34caf60e585cb4163",
"version" : "2.30910.1"
}
},
{
"identity" : "promises",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/promises.git",
"state" : {
"revision" : "f4a19a3c313dc2616c70bb49d29a799fb16be837",
"version" : "2.4.1"
}
}
],
"version" : 3
}

View File

@ -11,6 +11,54 @@
"idiom" : "iphone", "idiom" : "iphone",
"scale" : "3x", "scale" : "3x",
"size" : "60x60" "size" : "60x60"
},
{
"filename" : "Icon-iPhone-Settings-29.png",
"idiom" : "iphone",
"scale" : "1x",
"size" : "29x29"
},
{
"filename" : "Icon-iPhone-Settings-58.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
},
{
"filename" : "Icon-iPhone-Settings-87.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "29x29"
},
{
"filename" : "Icon-iPhone-Spotlight-80.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
},
{
"filename" : "Icon-iPhone-Spotlight-120.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40"
},
{
"filename" : "Icon-iPhone-Notification-40.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
},
{
"filename" : "Icon-iPhone-Notification-60.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "20x20"
},
{
"filename" : "Icon-Store-1024.png",
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
} }
], ],
"info" : { "info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB