Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Sep 28, 2019
1 parent f77abd3 commit bfb04cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.0
5.1
6 changes: 3 additions & 3 deletions Readme.markdown
@@ -1,12 +1,12 @@
# X

[![Version](https://img.shields.io/github/release/soffes/x.svg)](https://github.com/soffes/X/releases)
![Swift Version](https://img.shields.io/badge/swift-4-orange.svg)
![Swift Version](https://img.shields.io/badge/swift-5.1-orange.svg)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Easier *cross* platform Mac and iOS development with Swift 4. X was abstracted out of [Redacted](http://useredacted.com) and [Whiskey](http://usewhiskey.com).
Easier *cross* platform Mac and iOS development with Swift 5.1. X was abstracted out of [Redacted](http://useredacted.com) and [Whiskey](http://usewhiskey.com).

Xcode 8.1 or higher is required.
Xcode 11.1 or higher is required.


## Installation
Expand Down
2 changes: 1 addition & 1 deletion Support/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions X.xcodeproj/project.pbxproj
Expand Up @@ -471,6 +471,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.5.0;
PRODUCT_BUNDLE_IDENTIFIER = com.samsoffes.x;
PRODUCT_NAME = X;
SDKROOT = iphoneos;
Expand All @@ -491,6 +492,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.5.0;
PRODUCT_BUNDLE_IDENTIFIER = com.samsoffes.x;
PRODUCT_NAME = X;
SDKROOT = iphoneos;
Expand Down

0 comments on commit bfb04cd

Please sign in to comment.