Skip to content

Commit

Permalink
Use XCode 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Mar 19, 2024
1 parent 3372df1 commit 7220f56
Show file tree
Hide file tree
Showing 18 changed files with 173 additions and 173 deletions.
24 changes: 12 additions & 12 deletions Fyreplace/Storyboards/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Tab-Bar-Controller-tabBarController">
<device id="retina5_9" orientation="portrait" appearance="light"/>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Tab-Bar-Controller-tabBarController">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
Expand Down Expand Up @@ -39,7 +39,7 @@
<tabBarItem key="tabBarItem" title=" " image="house.fill" catalog="system" id="Feed-Navigation-Feed-Navigation-Feed" userLabel="Feed"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="Feed-Navigation-Feed-Navigation-navigationBar">
<rect key="frame" x="0.0" y="50" width="375" height="44"/>
<rect key="frame" x="0.0" y="59" width="393" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
Expand All @@ -56,7 +56,7 @@
<objects>
<viewController title="Feed" id="Feed-Feed" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Feed-Feed-view">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="Feed-Feed-view-safeArea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
Expand All @@ -72,7 +72,7 @@
<objects>
<viewController id="Notifications-Notifications" userLabel="Notifications" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Notifications-Notifications-view">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="Notifications-Notifications-view-safeArea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
Expand All @@ -88,7 +88,7 @@
<objects>
<viewController id="Archive-Archive" userLabel="Archive" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Archive-Archive-view">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="Archive-Archive-view-safeArea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
Expand All @@ -104,7 +104,7 @@
<objects>
<viewController id="Drafts-Drafts" userLabel="Drafts" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Drafts-Drafts-view">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="Drafts-Drafts-view-safeArea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
Expand All @@ -120,7 +120,7 @@
<objects>
<viewController id="Settings-Settings" userLabel="Settings" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Settings-Settings-view">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="Settings-Settings-view-safeArea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
Expand All @@ -134,10 +134,10 @@
</scenes>
<color key="tintColor" name="AccentColor"/>
<resources>
<image name="bell.fill" catalog="system" width="123" height="128"/>
<image name="clock.fill" catalog="system" width="128" height="123"/>
<image name="bell.fill" catalog="system" width="32" height="32"/>
<image name="clock.fill" catalog="system" width="32" height="32"/>
<image name="doc.text.fill" catalog="system" width="115" height="128"/>
<image name="house.fill" catalog="system" width="128" height="104"/>
<image name="house.fill" catalog="system" width="32" height="32"/>
<image name="person.crop.circle.fill" catalog="system" width="128" height="123"/>
<namedColor name="AccentColor">
<color red="1" green="0.58431372549019611" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand Down
Loading

0 comments on commit 7220f56

Please sign in to comment.