Skip to content

Commit

Permalink
Updated the screen-shots and bumped the build number
Browse files Browse the repository at this point in the history
  • Loading branch information
novinfard committed Mar 29, 2020
1 parent 876bd2c commit 64973fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
This is an iOS application for managing money written in Swift language. Different reports are presented in the application to help the user managing the money and keeping track of it easily.

## Screenshots
<img src="http://www.novinfard.com/media/gitshots/SmartWallet%20-%20iPhone%20X%20-%201.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/SmartWallet%20-%20iPhone%20X%20-%202.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/SmartWallet%20-%20iPhone%20X%20-%203.png" width="290">
<img src="http://www.novinfard.com/media/gitshots/iPhone%2011%20Pro%20Max-1-%20Splash.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/iPhone%2011%20Pro%20Max-2-%20Add%20Edit%20Record.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/iPhone%2011%20Pro%20Max-3-%20Records.png" width="290">

<img src="http://www.novinfard.com/media/gitshots/SmartWallet%20-%20iPhone%20X%20-%204.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/SmartWallet%20-%20iPhone%20X%20-%205.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/SmartWallet%20-%20iPhone%20X%20-%206.png" width="290">
<img src="http://www.novinfard.com/media/gitshots/iPhone%2011%20Pro%20Max-4-%20Budget.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/iPhone%2011%20Pro%20Max-5-%20Dashboard.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/iPhone%2011%20Pro%20Max-6-%20Dashboard%20Bottom.png" width="290">

<img src="http://www.novinfard.com/media/gitshots/SmartWallet%20-%20iPhone%20X%20-%207.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/SmartWallet%20-%20iPhone%20X%20-%208.png" width="290">.<img src="http://www.novinfard.com/media/gitshots/SmartWallet%20-%20iPhone%20X%20-%209.png" width="290">
<img src="http://www.novinfard.com/media/gitshots/iPhone%2011%20Pro%20Max-7-%20Categories.png" width="290">

## Main Features
- Easily manage your costs and incomes
Expand Down
2 changes: 2 additions & 0 deletions SmartWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = VQ3DDEUQ7K;
INFOPLIST_FILE = SmartWallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand All @@ -862,6 +863,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = VQ3DDEUQ7K;
INFOPLIST_FILE = SmartWallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand Down
2 changes: 1 addition & 1 deletion SmartWallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit 64973fb

Please sign in to comment.