Skip to content

Commit

Permalink
Updated Example App
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Jan 9, 2022
1 parent 6812d35 commit 8d40ce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 3 additions & 1 deletion Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1320;
LastUpgradeCheck = 1310;
LastUpgradeCheck = 1320;
TargetAttributes = {
3D5FCF732767887E00D3211F = {
CreatedOnToolsVersion = 13.1;
Expand Down Expand Up @@ -399,6 +399,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-macOS";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Example/Resources/Entitlements.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -426,6 +427,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-macOS";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Example/Resources/Entitlements.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
Expand Down
11 changes: 0 additions & 11 deletions Example/Example/ExamplesView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ extension ExamplesView: View {
}
}
.navigationTitle("WhatsNewKit")
.toolbar {
ToolbarItem(placement: .navigationBarTrailing) {
Link(
destination: .init(
string: "https://github.com/SvenTiigi/WhatsNewKit"
)!
) {
Image(systemName: "text.book.closed.fill")
}
}
}
.sheet(
whatsNew: self.$whatsNew
)
Expand Down

0 comments on commit 8d40ce0

Please sign in to comment.