Skip to content

Commit

Permalink
Merge pull request #32 from fassko/develop
Browse files Browse the repository at this point in the history
Promo image
  • Loading branch information
fassko authored Apr 18, 2020
2 parents e5df541 + e2baab2 commit d66da4d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 15 deletions.
14 changes: 8 additions & 6 deletions MeteoLV.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.7.200405.2256;
CURRENT_PROJECT_VERSION = 1.8.200418.1842;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -646,7 +646,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.7.200405.2256;
CURRENT_PROJECT_VERSION = 1.8.200418.1842;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -675,7 +675,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = MeteoLV/MeteoLV.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1.7.200405.2256;
CURRENT_PROJECT_VERSION = 1.8.200418.1842;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 3SGNZQGS68;
INFOPLIST_FILE = MeteoLV/Info.plist;
Expand All @@ -702,7 +702,7 @@
CODE_SIGN_ENTITLEMENTS = MeteoLV/MeteoLV.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1.7.200405.2256;
CURRENT_PROJECT_VERSION = 1.8.200418.1842;
DEVELOPMENT_TEAM = 3SGNZQGS68;
INFOPLIST_FILE = MeteoLV/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
Expand All @@ -725,6 +725,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = "MeteoLVTodayNotification/Weather Latvia.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = 3SGNZQGS68;
INFOPLIST_FILE = MeteoLVTodayNotification/Info.plist;
Expand All @@ -739,7 +740,7 @@
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.fassko.MeteoLV.MeteoLVTodayNotification;
PRODUCT_NAME = "Weather Latvia";
PROVISIONING_PROFILE_SPECIFIER = "match Development com.fassko.MeteoLV.MeteoLVTodayNotification";
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.fassko.MeteoLV.MeteoLVTodayNotification";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -751,6 +752,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = "MeteoLVTodayNotification/Weather Latvia.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = 3SGNZQGS68;
INFOPLIST_FILE = MeteoLVTodayNotification/Info.plist;
Expand All @@ -764,7 +766,7 @@
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.fassko.MeteoLV.MeteoLVTodayNotification;
PRODUCT_NAME = "Weather Latvia";
PROVISIONING_PROFILE_SPECIFIER = "match Development com.fassko.MeteoLV.MeteoLVTodayNotification";
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.fassko.MeteoLV.MeteoLVTodayNotification";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@

App Store link: https://itunes.apple.com/us/app/weather-latvia/id1350252673?ls=1&mt=8

![Main Screen](screenshots/main-screen.png)

![Rūjiena](screenshots/clicked-station.png)

![Strenči](screenshots/strenci.png)

![Rūjiena](screenshots/rujiena.png)
![Promo](weather-latvia-promo.png)
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platform :ios do
lane :current_version do
version = get_version_number(
xcodeproj: "MeteoLV.xcodeproj",
target: "MeteoLV",
target: "MeteoLV"
)
version
end
Expand Down Expand Up @@ -51,7 +51,6 @@ platform :ios do
gym(
project: "MeteoLV.xcodeproj",
scheme: "MeteoLV",
clean: true,
output_name: "MeteoLV.ipa",
include_symbols: true
)
Expand Down
Binary file removed screenshots/clicked-station.png
Binary file not shown.
Binary file removed screenshots/main-screen.png
Binary file not shown.
Binary file removed screenshots/rujiena.png
Binary file not shown.
Binary file removed screenshots/strenci.png
Binary file not shown.
Binary file added weather-latvia-promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d66da4d

Please sign in to comment.