Skip to content

Commit

Permalink
Tidy up for 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamEmulator committed Jan 14, 2023
1 parent 229f5ba commit 4c2b384
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Fidget.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.3;
MARKETING_VERSION = 0.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "nl.dream-emulator.bondi-ball";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator";
Expand All @@ -431,7 +431,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.3;
MARKETING_VERSION = 0.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "nl.dream-emulator.bondi-ball";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator";
Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion Sources/ViewControllers/SplashViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class SplashViewController: UIViewController, UINavigationControllerDelegate {
vStack.axis = .vertical

// Image
// TODO: Install R.swift
let image = UIImage(named: "BondiBallElipse")
imageView.translatesAutoresizingMaskIntoConstraints = false
imageView.image = image
Expand Down

0 comments on commit 4c2b384

Please sign in to comment.