Skip to content

Commit

Permalink
Merge pull request #25 from infinum/fix/storyboard-warnings
Browse files Browse the repository at this point in the history
Changes deployment target for Sentinel and UserDefaults storyboards
  • Loading branch information
milos-o authored Aug 31, 2022
2 parents cca7c51 + 20955b3 commit bb8dbc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sentinel

[![Build Status](https://app.bitrise.io/app/56dc4082e9c3bb9e/status.svg?token=aHG6rIR2XDrJ3xNOIO2hXw&branch=master)](https://app.bitrise.io/app/56dc4082e9c3bb9e)
[![Version](https://img.shields.io/cocoapods/v/Sentinel.svg?style=flat)](https://cocoapods.org/pods/Sentinel)
[![License](https://img.shields.io/cocoapods/l/Sentinel.svg?style=flat)](https://cocoapods.org/pods/Sentinel)
[![Platform](https://img.shields.io/cocoapods/p/Sentinel.svg?style=flat)](https://cocoapods.org/pods/Sentinel)
Expand Down
2 changes: 1 addition & 1 deletion Sentinel/Classes/Core/Internal/Sentinel.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Sdy-Ei-cBG">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment version="4368" identifier="iOS"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
Expand Down
2 changes: 1 addition & 1 deletion Sentinel/Classes/UserDefaults/UserDefaults.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="mCZ-Gc-mbD">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment version="4368" identifier="iOS"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
Expand Down

0 comments on commit bb8dbc2

Please sign in to comment.