Skip to content

Commit

Permalink
Merge pull request #101 from katzrkool/2020.5
Browse files Browse the repository at this point in the history
Fixed Add Template Button
  • Loading branch information
lkellar authored Nov 5, 2020
2 parents e91724a + 3251f3e commit 4ee3d09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Trips.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Trips/Trips.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Trips/Preview Content\"";
DEVELOPMENT_TEAM = 27888865CT;
Expand All @@ -517,7 +517,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2020.4;
MARKETING_VERSION = 2020.5;
PRODUCT_BUNDLE_IDENTIFIER = org.kellar.trips;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
Expand All @@ -532,7 +532,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Trips/Trips.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Trips/Preview Content\"";
DEVELOPMENT_TEAM = 27888865CT;
Expand All @@ -543,7 +543,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2020.4;
MARKETING_VERSION = 2020.5;
PRODUCT_BUNDLE_IDENTIFIER = org.kellar.trips;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
Expand Down
2 changes: 1 addition & 1 deletion Trips/views/TripDetail.swift
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ struct TripDetail: View {
secondaryViewSelectionType: selection.secondaryViewSelectionType == .addTemplate ? nil : .addTemplate,
secondaryViewSelection: nil)
if (showModals) {
modalDisplayed = true
templateModalDisplayed = true
}
}
.onDisappear(perform: {
Expand Down

0 comments on commit 4ee3d09

Please sign in to comment.