Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with latest original repo 0.8.0 #2

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
d897a6f
✨ Support Carthage
Jan 9, 2019
7ab5e25
🔖 Release 0.7.3
May 20, 2019
ffd433c
🐛 Fix swift version
May 20, 2019
e53362e
Update podspec version to 0.7.4
May 20, 2019
b704131
✨ Objective C compatibility
May 20, 2019
dee28a4
🔥 Remove .swift-version
May 21, 2019
d082434
🚸 Improve Examples
May 21, 2019
cc7b809
🚸 Improve Examples
May 21, 2019
3d6d80b
🐛 Fix bug about Objective-C Support
May 28, 2019
cfc47a9
✨ Handle RTL
May 28, 2019
b287ae5
📝 Update README
May 28, 2019
fe9b286
🐛 Fix units tests
May 28, 2019
66294ed
📝 Update podspec
May 28, 2019
dfc0dd6
On line #17 added "weak" (#90)
lsamaria May 31, 2019
7d1dd91
Appended the 'class' keyword to line 11 (#91)
lsamaria May 31, 2019
32ca72e
Added the keyword 'public' to lines 4,5, and 6 (#93)
lsamaria May 31, 2019
a038578
🐛 Remove GeneratePhoneNumberHeader.sh
Jun 4, 2019
20f2dc8
💄 SwiftLint
Jun 4, 2019
578ecdc
📝 Update Podspec
Jun 4, 2019
d8cc80e
📗 Updated documentation (#97)
tsomaev Jun 11, 2019
75d9840
Changes minimum deployment target to iOS 10.0 (#100)
dimitris-c Jul 1, 2019
06132fa
🐛 Fix layout
Sep 24, 2019
10e6331
🔖 Release 0.7.7
Sep 25, 2019
7e6cfa1
Merge branch 'release/0.7.7'
Sep 25, 2019
6e235b4
Merge branch 'release/0.7.7' into dev
Sep 25, 2019
de3e9bd
🐛 Fix layout for iOS 13
Oct 3, 2019
6e6d8a0
Merge branch 'hotfix/iOS13'
Oct 3, 2019
78918fa
Merge branch 'hotfix/iOS13' into dev
Oct 3, 2019
d58739b
🐛 Update podspec
Oct 7, 2019
5322fb9
Merge branch 'hotfix/update_podspec'
Oct 7, 2019
03bd916
Merge branch 'hotfix/update_podspec' into dev
Oct 7, 2019
4e96106
✨ Display country list by inputView or by presented controller
Nov 21, 2019
acafdd9
🐛 Fix build
Dec 4, 2019
7496d62
Fix projects
Dec 4, 2019
0473df3
🔖 Release 0.8.0
Dec 4, 2019
f9b1bdd
Merge branch 'release/0.8.0'
Dec 4, 2019
a96a70b
Merge branch 'release/0.8.0' into dev
Dec 4, 2019
1709a41
🐛 Fix list controller
Dec 5, 2019
d3b97e5
Update README.md
grifas Dec 5, 2019
83af7a1
Merge branch 'hotfix/country_list_controller' into dev
Dec 5, 2019
06ad88d
Merge branch 'hotfix/country_list_controller' into dev
Dec 5, 2019
0ab066e
🐛 Fix examples
Dec 5, 2019
6d7b4d4
Merge branch 'release/0.8.0'
Dec 5, 2019
5eef217
Add SPM support.
makcakir Mar 25, 2024
1b95336
Fix.
makcakir Mar 25, 2024
481dcba
Fix.
makcakir Mar 25, 2024
02dcbba
Fix.
makcakir Mar 25, 2024
64549e6
Fix.
makcakir Mar 25, 2024
88895fc
Fix.
makcakir Mar 25, 2024
6a1c733
Revert "Fix."
makcakir Mar 25, 2024
82e4f3e
Fix.
makcakir Mar 25, 2024
578ea3c
Merge pull request #208 from makcakir/master
maffpool Apr 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ DerivedData/
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xcworkspace
pushPod.sh

## Other
*.moved-aside
Expand Down Expand Up @@ -45,13 +47,16 @@ xcuserdata/
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
ExampleCocoapods/Pods
ExampleCocoapods/Podfile.lock
ExampleOBJC/Pods

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Example/Carthage/Checkouts
Example/Carthage/Build
ExampleCarthage/Carthage/Checkouts
ExampleCarthage/Carthage/Build


# fastlane
#
Expand Down
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Example/Cartfile

This file was deleted.

1 change: 0 additions & 1 deletion Example/Cartfile.resolved

This file was deleted.

Binary file removed Example/[email protected]
Binary file not shown.
655 changes: 0 additions & 655 deletions Example/FlagPhoneNumber.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions Example/FlagPhoneNumber.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

46 changes: 0 additions & 46 deletions Example/FlagPhoneNumber/Base.lproj/LaunchScreen.xib

This file was deleted.

50 changes: 0 additions & 50 deletions Example/FlagPhoneNumber/Base.lproj/Main.storyboard

This file was deleted.

11 changes: 0 additions & 11 deletions Example/Podfile

This file was deleted.

27 changes: 0 additions & 27 deletions Example/Podfile.lock

This file was deleted.

32 changes: 0 additions & 32 deletions Example/Pods/Local Podspecs/FlagPhoneNumber.podspec.json

This file was deleted.

27 changes: 0 additions & 27 deletions Example/Pods/Manifest.lock

This file was deleted.

Loading