Skip to content

Commit

Permalink
Remove unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
aheze committed Dec 25, 2021
1 parent 62c0551 commit 4a47161
Show file tree
Hide file tree
Showing 37 changed files with 5 additions and 5 deletions.
Binary file removed Assets/Attributes/BlocksBackgroundTouches.png
Binary file not shown.
Binary file removed Assets/Attributes/Dismissal.png
Binary file not shown.
Binary file removed Assets/Attributes/OnContextChange.png
Binary file not shown.
Binary file removed Assets/Attributes/OnDismiss.png
Binary file not shown.
Binary file removed Assets/Attributes/OnTapOutside.png
Binary file not shown.
Binary file removed Assets/Attributes/Position.png
Binary file not shown.
Binary file removed Assets/Attributes/Presentation.png
Binary file not shown.
Binary file removed Assets/Attributes/RubberBandingMode.png
Binary file not shown.
Binary file removed Assets/Attributes/ScreenEdgePadding.png
Binary file not shown.
Binary file removed Assets/Attributes/SourceFrame.png
Binary file not shown.
Binary file removed Assets/Attributes/SourceFrameInset.png
Binary file not shown.
Binary file removed Assets/Attributes/Tag.png
Binary file not shown.
Binary file removed Assets/Playground.png
Binary file not shown.
Binary file removed Assets/Raw Video/RPReplay_Final1640312709.MP4
Binary file not shown.
Binary file removed Assets/Raw Video/RPReplay_Final1640312909.MP4
Binary file not shown.
Binary file removed Assets/Raw Video/RPReplay_Final1640312965.MP4
Binary file not shown.
Binary file removed Assets/Raw Video/RPReplay_Final1640313037.MP4
Binary file not shown.
Binary file removed Assets/Raw Video/RPReplay_Final1640313457.MP4
Binary file not shown.
Binary file removed Assets/Raw Video/RPReplay_Final1640313494.MP4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Assets/Raw Video/VideoPIP.mov
Binary file not shown.
Binary file removed Assets/Showroom.png
Binary file not shown.
Binary file removed Assets/Videos/Alert.m4v
Binary file not shown.
Binary file removed Assets/Videos/Color.m4v
Binary file not shown.
Binary file removed Assets/Videos/Menu.m4v
Binary file not shown.
Binary file removed Assets/Videos/Notification.m4v
Binary file not shown.
Binary file removed Assets/Videos/PIP.m4v
Binary file not shown.
Binary file removed Assets/Videos/Standard.m4v
Binary file not shown.
Binary file removed Assets/Videos/Tip.m4v
Binary file not shown.
Binary file removed Assets/Videos/Tutorial.m4v
Binary file not shown.
4 changes: 2 additions & 2 deletions Examples/PopoversPlaygroundApp.swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/aheze/Popovers",
"state": {
"branch": null,
"revision": "85ff94bd3c749a560369993995c5405b20db90fd",
"version": "0.0.5"
"revision": "495adcad7c3622814d5ef9b19d8c32680d2fb373",
"version": "1.0.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Examples/PopoversPlaygroundApp.swiftpm/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/aheze/Popovers", "0.0.1"..<"1.0.0")
.package(url: "https://github.com/aheze/Popovers", "0.0.1"..<"1.0.2")
],
targets: [
.executableTarget(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repositoryURL": "https://github.com/aheze/Popovers",
"state": {
"branch": "main",
"revision": "bd056adee92cf1676a131671ac84b3c88b360ac6",
"revision": "62c05513f0649552236f72e8877555ffd822bce2",
"version": null
}
}
Expand Down
2 changes: 1 addition & 1 deletion Popovers.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Popovers'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'A library to present popovers.'

s.description = <<-DESC
Expand Down

0 comments on commit 4a47161

Please sign in to comment.