Skip to content

Commit

Permalink
Minor updates to macOS app and move version to beta 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Forget committed Feb 1, 2024
1 parent 212b911 commit 4c43b47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vero Scripts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 20;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Vero Scripts/Preview Content\"";
DEVELOPMENT_TEAM = 7U6K972H9Q;
Expand Down Expand Up @@ -311,7 +311,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 20;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Vero Scripts/Preview Content\"";
DEVELOPMENT_TEAM = 7U6K972H9Q;
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions Vero Scripts/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ struct ContentView: View {
Placeholders.PlaceholderDict.removeAll()
UserDefaults.standard.set(YourName, forKey: "YourName")
updateScripts()
updateNewMembershipScripts()
lastYourName = value
}
}
Expand All @@ -608,6 +609,7 @@ struct ContentView: View {
Placeholders.PlaceholderDict.removeAll()
UserDefaults.standard.set(YourFirstName, forKey: "YourFirstName")
updateScripts()
updateNewMembershipScripts()
lastYourFirstName = value
}
}
Expand Down

0 comments on commit 4c43b47

Please sign in to comment.