cocoapods-generate 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/cocoapods/generate/installer.rb +1 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cd88f4c2670ce0ca90f7f0d797f04b55a469bfc469c8b37362c06776f85ba6e
|
|
4
|
+
data.tar.gz: 984fb36533b3d9f66cbed561f1d70caa1799844345966ba07809afbcc6a52345
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9a7d8cd37b494c7cab267b360af65690b9a05639b91ad13d101fe9d16b8658d8fd84c60f4b3c7b575810d39fe8c6db80e650596b389ced553df3df5e1d70f19
|
|
7
|
+
data.tar.gz: 1734bb0083d74411e3ac6e7bcbb5ace9d38100c2284f92e697cb6ef6d17a40909e149087a6a65e8e1785cd2a8e11e2f83c2dabf58d143d167b35e0fb4f976e7f
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.
|
|
1
|
+
1.4.1
|
|
@@ -272,10 +272,9 @@ module Pod
|
|
|
272
272
|
launch_storyboard = generated_source_dir.join('LaunchScreen.storyboard')
|
|
273
273
|
launch_storyboard.write <<-XML.strip_heredoc
|
|
274
274
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
275
|
-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" systemVersion="17A277" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES"
|
|
275
|
+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" systemVersion="17A277" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
276
276
|
<dependencies>
|
|
277
277
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
|
|
278
|
-
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
279
278
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
280
279
|
</dependencies>
|
|
281
280
|
<scenes>
|
|
@@ -287,7 +286,6 @@ module Pod
|
|
|
287
286
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
288
287
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
289
288
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
290
|
-
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
|
291
289
|
</view>
|
|
292
290
|
</viewController>
|
|
293
291
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-generate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Giddins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
- !ruby/object:Gem::Version
|
|
86
86
|
version: '0'
|
|
87
87
|
requirements: []
|
|
88
|
-
rubygems_version: 3.0.
|
|
88
|
+
rubygems_version: 3.0.1
|
|
89
89
|
signing_key:
|
|
90
90
|
specification_version: 4
|
|
91
91
|
summary: Generates Xcode workspaces from a podspec.
|