Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SURYAKANTSHARMA/CountryPicker int…
Browse files Browse the repository at this point in the history
…o iOS15AndAbove

# Conflicts:
#	CountryPicker/Examples/CoCoaPods/CountryPickerExample.xcodeproj/project.pbxproj
#	CountryPicker/Examples/CoCoaPods/Pods/Local Podspecs/SKCountryPicker.podspec.json
#	CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.debug.xcconfig
#	CountryPicker/Examples/CoCoaPods/Pods/Target Support Files/SKCountryPicker/SKCountryPicker.release.xcconfig
#	CountryPickeriOS15+/CountryPicker13+Example/Podfile
#	CountryPickeriOS15+/CountryPicker13+Example/Pods/Pods.xcodeproj/project.pbxproj
#	CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.markdown
#	CountryPickeriOS15+/CountryPicker13+Example/Pods/Target Support Files/Pods-CountryPicker13+Example/Pods-CountryPicker13+Example-acknowledgements.plist
  • Loading branch information
SURYAKANTSHARMA committed Apr 28, 2024
2 parents 7083744 + 99d92ef commit 3990a51
Show file tree
Hide file tree
Showing 521 changed files with 4,487 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode11
osx_image: xcode15
language: swift
xcode_project: CountryPicker/CountryPicker.xcodeproj
script:
Expand Down

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

13 changes: 13 additions & 0 deletions CountryPickeriOS15+/CountryPicker13+Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '15.0'

target 'CountryPicker13+Example' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'SKCountryPicker', :git => 'https://github.com/SURYAKANTSHARMA/CountryPicker', :branch => 'iOS15AndAbove'

#pod 'SKCountryPicker', path: '../'
# Pods for CountryPicker13+Example

end
Loading

0 comments on commit 3990a51

Please sign in to comment.