Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .swift-version
100644 → 100755
Empty file.
Empty file modified .travis.yml
100644 → 100755
Empty file.
Empty file modified .xctool-args
100644 → 100755
Empty file.
9 changes: 6 additions & 3 deletions Contacts Picker.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@
TargetAttributes = {
F4C1C93D1BDF8AB7001AA643 = {
CreatedOnToolsVersion = 7.0;
DevelopmentTeam = NDQC9EKP48;
LastSwiftMigration = 0800;
ProvisioningStyle = Manual;
ProvisioningStyle = Automatic;
};
};
};
Expand Down Expand Up @@ -294,7 +295,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = NDQC9EKP48;
INFOPLIST_FILE = "Contacts Picker/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prabaharan.eppicker.Contacts-Picker";
Expand All @@ -307,7 +309,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = NDQC9EKP48;
INFOPLIST_FILE = "Contacts Picker/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prabaharan.eppicker.Contacts-Picker";
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified Contacts Picker/AppDelegate.swift
100644 → 100755
Empty file.
Empty file.
Empty file modified Contacts Picker/Base.lproj/LaunchScreen.storyboard
100644 → 100755
Empty file.
Empty file modified Contacts Picker/Base.lproj/Main.storyboard
100644 → 100755
Empty file.
Empty file modified Contacts Picker/Info.plist
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Contacts Picker/ViewController.swift
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ViewController: UIViewController, EPPickerDelegate {

@IBAction func onTouchShowMeContactsButton(_ sender: AnyObject) {

let contactPickerScene = EPContactsPicker(delegate: self, multiSelection:true, subtitleCellType: SubtitleCellValue.email)
let contactPickerScene = EPContactsPicker(delegate: self, multiSelection:true, subtitleCellType: SubtitleCellValue.phoneNumber)
let navigationController = UINavigationController(rootViewController: contactPickerScene)
self.present(navigationController, animated: true, completion: nil)

Expand Down
3 changes: 3 additions & 0 deletions EPContactsPicker.podspec
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ DESC
s.resource_bundles = {
'EPContactsPicker' => ['Pods/**/*.xib']
}
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0'
}

end
Empty file modified EPContactsPickerLogo.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified Pods/EPConstants.swift
100644 → 100755
Empty file.
4 changes: 3 additions & 1 deletion Pods/EPContact.swift
100644 → 100755

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

6 changes: 3 additions & 3 deletions Pods/EPContactCell.swift
100644 → 100755

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

Empty file modified Pods/EPContactCell.xib
100644 → 100755
Empty file.
Loading