Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Oct 27, 2016
1 parent 6bb145e commit 574501c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
3.0.1
2 changes: 1 addition & 1 deletion RateLimit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'RateLimit'
spec.version = '1.4.0'
spec.version = '1.4.1'
spec.authors = {'Sam Soffes' => 'sam@soff.es'}
spec.homepage = 'https://github.com/soffes/RateLimit'
spec.summary = 'Simple utility for only executing code every so often.'
Expand Down
2 changes: 2 additions & 0 deletions RateLimit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@
21B8D2C21DB9380200E50211 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
21B8D2C31DB9380200E50211 /* Build configuration list for PBXNativeTarget "RateLimitTests-tvOS" */ = {
isa = XCConfigurationList;
Expand All @@ -1104,6 +1105,7 @@
21B8D2C51DB9380200E50211 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
21CDE0051B278DB5001B8D87 /* Build configuration list for PBXNativeTarget "RateLimit-macOS" */ = {
isa = XCConfigurationList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0810"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "21B8D2AE1DB9380100E50211"
BuildableName = "RateLimit-tvOS.framework"
BuildableName = "RateLimit.framework"
BlueprintName = "RateLimit-tvOS"
ReferencedContainer = "container:RateLimit.xcodeproj">
</BuildableReference>
Expand All @@ -33,7 +33,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "21B8D2B61DB9380200E50211"
BuildableName = "RateLimitTests-tvOS.xctest"
BuildableName = "RateLimitTests.xctest"
BlueprintName = "RateLimitTests-tvOS"
ReferencedContainer = "container:RateLimit.xcodeproj">
</BuildableReference>
Expand All @@ -43,7 +43,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "21B8D2AE1DB9380100E50211"
BuildableName = "RateLimit-tvOS.framework"
BuildableName = "RateLimit.framework"
BlueprintName = "RateLimit-tvOS"
ReferencedContainer = "container:RateLimit.xcodeproj">
</BuildableReference>
Expand All @@ -65,7 +65,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "21B8D2AE1DB9380100E50211"
BuildableName = "RateLimit-tvOS.framework"
BuildableName = "RateLimit.framework"
BlueprintName = "RateLimit-tvOS"
ReferencedContainer = "container:RateLimit.xcodeproj">
</BuildableReference>
Expand All @@ -83,7 +83,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "21B8D2AE1DB9380100E50211"
BuildableName = "RateLimit-tvOS.framework"
BuildableName = "RateLimit.framework"
BlueprintName = "RateLimit-tvOS"
ReferencedContainer = "container:RateLimit.xcodeproj">
</BuildableReference>
Expand Down
2 changes: 1 addition & 1 deletion RateLimit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 574501c

Please sign in to comment.