Skip to content

Commit db442db

Browse files
authored
Add files via upload
1 parent 45c27b9 commit db442db

9 files changed

+152
-0
lines changed

WalkingDollar/source/Info.plist

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CADisableMinimumFrameDuration</key>
6+
<false />
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleDisplayName</key>
10+
<string>Trump</string>
11+
<key>CFBundleExecutable</key>
12+
<string>${EXECUTABLE_NAME}</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>${PRODUCT_NAME}</string>
19+
<key>CFBundlePackageType</key>
20+
<string>APPL</string>
21+
<key>CFBundleShortVersionString</key>
22+
<string>0.1</string>
23+
<key>CFBundleVersion</key>
24+
<string>0</string>
25+
<key>LSRequiresIPhoneOS</key>
26+
<true />
27+
<key>NSAppTransportSecurity</key>
28+
<dict>
29+
<key>NSAllowsArbitraryLoads</key>
30+
<true />
31+
</dict>
32+
<key>NSCameraUsageDescription</key>
33+
<string>Required for augmented reality support.</string>
34+
<key>UILaunchStoryboardName~ipad</key>
35+
<string>LaunchScreen-iPad</string>
36+
<key>UILaunchStoryboardName~iphone</key>
37+
<string>LaunchScreen-iPhone</string>
38+
<key>UILaunchStoryboardName~ipod</key>
39+
<string>LaunchScreen-iPhone</string>
40+
<key>UIPrerenderedIcon</key>
41+
<false />
42+
<key>UIRequiredDeviceCapabilities</key>
43+
<array>
44+
<string>armv7</string>
45+
</array>
46+
<key>UIRequiresFullScreen</key>
47+
<true />
48+
<key>UIRequiresPersistentWiFi</key>
49+
<false />
50+
<key>UIStatusBarHidden</key>
51+
<true />
52+
<key>UIStatusBarStyle</key>
53+
<string>UIStatusBarStyleDefault</string>
54+
<key>UISupportedInterfaceOrientations</key>
55+
<array>
56+
<string>UIInterfaceOrientationLandscapeLeft</string>
57+
</array>
58+
<key>Unity_LoadingActivityIndicatorStyle</key>
59+
<integer>-1</integer>
60+
<key>UnityCloudProjectID</key>
61+
<string />
62+
<key>UnityCrashSubmissionURL</key>
63+
<string />
64+
</dict>
65+
</plist>
128 Bytes
Loading
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6250" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
3+
<dependencies>
4+
<deployment version="2048" identifier="iOS"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
6+
</dependencies>
7+
<objects>
8+
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
9+
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
10+
<view userInteractionEnabled="NO" contentMode="scaleToFill" id="iN0-l3-epB">
11+
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
12+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
13+
<subviews>
14+
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="LaunchScreen-iPad.png" translatesAutoresizingMaskIntoConstraints="NO" id="6pd-fU-b9y" userLabel="Image">
15+
<rect key="frame" x="8" y="8" width="584" height="584"/>
16+
</imageView>
17+
</subviews>
18+
<constraints>
19+
<constraint firstAttribute="bottom" secondItem="6pd-fU-b9y" secondAttribute="bottom" id="Y0U-Pe-L4d"/>
20+
<constraint firstItem="6pd-fU-b9y" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="oOc-bh-ihE"/>
21+
<constraint firstItem="6pd-fU-b9y" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="q2g-Vy-0kF"/>
22+
<constraint firstAttribute="trailing" secondItem="6pd-fU-b9y" secondAttribute="trailing" id="rHJ-TI-xEc"/>
23+
</constraints>
24+
<nil key="simulatedStatusBarMetrics"/>
25+
<point key="canvasLocation" x="315" y="378"/>
26+
</view>
27+
</objects>
28+
<resources>
29+
<image name="LaunchScreen-iPad.png" width="2208" height="1242"/>
30+
</resources>
31+
</document>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6250" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
3+
<dependencies>
4+
<deployment version="2048" identifier="iOS"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
6+
</dependencies>
7+
<objects>
8+
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
9+
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
10+
<view userInteractionEnabled="NO" contentMode="scaleToFill" id="iN0-l3-epB">
11+
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
12+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
13+
<subviews>
14+
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="LaunchScreen-iPhonePortrait.png" translatesAutoresizingMaskIntoConstraints="NO" id="6pd-fU-b9y" userLabel="Image">
15+
<rect key="frame" x="8" y="8" width="584" height="584"/>
16+
</imageView>
17+
</subviews>
18+
<constraints>
19+
<constraint firstAttribute="bottom" secondItem="6pd-fU-b9y" secondAttribute="bottom" id="Y0U-Pe-L4d"/>
20+
<constraint firstItem="6pd-fU-b9y" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="oOc-bh-ihE"/>
21+
<constraint firstItem="6pd-fU-b9y" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="q2g-Vy-0kF"/>
22+
<constraint firstAttribute="trailing" secondItem="6pd-fU-b9y" secondAttribute="trailing" id="rHJ-TI-xEc"/>
23+
</constraints>
24+
<nil key="simulatedStatusBarMetrics"/>
25+
<point key="canvasLocation" x="315" y="378"/>
26+
</view>
27+
</objects>
28+
<resources>
29+
<image name="LaunchScreen-iPhonePortrait.png" width="1242" height="2208"/>
30+
</resources>
31+
</document>
Loading
Loading

WalkingDollar/source/MapFileParser

229 KB
Binary file not shown.

WalkingDollar/source/MapFileParser.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
if [ "$UNITY_SCRIPTING_BACKEND" = "il2cpp" ]
3+
then
4+
if [ -f "$PROJECT_DIR/MapFileParser" ]
5+
then
6+
if [[ $ARCHS == *"armv7"* ]]
7+
then
8+
"$PROJECT_DIR/MapFileParser" -format=Clang "$TARGET_TEMP_DIR/$PRODUCT_NAME-LinkMap-$CURRENT_VARIANT-armv7.txt" "$CONFIGURATION_BUILD_DIR/$PRODUCT_NAME.app/Data/Managed/SymbolMap-32"
9+
fi
10+
else
11+
echo "The MapFileParser utility was not found in the directory '$PROJECT_DIR'. Managed stack traces may not be reported correctly. This usually happens when the Unity project is built with a Windows editor, then the Xcode project is copied to OSX to build for the target device. You can work around this issue by manually copying the MapFileParser executable from an OSX installation of the Unity editor into the '$PROJECT_DIR' directory."
12+
fi
13+
fi
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
3+
# process_symbols
4+
#
5+
# Copyright (c) 2015 Unity Technologies. All rights reserved.
6+
7+
if [ "${SYNCHRONOUS_SYMBOL_PROCESSING}" = "TRUE" ]; then
8+
"$PROJECT_DIR/usymtool" -symbolPath "$DWARF_DSYM_FOLDER_PATH/$DWARF_DSYM_FILE_NAME"
9+
else
10+
nohup "$PROJECT_DIR/usymtool" -symbolPath "$DWARF_DSYM_FOLDER_PATH/$DWARF_DSYM_FILE_NAME" > /dev/null 2>&1 &
11+
disown
12+
fi

0 commit comments

Comments
 (0)