Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespanic committed Jul 8, 2014
1 parent 80aa61d commit fee44f2
Show file tree
Hide file tree
Showing 72 changed files with 4,062 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
xcuserdata/
/build/

/.DS_Store

/Pods/

PunchClock/constants.h
/PunchClock/PunchClock_Beta.xcconfig
/PunchClock/PunchClock_Debug.xcconfig
30 changes: 30 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
PUNCHCLOCK
Copyright (C) 2014 Panic, Inc.
All rights reserved.

Redistribution and use, with or without modification, are permitted
provided that the following conditions are met:

* The software, and any works derived from the software, may not
be sold without specific prior written permission from Panic Inc.

* Redistributions must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of Panic Inc nor the names of its contributors
may be used to endorse or promote works derived from this software
without specific prior written permission from Panic Inc.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PANIC
INC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
10 changes: 10 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
platform :ios, '7.1'
# ignore all warnings from all pods
inhibit_all_warnings!

pod 'AFNetworking', '~> 2.0'
pod 'HockeySDK'
pod 'KeychainItemWrapper', '~> 1.2'
pod 'ZeroPush'
pod 'MZFormSheetController', '~> 2.3'
pod 'CocoaLumberjack'
62 changes: 62 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
PODS:
- ADiOSUtilities (1.0.0):
- ADiOSUtilities/ADFoundationAdditions
- ADiOSUtilities/ADHelpers
- ADiOSUtilities/ADUIKitAdditions
- ADiOSUtilities/ADFoundationAdditions (1.0.0)
- ADiOSUtilities/ADHelpers (1.0.0)
- ADiOSUtilities/ADUIKitAdditions (1.0.0)
- AFNetworking (2.2.1):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/UIKit
- AFNetworking/NSURLConnection (2.2.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.2.1):
- AFNetworking/NSURLConnection
- AFNetworking/Reachability (2.2.1)
- AFNetworking/Security (2.2.1)
- AFNetworking/Serialization (2.2.1)
- AFNetworking/UIKit (2.2.1):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- CocoaLumberjack (1.8.1):
- CocoaLumberjack/Extensions
- CocoaLumberjack/Core (1.8.1)
- CocoaLumberjack/Extensions (1.8.1):
- CocoaLumberjack/Core
- HockeySDK (3.5.4)
- KeychainItemWrapper (1.2)
- MZAppearance (1.1.3)
- MZFormSheetController (2.3.4):
- MZAppearance (~> 1.1.3)
- Seriously (2.0.0)
- ZeroPush (1.1.0):
- ADiOSUtilities (~> 1.0.0)
- Seriously (~> 2.0.0)

DEPENDENCIES:
- AFNetworking (~> 2.0)
- CocoaLumberjack
- HockeySDK
- KeychainItemWrapper (~> 1.2)
- MZFormSheetController (~> 2.3)
- ZeroPush

SPEC CHECKSUMS:
ADiOSUtilities: 4b3347dc334c55d890becd65a6f94c9984fd82a6
AFNetworking: 8dde8c8a6597ad95dac332a593c27e541bc87371
CocoaLumberjack: 9d198d6e19909b3b113a38c5f06f7bb8eedd0427
HockeySDK: bf0e17f8d0c2b4778dff5ffd42248569a007ccbf
KeychainItemWrapper: 577e9e920185892873ded075b8ceb730bebdfd91
MZAppearance: c88502c0c2345120630c34e09d5ff09e2969ba30
MZFormSheetController: 8c453908080c338274e68908849029435d3e2736
Seriously: 46d22ba1ae046629e2586364bce44ee838828291
ZeroPush: 7e26e4abc1573cd559092ebcb2f79582abd7c41e

COCOAPODS: 0.33.1
616 changes: 616 additions & 0 deletions PunchClock.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

107 changes: 107 additions & 0 deletions PunchClock.xcodeproj/xcshareddata/xcschemes/PunchClock.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0510"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1A791DAC18442884000943E4"
BuildableName = "PunchClock.app"
BlueprintName = "PunchClock"
ReferencedContainer = "container:PunchClock.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1A791DCD18442884000943E4"
BuildableName = "PunchClockTests.xctest"
BlueprintName = "PunchClockTests"
ReferencedContainer = "container:PunchClock.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1A791DAC18442884000943E4"
BuildableName = "PunchClock.app"
BlueprintName = "PunchClock"
ReferencedContainer = "container:PunchClock.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "NO">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1A791DAC18442884000943E4"
BuildableName = "PunchClock.app"
BlueprintName = "PunchClock"
ReferencedContainer = "container:PunchClock.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
<EnvironmentVariable
key = "XcodeColors"
value = "YES"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
</AdditionalOptions>
<LocationScenarioReference
identifier = "com.apple.dt.IDEFoundation.CurrentLocationScenarioIdentifier"
referenceType = "1">
</LocationScenarioReference>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1A791DAC18442884000943E4"
BuildableName = "PunchClock.app"
BlueprintName = "PunchClock"
ReferencedContainer = "container:PunchClock.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Beta"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
1 change: 1 addition & 0 deletions PunchClock.xcworkspace/contents.xcworkspacedata

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

Loading

0 comments on commit fee44f2

Please sign in to comment.