Skip to content

first commit #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
54 changes: 54 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md

fastlane/report.xml
fastlane/screenshots
Pods/CocoaPodsKeys
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# passion-project
# passion-project
-
Binary file added Strike/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions Strike/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pod "Spark-SDK"
pod "SparkSetup"

plugin 'cocoapods-keys', {
:project => “Strike1”,
:keys => [
"Username",
"Password"
]
}
57 changes: 57 additions & 0 deletions Strike/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
PODS:
- AFNetworking (2.6.3):
- AFNetworking/NSURLConnection (= 2.6.3)
- AFNetworking/NSURLSession (= 2.6.3)
- AFNetworking/Reachability (= 2.6.3)
- AFNetworking/Security (= 2.6.3)
- AFNetworking/Serialization (= 2.6.3)
- AFNetworking/UIKit (= 2.6.3)
- AFNetworking/NSURLConnection (2.6.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.6.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.6.3)
- AFNetworking/Security (2.6.3)
- AFNetworking/Serialization (2.6.3)
- AFNetworking/UIKit (2.6.3):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- Keys (1.0.0)
- Spark-SDK (0.3.4):
- Spark-SDK/Helpers (= 0.3.4)
- Spark-SDK/SDK (= 0.3.4)
- Spark-SDK/Helpers (0.3.4)
- Spark-SDK/SDK (0.3.4):
- AFNetworking (< 3.0.0)
- Spark-SDK/Helpers
- SparkSetup (0.3.3):
- SparkSetup/Comm (= 0.3.3)
- SparkSetup/Core (= 0.3.3)
- SparkSetup/Resources (= 0.3.3)
- SparkSetup/Comm (0.3.3)
- SparkSetup/Core (0.3.3):
- Spark-SDK
- SparkSetup/Comm
- SparkSetup/Resources
- SparkSetup/Resources (0.3.3)

DEPENDENCIES:
- Keys (from `Pods/CocoaPodsKeys`)
- Spark-SDK
- SparkSetup

EXTERNAL SOURCES:
Keys:
:path: Pods/CocoaPodsKeys

SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
Keys: 7d2ff6ff42f6903358267ce56e9392f83c31acfe
Spark-SDK: f5dad30a5afa319f43ca570a64f241c73c693641
SparkSetup: f9618dd24548ab8a024efdaa65a89f63ed44a7ee

COCOAPODS: 0.39.0
70 changes: 70 additions & 0 deletions Strike/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.h

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

Loading