Skip to content

Commit

Permalink
Remove subletting banner and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JHawk0224 committed Oct 13, 2024
1 parent f79cc6f commit cb91dcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions PennMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2900,7 +2900,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation;
CF_BUNDLE_SHORT_VERSION_STRING = 8.0.4;
CF_BUNDLE_SHORT_VERSION_STRING = 8.0.5;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = PennMobile/PennMobile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
Expand Down Expand Up @@ -2941,7 +2941,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation;
CF_BUNDLE_SHORT_VERSION_STRING = 8.0.4;
CF_BUNDLE_SHORT_VERSION_STRING = 8.0.5;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = PennMobile/PennMobile.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
Expand Down Expand Up @@ -3073,7 +3073,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CF_BUNDLE_SHORT_VERSION_STRING = 8.0.4;
CF_BUNDLE_SHORT_VERSION_STRING = 8.0.5;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
Expand Down Expand Up @@ -3116,7 +3116,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CF_BUNDLE_SHORT_VERSION_STRING = 8.0.4;
CF_BUNDLE_SHORT_VERSION_STRING = 8.0.5;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
Expand Down
4 changes: 2 additions & 2 deletions PennMobile/Home/HomeViewData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ struct HomeViewData {
.padding(.bottom)
}

// if showSublettingBanner {
if showSublettingBanner {
HomeSublettingBanner {
onStartSubletting?()
} onDismiss: {
onDismissSubletting?()
}
// }
}

if case .some(.success(let polls)) = polls {
ForEach(polls) { poll in
Expand Down

0 comments on commit cb91dcf

Please sign in to comment.