Skip to content

Commit

Permalink
Merge pull request #43 from ghowen/master
Browse files Browse the repository at this point in the history
Update to Swift 5, FontAwesome 5.8.1
  • Loading branch information
rafiki270 authored Apr 2, 2019
2 parents c8a7221 + 8c31c20 commit 6eb3b6d
Show file tree
Hide file tree
Showing 13 changed files with 637 additions and 608 deletions.
Binary file modified Assets/fa-brands-400.ttf
Binary file not shown.
Binary file modified Assets/fa-regular-400.ttf
Binary file not shown.
Binary file modified Assets/fa-solid-900.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions AwesomeEnum.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

Pod::Spec.new do |s|
s.name = 'AwesomeEnum'
s.version = '2.1.0'
s.version = '2.2.0'
s.summary = 'Swift implementation of Font Awesome 5 and Font Awesome 5 Pro!'
s.swift_version = '4.2'
s.swift_version = '5.0'

s.description = 'Swift implementation of Font Awesome 5 and Font Awesome 5 Pro allows you to implement this amazing web font on iOS, tvOS and macOS devices easily!'

Expand Down
7 changes: 4 additions & 3 deletions AwesomeEnum.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
TargetAttributes = {
15116D1720761BAD00BC08D3 = {
CreatedOnToolsVersion = 9.3;
LastSwiftMigration = 1000;
LastSwiftMigration = 1020;
};
15116D4320761EBF00BC08D3 = {
CreatedOnToolsVersion = 9.3;
Expand All @@ -406,6 +406,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 15116D0E20761BAD00BC08D3;
productRefGroup = 15116D1920761BAD00BC08D3 /* Products */;
Expand Down Expand Up @@ -675,7 +676,7 @@
PRODUCT_BUNDLE_IDENTIFIER = io.liveui.AwesomeEnum;
PRODUCT_NAME = Awesome;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -700,7 +701,7 @@
PRODUCT_BUNDLE_IDENTIFIER = io.liveui.AwesomeEnum;
PRODUCT_NAME = Awesome;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
Loading

0 comments on commit 6eb3b6d

Please sign in to comment.