Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frie_voe committed Oct 4, 2021
1 parent 725b59e commit 57046b2
Show file tree
Hide file tree
Showing 36 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dumb Calculator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "Friedrich-Voelkers.Dumpulator";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -319,7 +319,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "Friedrich-Voelkers.Dumpulator";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
4 changes: 2 additions & 2 deletions Dumpulator/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XCh-vJ-cjo">
<rect key="frame" x="5" y="29" width="40" height="40"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="8pn-bj-Tkc"/>
<constraint firstAttribute="width" constant="40" id="fLq-Q3-Kqp"/>
<constraint firstAttribute="width" constant="40" id="4d0-x4-yo3"/>
<constraint firstAttribute="height" constant="40" id="Pg1-QP-8YS"/>
</constraints>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain"/>
Expand Down
2 changes: 1 addition & 1 deletion Dumpulator/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<string>Main</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
Expand Down
10 changes: 5 additions & 5 deletions Dumpulator/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class ViewController: UIViewController, MFMailComposeViewControllerDelegate {
case "/" :
if resultDouble == 0.0 {
resetAll()
showAlert(name: "Error!", text: "It is not allowed to divide by zero! The \"Dumpulator\" is reset again.")
showAlert(name: "Error!", text: "It is not allowed to divide by zero! The Dumb Calculator is reset again.")
} else {
resultDouble = lastNumber / resultDouble
resultString = String(resultDouble)
Expand All @@ -296,7 +296,7 @@ class ViewController: UIViewController, MFMailComposeViewControllerDelegate {
updateDisplay(showDecimalpoint: false)
default :
resetAll()
showAlert(name: "Error!", text: "Incorrect input! The \"Dumpulator\" is reset again.")
showAlert(name: "Error!", text: "Incorrect input! The Dumb Calculator is reset again.")
}
}

Expand Down Expand Up @@ -447,7 +447,7 @@ class ViewController: UIViewController, MFMailComposeViewControllerDelegate {
}

func showInformations() {
let alert = UIAlertController(title: "Information", message: "The project \"Dumpulator\" is an open source project. For further development a pull request can be created in the GitHub repository.", preferredStyle: UIAlertController.Style.alert)
let alert = UIAlertController(title: "Information", message: "The project Dumb Calculator is an open source project. For further development a pull request can be created in the GitHub repository.", preferredStyle: UIAlertController.Style.alert)
alert.addAction(UIAlertAction(title: "Back",
style: UIAlertAction.Style.default,
handler: { _ in}
Expand Down Expand Up @@ -486,11 +486,11 @@ class ViewController: UIViewController, MFMailComposeViewControllerDelegate {

func resetMenu() {
resetAll()
showAlert(name: "Info", text: "The \"Dumpulator\" is reset again.")
showAlert(name: "Info", text: "The Dumb Calculator is reset again.")
}

func visitGitHUb() {
let url = URL(string: "https://github.com/frievoe97/dumpulator")
let url = URL(string: "https://github.com/frievoe97/Dump-Calculator-iOS")
let vc = SFSafariViewController(url: url!)
present(vc, animated: true)
}
Expand Down
Binary file added source/images/AppIcons-3.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/AppIcons-3/appstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/AppIcons-3/playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/AppIcons.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed source/images/AppIcons/appstore.png
Binary file not shown.
Binary file removed source/images/AppIcons/playstore.png
Diff not rendered.
Binary file modified source/images/icon.pxm
Binary file not shown.

0 comments on commit 57046b2

Please sign in to comment.