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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ build/

# Backup files
*~.nib
/ graphics/
/ graphics/

Carthage/Build
299 changes: 299 additions & 0 deletions DACircularProgress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,299 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
6C55C7EE1B783AA7006A7440 /* DACircularProgressView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C55C7EA1B783AA7006A7440 /* DACircularProgressView.h */; settings = {ATTRIBUTES = (Public, ); }; };
6C55C7EF1B783AA7006A7440 /* DACircularProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C55C7EB1B783AA7006A7440 /* DACircularProgressView.m */; };
6C55C7F01B783AA7006A7440 /* DALabeledCircularProgressView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C55C7EC1B783AA7006A7440 /* DALabeledCircularProgressView.h */; settings = {ATTRIBUTES = (Public, ); }; };
6C55C7F11B783AA7006A7440 /* DALabeledCircularProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C55C7ED1B783AA7006A7440 /* DALabeledCircularProgressView.m */; };
6C55C7F31B783B42006A7440 /* DACircularProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C55C7F21B783B42006A7440 /* DACircularProgress.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
6C55C7DF1B783A23006A7440 /* DACircularProgress.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DACircularProgress.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6C55C7E41B783A23006A7440 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6C55C7EA1B783AA7006A7440 /* DACircularProgressView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DACircularProgressView.h; sourceTree = "<group>"; };
6C55C7EB1B783AA7006A7440 /* DACircularProgressView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DACircularProgressView.m; sourceTree = "<group>"; };
6C55C7EC1B783AA7006A7440 /* DALabeledCircularProgressView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DALabeledCircularProgressView.h; sourceTree = "<group>"; };
6C55C7ED1B783AA7006A7440 /* DALabeledCircularProgressView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DALabeledCircularProgressView.m; sourceTree = "<group>"; };
6C55C7F21B783B42006A7440 /* DACircularProgress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DACircularProgress.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
6C55C7D51B783A23006A7440 = {
isa = PBXGroup;
children = (
6C55C7E41B783A23006A7440 /* Info.plist */,
6C55C7E11B783A23006A7440 /* DACircularProgress */,
6C55C7E01B783A23006A7440 /* Products */,
);
sourceTree = "<group>";
};
6C55C7E01B783A23006A7440 /* Products */ = {
isa = PBXGroup;
children = (
6C55C7DF1B783A23006A7440 /* DACircularProgress.framework */,
);
name = Products;
sourceTree = "<group>";
};
6C55C7E11B783A23006A7440 /* DACircularProgress */ = {
isa = PBXGroup;
children = (
6C55C7EA1B783AA7006A7440 /* DACircularProgressView.h */,
6C55C7EB1B783AA7006A7440 /* DACircularProgressView.m */,
6C55C7EC1B783AA7006A7440 /* DALabeledCircularProgressView.h */,
6C55C7ED1B783AA7006A7440 /* DALabeledCircularProgressView.m */,
6C55C7F21B783B42006A7440 /* DACircularProgress.h */,
);
path = DACircularProgress;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
6C55C7DC1B783A23006A7440 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
6C55C7F31B783B42006A7440 /* DACircularProgress.h in Headers */,
6C55C7F01B783AA7006A7440 /* DALabeledCircularProgressView.h in Headers */,
6C55C7EE1B783AA7006A7440 /* DACircularProgressView.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
6C55C7DE1B783A23006A7440 /* DACircularProgress */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6C55C7E71B783A23006A7440 /* Build configuration list for PBXNativeTarget "DACircularProgress" */;
buildPhases = (
6C55C7DA1B783A23006A7440 /* Sources */,
6C55C7DB1B783A23006A7440 /* Frameworks */,
6C55C7DC1B783A23006A7440 /* Headers */,
6C55C7DD1B783A23006A7440 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = DACircularProgress;
productName = DACircularProgress;
productReference = 6C55C7DF1B783A23006A7440 /* DACircularProgress.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
6C55C7D61B783A23006A7440 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "Daniel Amitay";
TargetAttributes = {
6C55C7DE1B783A23006A7440 = {
CreatedOnToolsVersion = 7.0;
};
};
};
buildConfigurationList = 6C55C7D91B783A23006A7440 /* Build configuration list for PBXProject "DACircularProgress" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 6C55C7D51B783A23006A7440;
productRefGroup = 6C55C7E01B783A23006A7440 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
6C55C7DE1B783A23006A7440 /* DACircularProgress */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
6C55C7DD1B783A23006A7440 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
6C55C7DA1B783A23006A7440 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6C55C7EF1B783AA7006A7440 /* DACircularProgressView.m in Sources */,
6C55C7F11B783AA7006A7440 /* DALabeledCircularProgressView.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
6C55C7E51B783A23006A7440 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
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 = 9.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;
};
6C55C7E61B783A23006A7440 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
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 = 9.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;
};
6C55C7E81B783A23006A7440 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.danielamitay.DACircularProgress;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
6C55C7E91B783A23006A7440 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.danielamitay.DACircularProgress;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
6C55C7D91B783A23006A7440 /* Build configuration list for PBXProject "DACircularProgress" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6C55C7E51B783A23006A7440 /* Debug */,
6C55C7E61B783A23006A7440 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6C55C7E71B783A23006A7440 /* Build configuration list for PBXNativeTarget "DACircularProgress" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6C55C7E81B783A23006A7440 /* Debug */,
6C55C7E91B783A23006A7440 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 6C55C7D61B783A23006A7440 /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6C55C7DE1B783A23006A7440"
BuildableName = "DACircularProgress.framework"
BlueprintName = "DACircularProgress"
ReferencedContainer = "container:DACircularProgress.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6C55C7DE1B783A23006A7440"
BuildableName = "DACircularProgress.framework"
BlueprintName = "DACircularProgress"
ReferencedContainer = "container:DACircularProgress.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6C55C7DE1B783A23006A7440"
BuildableName = "DACircularProgress.framework"
BlueprintName = "DACircularProgress"
ReferencedContainer = "container:DACircularProgress.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading