Skip to content

Commit 4a47161

Browse files
committed
Remove unused assets
1 parent 62c0551 commit 4a47161

37 files changed

+5
-5
lines changed
-9.22 KB
Binary file not shown.

Assets/Attributes/Dismissal.png

-9.37 KB
Binary file not shown.

Assets/Attributes/OnContextChange.png

-6.58 KB
Binary file not shown.

Assets/Attributes/OnDismiss.png

-6.59 KB
Binary file not shown.

Assets/Attributes/OnTapOutside.png

-6.37 KB
Binary file not shown.

Assets/Attributes/Position.png

-9.34 KB
Binary file not shown.

Assets/Attributes/Presentation.png

-8.98 KB
Binary file not shown.
-9.15 KB
Binary file not shown.
-8.92 KB
Binary file not shown.

Assets/Attributes/SourceFrame.png

-8.23 KB
Binary file not shown.
-9.33 KB
Binary file not shown.

Assets/Attributes/Tag.png

-9.85 KB
Binary file not shown.

Assets/Playground.png

-354 KB
Binary file not shown.
-774 KB
Binary file not shown.
-375 KB
Binary file not shown.
-3.91 MB
Binary file not shown.
-987 KB
Binary file not shown.
-1.21 MB
Binary file not shown.
-279 KB
Binary file not shown.
Binary file not shown.

Assets/Raw Video/VideoPIP.mov

-6.18 MB
Binary file not shown.

Assets/Showroom.png

-490 KB
Binary file not shown.

Assets/Videos/Alert.m4v

-225 KB
Binary file not shown.

Assets/Videos/Color.m4v

-620 KB
Binary file not shown.

Assets/Videos/Menu.m4v

-581 KB
Binary file not shown.

Assets/Videos/Notification.m4v

-122 KB
Binary file not shown.

Assets/Videos/PIP.m4v

-1.03 MB
Binary file not shown.

Assets/Videos/Standard.m4v

-134 KB
Binary file not shown.

Assets/Videos/Tip.m4v

-212 KB
Binary file not shown.

Assets/Videos/Tutorial.m4v

-1.23 MB
Binary file not shown.

Examples/PopoversPlaygroundApp.swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/aheze/Popovers",
77
"state": {
88
"branch": null,
9-
"revision": "85ff94bd3c749a560369993995c5405b20db90fd",
10-
"version": "0.0.5"
9+
"revision": "495adcad7c3622814d5ef9b19d8c32680d2fb373",
10+
"version": "1.0.1"
1111
}
1212
}
1313
]

Examples/PopoversPlaygroundApp.swiftpm/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let package = Package(
3535
)
3636
],
3737
dependencies: [
38-
.package(url: "https://github.com/aheze/Popovers", "0.0.1"..<"1.0.0")
38+
.package(url: "https://github.com/aheze/Popovers", "0.0.1"..<"1.0.2")
3939
],
4040
targets: [
4141
.executableTarget(

Examples/PopoversXcodeApp/PopoversXcodeApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repositoryURL": "https://github.com/aheze/Popovers",
77
"state": {
88
"branch": "main",
9-
"revision": "bd056adee92cf1676a131671ac84b3c88b360ac6",
9+
"revision": "62c05513f0649552236f72e8877555ffd822bce2",
1010
"version": null
1111
}
1212
}

Popovers.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Popovers'
11-
s.version = '1.0.2'
11+
s.version = '1.0.3'
1212
s.summary = 'A library to present popovers.'
1313

1414
s.description = <<-DESC

0 commit comments

Comments
 (0)