Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 7e04d2f

Browse files
committed
Version 2.3.2
1 parent 33222c0 commit 7e04d2f

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gradient View.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "21F917462013E59000B52603"
18-
BuildableName = "Example-tvOS.app"
18+
BuildableName = "Example.app"
1919
BlueprintName = "Example-tvOS"
2020
ReferencedContainer = "container:Gradient View.xcodeproj">
2121
</BuildableReference>
@@ -34,7 +34,7 @@
3434
<BuildableReference
3535
BuildableIdentifier = "primary"
3636
BlueprintIdentifier = "21F917462013E59000B52603"
37-
BuildableName = "Example-tvOS.app"
37+
BuildableName = "Example.app"
3838
BlueprintName = "Example-tvOS"
3939
ReferencedContainer = "container:Gradient View.xcodeproj">
4040
</BuildableReference>
@@ -58,7 +58,7 @@
5858
<BuildableReference
5959
BuildableIdentifier = "primary"
6060
BlueprintIdentifier = "21F917462013E59000B52603"
61-
BuildableName = "Example-tvOS.app"
61+
BuildableName = "Example.app"
6262
BlueprintName = "Example-tvOS"
6363
ReferencedContainer = "container:Gradient View.xcodeproj">
6464
</BuildableReference>
@@ -77,7 +77,7 @@
7777
<BuildableReference
7878
BuildableIdentifier = "primary"
7979
BlueprintIdentifier = "21F917462013E59000B52603"
80-
BuildableName = "Example-tvOS.app"
80+
BuildableName = "Example.app"
8181
BlueprintName = "Example-tvOS"
8282
ReferencedContainer = "container:Gradient View.xcodeproj">
8383
</BuildableReference>

Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView-tvOS.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "21F917382013E39000B52603"
18-
BuildableName = "GradientView_tvOS.framework"
18+
BuildableName = "GradientView.framework"
1919
BlueprintName = "GradientView-tvOS"
2020
ReferencedContainer = "container:Gradient View.xcodeproj">
2121
</BuildableReference>
@@ -48,7 +48,7 @@
4848
<BuildableReference
4949
BuildableIdentifier = "primary"
5050
BlueprintIdentifier = "21F917382013E39000B52603"
51-
BuildableName = "GradientView_tvOS.framework"
51+
BuildableName = "GradientView.framework"
5252
BlueprintName = "GradientView-tvOS"
5353
ReferencedContainer = "container:Gradient View.xcodeproj">
5454
</BuildableReference>
@@ -66,7 +66,7 @@
6666
<BuildableReference
6767
BuildableIdentifier = "primary"
6868
BlueprintIdentifier = "21F917382013E39000B52603"
69-
BuildableName = "GradientView_tvOS.framework"
69+
BuildableName = "GradientView.framework"
7070
BlueprintName = "GradientView-tvOS"
7171
ReferencedContainer = "container:Gradient View.xcodeproj">
7272
</BuildableReference>

GradientView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'GradientView'
3-
spec.version = '2.3.1'
3+
spec.version = '2.3.2'
44
spec.authors = {'Sam Soffes' => '[email protected]'}
55
spec.homepage = 'https://github.com/soffes/GradientView'
66
spec.summary = 'Easily use gradients in UIKit.'

GradientView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.3.1</string>
18+
<string>2.3.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)