Skip to content

Commit

Permalink
Update to Fuzi and SwiftMessage to avoid compiler issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timbms committed Jan 5, 2021
1 parent 19cad9a commit 2633612
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 8 additions & 4 deletions MainLaunchScreen.xib
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_0" orientation="portrait" appearance="dark"/>
<dependencies>
<deployment version="4368" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand All @@ -17,7 +18,7 @@
<rect key="frame" x="20" y="20" width="440" height="440"/>
</imageView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="6mK-Cu-wT1" secondAttribute="trailing" constant="20" id="RlS-jR-qFk"/>
<constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="6mK-Cu-wT1" secondAttribute="bottom" constant="20" id="SkV-vS-gMw"/>
Expand All @@ -31,5 +32,8 @@
</objects>
<resources>
<image name="launchImage" width="1679" height="1463"/>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PODS:
- GoogleUtilities/UserDefaults (~> 7.0)
- PromisesObjC (~> 1.2)
- FlexColorPicker (1.4.2)
- Fuzi (3.1.2)
- Fuzi (3.1.3)
- GoogleDataTransport (8.0.1):
- nanopb (~> 2.30906.0)
- GoogleUtilities/Environment (7.1.0):
Expand All @@ -58,9 +58,9 @@ PODS:
- CocoaLumberjack (~> 3.0)
- SwiftFormat/CLI (0.47.8)
- SwiftLint (0.42.0)
- SwiftMessages (8.0.3):
- SwiftMessages/App (= 8.0.3)
- SwiftMessages/App (8.0.3)
- SwiftMessages (8.0.5):
- SwiftMessages/App (= 8.0.5)
- SwiftMessages/App (8.0.5)

DEPENDENCIES:
- Alamofire (~> 4.0)
Expand Down Expand Up @@ -124,7 +124,7 @@ SPEC CHECKSUMS:
FirebaseCrashlytics: c722e4ca283272eb90eb5bc245fdc6588e2f22c2
FirebaseInstallations: 3de38553e86171b5f81d83cdeef63473d37bfdb0
FlexColorPicker: d7ed5cfd8ceb936f2930e4e30629f9448967a5f8
Fuzi: dba7215e52fb39dd7b1a62f69ede1e30edff0ae1
Fuzi: 4c10d6449c0b49a85cd75b13844c559c0fc71220
GoogleDataTransport: e4085e6762f36a6141738f46b0153473ce57fb18
GoogleUtilities: f734da554aade8cc7928a31c2f3311897933a1bd
Kingfisher: 6e1a13523fcb1c86924ce53affe4ac957e544d59
Expand All @@ -134,7 +134,7 @@ SPEC CHECKSUMS:
SVGKit: 132b010efbf57ec345309fe4a7f627c0a40c5d63
SwiftFormat: 30c4c1b17a6c0c911760ada94b1bdb40769c95b9
SwiftLint: 4fa9579c63416865179bc416f0a92d55f009600d
SwiftMessages: 063ec9ffea3ffa7d17ba595157a9ec78e4fe045f
SwiftMessages: 539fd54a766bf08ec667e90aa141c44b8b8aaa55

PODFILE CHECKSUM: c82739ebdfa4f6aab5819a3018aec18a82539aa2

Expand Down

0 comments on commit 2633612

Please sign in to comment.