gitextract_itypnhzo/ ├── .gitignore ├── README.md ├── SwiftBubble/ │ ├── Info.plist │ ├── SoapBubble.qtz │ ├── SwiftBubbleView.swift │ ├── swift_bubble_10bit_hdr.m4v │ └── swiftbubble_deblocked.m4v ├── SwiftBubble.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── SwiftBubbleTests/ │ ├── Info.plist │ └── SwiftBubbleTests.swift ├── VideoLoopTest/ │ ├── AppDelegate.swift │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── Images.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Info.plist │ └── ViewController.swift └── VideoLoopTestTests/ ├── Info.plist └── VideoLoopTestTests.swift