Skip to content

Commit

Permalink
Updated demo files.
Browse files Browse the repository at this point in the history
  • Loading branch information
E Spelt committed Feb 14, 2024
1 parent 6d95c4c commit b341faf
Show file tree
Hide file tree
Showing 20 changed files with 2,357 additions and 4,010 deletions.
867 changes: 423 additions & 444 deletions MemLeakTest/Leaktest.dproj

Large diffs are not rendered by default.

Binary file modified MemLeakTest/Leaktest.res
Binary file not shown.
717 changes: 349 additions & 368 deletions UnitTest/dUnitXTest.dproj

Large diffs are not rendered by default.

Binary file modified UnitTest/dUnitXTest.res
Binary file not shown.
1,256 changes: 185 additions & 1,071 deletions demo/aTestApp/FmxTestApp.deployproj

Large diffs are not rendered by default.

2,071 changes: 601 additions & 1,470 deletions demo/aTestApp/FmxTestApp.dproj

Large diffs are not rendered by default.

Binary file modified demo/aTestApp/FmxTestApp.res
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"images" : [
<%AppIconImages%>
],
"info" : {
"version" : 1,
"author" : "RAD Studio"
}
}
6 changes: 6 additions & 0 deletions demo/aTestApp/LaunchScreen.TemplateiOS/Assets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "RAD Studio"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"colors" : [
<%LaunchScreenBackgroundColors%>
],
"info" : {
"version" : 1,
"author" : "RAD Studio"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"images" : [
<%LaunchScreenImages%>
],
"info" : {
"version" : 1,
"author" : "RAD Studio"
}
}
43 changes: 43 additions & 0 deletions demo/aTestApp/LaunchScreen.TemplateiOS/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreenImage" translatesAutoresizingMaskIntoConstraints="NO" id="uEM-Cj-0ws">
<rect key="frame" x="159" y="405" width="96" height="96"/>
</imageView>
</subviews>
<color key="backgroundColor" name="LaunchScreenBackgroundColor"/>
<constraints>
<constraint firstItem="uEM-Cj-0ws" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="Vvi-3g-k9H"/>
<constraint firstItem="uEM-Cj-0ws" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="eIE-8s-oLP"/>
</constraints>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<image name="LaunchScreenImage" width="96" height="96"/>
<namedColor name="LaunchScreenBackgroundColor">
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>
Loading

0 comments on commit b341faf

Please sign in to comment.