Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

One more edit to the wording.. 😩 #66

Merged
merged 1 commit into from
Feb 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public struct FirstTimeDisclaimerView: View {
.fixedSize()

Text("""
This was written entirely in Swift, using the new SwiftUI platform! Since SwiftUI is in its early stages, SwiftUI has a few odd quirks. One that you'll notice is that it does not yet support \(phrase_secondaryClicking). Instead, to place a flag, you can hold Control and click, or perform a long-click. Once SwiftUI supports \(phrase_secondaryClicking), this game will be updated to include that.
This was written entirely in Swift, using the new SwiftUI platform! Since SwiftUI does not yet support \(phrase_secondaryClicking), to place a flag, you can hold Control and click, or perform a long-click. Once SwiftUI supports \(phrase_secondaryClicking), this game will be updated to include that.

Have fun!
""")
Expand Down
8 changes: 4 additions & 4 deletions Swift Mines/Swift Mines.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_ASSET_PATHS = "\"Swift Mines for macOS/Preview Content\"";
DEVELOPMENT_TEAM = 26V9MK8TGP;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -906,7 +906,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = "me.benleggiero.Swift-Mines";
PRODUCT_NAME = "Swift Mines";
SWIFT_VERSION = 5.0;
Expand All @@ -921,7 +921,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_ASSET_PATHS = "\"Swift Mines for macOS/Preview Content\"";
DEVELOPMENT_TEAM = 26V9MK8TGP;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -932,7 +932,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = "me.benleggiero.Swift-Mines";
PRODUCT_NAME = "Swift Mines";
SWIFT_VERSION = 5.0;
Expand Down