Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Øyvind Hauge committed Oct 18, 2023
1 parent 051b9de commit 791fd94
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
8 changes: 5 additions & 3 deletions OfficeSports.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1340;
LastUpgradeCheck = 1400;
LastUpgradeCheck = 1500;
TargetAttributes = {
8E3F335E2864E1720061CD6B = {
CreatedOnToolsVersion = 13.4.1;
Expand Down Expand Up @@ -1080,7 +1080,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.mthirtyone.officesports.codewidget;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1111,7 +1111,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.mthirtyone.officesports.codewidget;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1158,6 +1158,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -1218,6 +1219,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1400"
LastUpgradeVersion = "1500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ final class AboutViewController: UIViewController {
}

private func setupGravity() {
let viewWidth = view.frame.width

let oyvindView = DeveloperView(image: UIImage(named: "oyvind-profile-picure.png"), role: "Design • iOS")
oyvindView.frame = CGRect(x: 75, y: -300, width: 150, height: 170)

Expand Down
6 changes: 0 additions & 6 deletions OfficeSports/Screens/Main/Views/ProfileView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,6 @@ final class ProfileView: UIView {
foosballEmojiAlpha = 0
tableTennisEmojiAlpha = 0
poolEmojiAlpha = 1
default:
codeImageView.image = tableTennisCodeImage
sportImageWrapAlpha = 0
foosballEmojiAlpha = 0
tableTennisEmojiAlpha = 0
poolEmojiAlpha = 0
}
UIView.animate(withDuration: emojiFadeTransitionDuration, delay: 0) {
self.sportImageWrap.alpha = sportImageWrapAlpha
Expand Down

0 comments on commit 791fd94

Please sign in to comment.