Skip to content

Commit

Permalink
deblocked
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesit committed Mar 11, 2022
1 parent 98776d4 commit 5448348
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 6 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
12 changes: 6 additions & 6 deletions SwiftBubble.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 12.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -538,7 +538,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 12.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand All @@ -560,7 +560,7 @@
INFOPLIST_FILE = SwiftBubble/Info.plist;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 12.2;
MARKETING_VERSION = 3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.felixgebhard.SwiftBubble;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -569,7 +569,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 5.0;
VALID_ARCHS = x86_64;
VALID_ARCHS = "x86_64 arm64 arm64e";
WRAPPER_EXTENSION = saver;
};
name = Debug;
Expand All @@ -587,15 +587,15 @@
INFOPLIST_FILE = SwiftBubble/Info.plist;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 12.2;
MARKETING_VERSION = 3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.felixgebhard.SwiftBubble;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_INSTALL_OBJC_HEADER = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 5.0;
VALID_ARCHS = x86_64;
VALID_ARCHS = "x86_64 arm64 arm64e";
WRAPPER_EXTENSION = saver;
};
name = Release;
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified SwiftBubble/Info.plist
100644 → 100755
Empty file.
Empty file modified SwiftBubble/SoapBubble.qtz
100644 → 100755
Empty file.
Empty file modified SwiftBubble/SwiftBubble.mov
100644 → 100755
Empty file.
Empty file modified SwiftBubble/SwiftBubbleView.swift
100644 → 100755
Empty file.
Empty file modified SwiftBubble/swift_bubble_10bit_hdr.m4v
100644 → 100755
Empty file.
Empty file modified SwiftBubble/swiftbubble_deblocked.m4v
100644 → 100755
Empty file.
Empty file modified SwiftBubble/thumbnail.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified SwiftBubble/thumbnail@2x.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified SwiftBubbleTests/Info.plist
100644 → 100755
Empty file.
Empty file modified SwiftBubbleTests/SoapBubble1080p.mov
100644 → 100755
Empty file.
Empty file modified SwiftBubbleTests/SwiftBubbleTests.swift
100644 → 100755
Empty file.
Empty file modified VideoLoopTest/AppDelegate.swift
100644 → 100755
Empty file.
Empty file modified VideoLoopTest/Base.lproj/Main.storyboard
100644 → 100755
Empty file.
Empty file modified VideoLoopTest/Images.xcassets/AppIcon.appiconset/Contents.json
100644 → 100755
Empty file.
Empty file modified VideoLoopTest/Info.plist
100644 → 100755
Empty file.
Empty file modified VideoLoopTest/SwiftBubble.mov
100644 → 100755
Empty file.
Empty file modified VideoLoopTest/ViewController.swift
100644 → 100755
Empty file.
Empty file modified VideoLoopTestTests/Info.plist
100644 → 100755
Empty file.
Empty file modified VideoLoopTestTests/VideoLoopTestTests.swift
100644 → 100755
Empty file.
Empty file modified preview.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5448348

Please sign in to comment.