Skip to content

Commit

Permalink
Update to Swift 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subdan committed Oct 1, 2019
1 parent af13023 commit b123f43
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: objective-c
osx_image: xcode10.1
osx_image: xcode10.3
script:
- xcodebuild -project RHPlaceholder/RHPlaceholder.xcodeproj -target RHPlaceholder -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=11'
- xcodebuild -project RHPlaceholder/RHPlaceholder.xcodeproj -target RHPlaceholder -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.4'
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 51;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -187,11 +187,11 @@
TargetAttributes = {
B1209556209F3666003697D9 = {
CreatedOnToolsVersion = 9.3;
LastSwiftMigration = 1000;
LastSwiftMigration = 1030;
};
B120956A209F3667003697D9 = {
CreatedOnToolsVersion = 9.3;
LastSwiftMigration = 1000;
LastSwiftMigration = 1030;
TestTargetID = B1209556209F3666003697D9;
};
};
Expand Down Expand Up @@ -433,7 +433,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = x.RHPlaceholderExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -451,7 +451,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = x.RHPlaceholderExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -470,7 +470,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = x.RHPlaceholderExampleTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RHPlaceholderExample.app/RHPlaceholderExample";
};
Expand All @@ -490,7 +490,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = x.RHPlaceholderExampleTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RHPlaceholderExample.app/RHPlaceholderExample";
};
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ You can add your own Animators, by conforming to the `LayerAnimating` protocol a
| ------------- |:-------------:| ------------- |
| 0.0.3 | 4.1 | Very early version, API may change |
| 0.0.5 | 4.2 | Very early version, API may change |
| 0.0.6 | 5.0 | Very early version, API may change |


## Check the Demo project
Expand Down
2 changes: 1 addition & 1 deletion RHPlaceholder.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RHPlaceholder"
s.version = "0.0.5"
s.version = "0.0.6"
s.summary = "Because tradicional loading view like UIActivityIndicatorView or similar one are noo longer so trendy (Facebook or Instagram apps are moving away from these approaches), I decided to create very simple library which will give you oportunity to have Facebook or Instagram 'view loading state' in your great project without big effort ❗️🍕"
s.description = "Because tradicional loading view like UIActivityIndicatorView or similar one are noo longer so trendy (Facebook or Instagram apps are moving away from these approaches), I decided to create very simple library which will give you oportunity to have Facebook or Instagram 'view loading state' in your great project without big effort ❗️🍕Because tradicional loading view like UIActivityIndicatorView or similar one are noo longer so trendy (Facebook or Instagram apps are moving away from these approaches), I decided to create very simple library which will give you oportunity to have Facebook or Instagram 'view loading state' in your great project without big effort ❗️🍕"
s.homepage = "https://github.com/robertherdzik/RHPlaceholder"
Expand Down
10 changes: 6 additions & 4 deletions RHPlaceholder/RHPlaceholder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,11 @@
TargetAttributes = {
B1171C5C209F2A6F00343FDD = {
CreatedOnToolsVersion = 9.3;
LastSwiftMigration = 1030;
};
B1171C65209F2A6F00343FDD = {
CreatedOnToolsVersion = 9.3;
LastSwiftMigration = 1030;
};
};
};
Expand Down Expand Up @@ -491,7 +493,7 @@
PRODUCT_BUNDLE_IDENTIFIER = x.RHPlaceholder;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -515,7 +517,7 @@
PRODUCT_BUNDLE_IDENTIFIER = x.RHPlaceholder;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -534,7 +536,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = x.RHPlaceholderTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -553,7 +555,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = x.RHPlaceholderTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit b123f43

Please sign in to comment.