Skip to content

Commit

Permalink
Merge pull request #7 from doximity/v0.1
Browse files Browse the repository at this point in the history
V0.1
  • Loading branch information
ataibarkai authored May 3, 2017
2 parents 05cf5bc + 0e8c9fb commit d78632c
Show file tree
Hide file tree
Showing 13 changed files with 807 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ xcuserdata
profile
*.moved-aside
*.xctimeline
*.xcscmblueprint
*.xcscmblueprint

### Carthage ###
# Carthage - A simple, decentralized dependency manager for Cocoa
Carthage/Checkouts/
Carthage/Build/
20 changes: 20 additions & 0 deletions CallWithDoxDialer.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "CallWithDoxDialer"
s.version = "0.1"
s.summary = "A µLibrary for initiating calls through Doximity's Dialer app."
s.description = <<-DESC
Doximity's Dialer app lets healthcare professionals make
phone calls to patients while on the go -- without revealing personal phone numbers.
Calls are routed through Doximity's HIPPA-compliant bridge lines,
and are presented to recipients as if they originated from one's office phone number.
This µLibrary lets 3rd-party apps easily initiate calls through the Doximity Dialer app.
DESC
s.homepage = "https://www.doximity.com/clinicians/download/dialer"
s.license = { :type => "Unlicense", :file => "LICENSE.MD" }
s.author = { "Atai Barkai" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/doximity/CallWithDoxDialer.git", :tag => "v#{s.version}" }
s.source_files = "CallWithDoxDialer/**/*.{h,m}"
s.resource = 'CallWithDoxDialer/CallWithDoxDialer.bundle'
end
311 changes: 311 additions & 0 deletions CallWithDoxDialer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,311 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
635F58F61EAFE3730072DE45 /* CallWithDoxDialer.h in Headers */ = {isa = PBXBuildFile; fileRef = 635F58F41EAFE3730072DE45 /* CallWithDoxDialer.h */; settings = {ATTRIBUTES = (Public, ); }; };
635F58FE1EAFE40C0072DE45 /* DoxDialerCaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 635F58FC1EAFE40C0072DE45 /* DoxDialerCaller.h */; settings = {ATTRIBUTES = (Public, ); }; };
635F58FF1EAFE40C0072DE45 /* DoxDialerCaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 635F58FD1EAFE40C0072DE45 /* DoxDialerCaller.m */; };
639266DB1EB298BF00D94004 /* CallWithDoxDialer.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 639266DA1EB298BF00D94004 /* CallWithDoxDialer.bundle */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
635F58F11EAFE3730072DE45 /* CallWithDoxDialer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CallWithDoxDialer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
635F58F41EAFE3730072DE45 /* CallWithDoxDialer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CallWithDoxDialer.h; sourceTree = "<group>"; };
635F58F51EAFE3730072DE45 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
635F58FC1EAFE40C0072DE45 /* DoxDialerCaller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DoxDialerCaller.h; sourceTree = "<group>"; };
635F58FD1EAFE40C0072DE45 /* DoxDialerCaller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DoxDialerCaller.m; sourceTree = "<group>"; };
639266DA1EB298BF00D94004 /* CallWithDoxDialer.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CallWithDoxDialer.bundle; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
635F58ED1EAFE3730072DE45 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
635F58E71EAFE3730072DE45 = {
isa = PBXGroup;
children = (
635F58F31EAFE3730072DE45 /* CallWithDoxDialer */,
635F58F21EAFE3730072DE45 /* Products */,
);
sourceTree = "<group>";
};
635F58F21EAFE3730072DE45 /* Products */ = {
isa = PBXGroup;
children = (
635F58F11EAFE3730072DE45 /* CallWithDoxDialer.framework */,
);
name = Products;
sourceTree = "<group>";
};
635F58F31EAFE3730072DE45 /* CallWithDoxDialer */ = {
isa = PBXGroup;
children = (
635F58F41EAFE3730072DE45 /* CallWithDoxDialer.h */,
635F58FC1EAFE40C0072DE45 /* DoxDialerCaller.h */,
635F58FD1EAFE40C0072DE45 /* DoxDialerCaller.m */,
635F58F51EAFE3730072DE45 /* Info.plist */,
639266DA1EB298BF00D94004 /* CallWithDoxDialer.bundle */,
);
path = CallWithDoxDialer;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
635F58EE1EAFE3730072DE45 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
635F58FE1EAFE40C0072DE45 /* DoxDialerCaller.h in Headers */,
635F58F61EAFE3730072DE45 /* CallWithDoxDialer.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
635F58F01EAFE3730072DE45 /* CallWithDoxDialer */ = {
isa = PBXNativeTarget;
buildConfigurationList = 635F58F91EAFE3730072DE45 /* Build configuration list for PBXNativeTarget "CallWithDoxDialer" */;
buildPhases = (
635F58EC1EAFE3730072DE45 /* Sources */,
635F58ED1EAFE3730072DE45 /* Frameworks */,
635F58EE1EAFE3730072DE45 /* Headers */,
635F58EF1EAFE3730072DE45 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CallWithDoxDialer;
productName = CallWithDoxDialer;
productReference = 635F58F11EAFE3730072DE45 /* CallWithDoxDialer.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
635F58E81EAFE3730072DE45 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = Doximity;
TargetAttributes = {
635F58F01EAFE3730072DE45 = {
CreatedOnToolsVersion = 8.3.1;
DevelopmentTeam = PRDNMQMLZ9;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 635F58EB1EAFE3730072DE45 /* Build configuration list for PBXProject "CallWithDoxDialer" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 635F58E71EAFE3730072DE45;
productRefGroup = 635F58F21EAFE3730072DE45 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
635F58F01EAFE3730072DE45 /* CallWithDoxDialer */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
635F58EF1EAFE3730072DE45 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
639266DB1EB298BF00D94004 /* CallWithDoxDialer.bundle in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
635F58EC1EAFE3730072DE45 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
635F58FF1EAFE40C0072DE45 /* DoxDialerCaller.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
635F58F71EAFE3730072DE45 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
635F58F81EAFE3730072DE45 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
635F58FA1EAFE3730072DE45 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = PRDNMQMLZ9;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CallWithDoxDialer/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = Doximity.CallWithDoxDialer;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
635F58FB1EAFE3730072DE45 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = PRDNMQMLZ9;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CallWithDoxDialer/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = Doximity.CallWithDoxDialer;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
635F58EB1EAFE3730072DE45 /* Build configuration list for PBXProject "CallWithDoxDialer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
635F58F71EAFE3730072DE45 /* Debug */,
635F58F81EAFE3730072DE45 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
635F58F91EAFE3730072DE45 /* Build configuration list for PBXNativeTarget "CallWithDoxDialer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
635F58FA1EAFE3730072DE45 /* Debug */,
635F58FB1EAFE3730072DE45 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 635F58E81EAFE3730072DE45 /* Project object */;
}
Loading

0 comments on commit d78632c

Please sign in to comment.