Skip to content

Commit

Permalink
Merge pull request #9 from kumpeapps/Development
Browse files Browse the repository at this point in the history
2.0.3
  • Loading branch information
justinkumpe authored Oct 23, 2020
2 parents 9390cca + 955e22b commit 5f06161
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions KKid.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -637,14 +637,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = KKid/KKid.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2.0.2.3;
CURRENT_PROJECT_VERSION = 2.0.3.0;
DEVELOPMENT_TEAM = 2T42Z3DM34;
INFOPLIST_FILE = KKid/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.2;
MARKETING_VERSION = 2.0.3;
PRODUCT_BUNDLE_IDENTIFIER = com.kumpeapps.ios.KKid;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -659,14 +659,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = KKid/KKid.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2.0.2.3;
CURRENT_PROJECT_VERSION = 2.0.3.0;
DEVELOPMENT_TEAM = 2T42Z3DM34;
INFOPLIST_FILE = KKid/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.2;
MARKETING_VERSION = 2.0.3;
PRODUCT_BUNDLE_IDENTIFIER = com.kumpeapps.ios.KKid;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion KKid/Controller/HomeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ extension HomeViewController: UICollectionViewDelegateFlowLayout {
// MARK: - Google AdBanner
extension HomeViewController: GADBannerViewDelegate {
func loadGoogleAdMob() {
bannerView.adUnitID = "ca-app-pub-8070283866991781/9653639950"
bannerView.adUnitID = APICredentials.GoogleAdMob.homeScreenBannerID

#if DEBUG
bannerView.adUnitID = "ca-app-pub-3940256099942544/2934735716"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KKid <img src="https://img.shields.io/badge/platform-iOS%2013.6%2B-lightgrey"/> <img src="https://img.shields.io/badge/stable%20version-2.0.2-brightgreen"/> <img src="https://img.shields.io/badge/swift-5-green"/> <img src="https://img.shields.io/uptimerobot/status/m778927661-24953be87bd254731f918d97?label=server%20status"/> <img src="https://img.shields.io/uptimerobot/ratio/m778927661-24953be87bd254731f918d97?label=server%20uptime"/> <img src="https://img.shields.io/github/last-commit/kumpeapps/kkid"/> ![Codacy Security Scan](https://github.com/kumpeapps/KKid/workflows/Codacy%20Security%20Scan/badge.svg) ![SL Scan](https://github.com/kumpeapps/KKid/workflows/SL%20Scan/badge.svg)
# KKid <img src="https://img.shields.io/badge/platform-iOS%2013.6%2B-lightgrey"/> <img src="https://img.shields.io/badge/stable%20version-2.0.3-brightgreen"/> <img src="https://img.shields.io/badge/swift-5-green"/> <img src="https://img.shields.io/uptimerobot/status/m778927661-24953be87bd254731f918d97?label=server%20status"/> <img src="https://img.shields.io/uptimerobot/ratio/m778927661-24953be87bd254731f918d97?label=server%20uptime"/> <img src="https://img.shields.io/github/last-commit/kumpeapps/kkid"/> ![Codacy Security Scan](https://github.com/kumpeapps/KKid/workflows/Codacy%20Security%20Scan/badge.svg) ![SL Scan](https://github.com/kumpeapps/KKid/workflows/SL%20Scan/badge.svg)

<a href="https://apps.apple.com/us/app/kkid/id1533368166?itsct=apps_box&amp;itscg=30200" style="display: inline-block; overflow: hidden; border-top-left-radius: 13px; border-top-right-radius: 13px; border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; width: 250px; height: 83px;"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-US?size=250x83&amp;releaseDate=1602028800&h=79ad7188cd7d3f71708c7d97d39c5fa3" alt="Download on the App Store" style="border-top-left-radius: 13px; border-top-right-radius: 13px; border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; width: 250px; height: 83px;"></a>

Expand Down

0 comments on commit 5f06161

Please sign in to comment.