Skip to content

Commit

Permalink
Release 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenVanZanten committed Mar 17, 2019
1 parent 1363c00 commit 63b66e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p align="center">
<a href="https://travis-ci.org/vergecurrency/vIOS" target="_blank"><img src="https://travis-ci.org/vergecurrency/vIOS.svg?branch=master"></a>
<img src="https://img.shields.io/badge/status-beta-yellow.svg">
<img src="https://img.shields.io/badge/latest build-0.17.1-lightgrey.svg">
<img src="https://img.shields.io/badge/latest build-0.18-lightgrey.svg">
<img src="https://img.shields.io/badge/iOS-^11.4-green.svg">
<img src="https://img.shields.io/badge/watchOS-^4.0-brightgreen.svg">
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
Expand Down
8 changes: 2 additions & 6 deletions VergeiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,6 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CF_BUNDLE_SHORT_VERSION_STRING = 0.17.1;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = S7743EWR3C;
INFOPLIST_FILE = VergeiOSTests/Info.plist;
Expand All @@ -1971,7 +1970,6 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CF_BUNDLE_SHORT_VERSION_STRING = 0.17.1;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = S7743EWR3C;
INFOPLIST_FILE = VergeiOSTests/Info.plist;
Expand Down Expand Up @@ -2030,7 +2028,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CF_BUNDLE_SHORT_VERSION_STRING = 0.17.1;
CF_BUNDLE_SHORT_VERSION_STRING = 0.18;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -2093,7 +2091,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CF_BUNDLE_SHORT_VERSION_STRING = 0.17.1;
CF_BUNDLE_SHORT_VERSION_STRING = 0.18;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -2151,7 +2149,6 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CF_BUNDLE_SHORT_VERSION_STRING = 0.17.1;
CODE_SIGN_ENTITLEMENTS = VergeiOS/Assets/VergeiOS.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1;
Expand Down Expand Up @@ -2179,7 +2176,6 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CF_BUNDLE_SHORT_VERSION_STRING = 0.17.1;
CODE_SIGN_ENTITLEMENTS = VergeiOS/Assets/VergeiOS.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1;
Expand Down

0 comments on commit 63b66e4

Please sign in to comment.