Skip to content

Commit

Permalink
Merge f3e6560 into 1e51ed1
Browse files Browse the repository at this point in the history
  • Loading branch information
marinofelipe committed Mar 15, 2020
2 parents 1e51ed1 + f3e6560 commit 76872e3
Show file tree
Hide file tree
Showing 20 changed files with 1,103 additions and 1,011 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ xcuserdata/
*.ipa
*.dSYM.zip
*.dSYM
*.DS_Store

# CocoaPods
Pods/
Expand Down
24 changes: 24 additions & 0 deletions .swiftpm/xcode/xcshareddata/xcschemes/CurrencyText.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CurrencyUITextFieldDelegate"
BuildableName = "CurrencyUITextFieldDelegate"
BlueprintName = "CurrencyUITextFieldDelegate"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
Expand All @@ -42,6 +56,16 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "Tests"
BuildableName = "Tests"
BlueprintName = "Tests"
ReferencedContainer = "container:">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ install:

script:
- cd .. && pod lib lint

after_success:
- cd Example && bundle exec fastlane test
2 changes: 1 addition & 1 deletion CurrencyText.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CurrencyText"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Currency text formatter that fits your UITextField subclass."

s.homepage = "https://github.com/marinofelipe/CurrencyText"
Expand Down

0 comments on commit 76872e3

Please sign in to comment.