Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoricieri committed Jan 4, 2018
1 parent af83a43 commit c68628d
Show file tree
Hide file tree
Showing 99 changed files with 3,736 additions and 43 deletions.
341 changes: 300 additions & 41 deletions Emojilist.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

113 changes: 113 additions & 0 deletions Emojilist.xcodeproj/xcshareddata/xcschemes/Emojilist.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0920"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B01C29281FEAA46300C1AF22"
BuildableName = "Emojilist.app"
BlueprintName = "Emojilist"
ReferencedContainer = "container:Emojilist.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B01C293C1FEAA46300C1AF22"
BuildableName = "EmojilistTests.xctest"
BlueprintName = "EmojilistTests"
ReferencedContainer = "container:Emojilist.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B01C29471FEAA46300C1AF22"
BuildableName = "EmojilistUITests.xctest"
BlueprintName = "EmojilistUITests"
ReferencedContainer = "container:Emojilist.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B01C29281FEAA46300C1AF22"
BuildableName = "Emojilist.app"
BlueprintName = "Emojilist"
ReferencedContainer = "container:Emojilist.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B01C29281FEAA46300C1AF22"
BuildableName = "Emojilist.app"
BlueprintName = "Emojilist"
ReferencedContainer = "container:Emojilist.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B01C29281FEAA46300C1AF22"
BuildableName = "Emojilist.app"
BlueprintName = "Emojilist"
ReferencedContainer = "container:Emojilist.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>Emojilist.xcscheme</key>
<key>Emojilist.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>3</integer>
</dict>
</dict>
</dict>
Expand Down
10 changes: 10 additions & 0 deletions Emojilist.xcworkspace/contents.xcworkspacedata

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "0"
version = "2.0">
</Bucket>
25 changes: 25 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
use_frameworks!

def shared_pods
pod 'Saw', :git => 'https://github.com/thiagoricieri/Saw-iOS.git'
pod 'MBProgressHUD'
pod 'SDWebImage', '~> 3.7.3'
pod 'Alamofire'
pod 'Fabric'
pod 'Crashlytics', '~> 3.8'
pod 'RealmSwift'
pod 'Google/Analytics'
pod 'HTTPStatusCodes', '~> 3.1.0'
end

target 'Emojilist' do
shared_pods

target 'EmojilistTests' do
inherit! :search_paths
end

target 'EmojilistUITests' do
inherit! :search_paths
end
end
21 changes: 21 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
PODS:
- Saw (0.1.0)

DEPENDENCIES:
- Saw (from `https://github.com/thiagoricieri/Saw-iOS.git`)

EXTERNAL SOURCES:
Saw:
:git: https://github.com/thiagoricieri/Saw-iOS.git

CHECKOUT OPTIONS:
Saw:
:commit: 617ee5ae336356764bac96085b8d9abf1a721172
:git: https://github.com/thiagoricieri/Saw-iOS.git

SPEC CHECKSUMS:
Saw: bdb357186d16670f919f44306ae2f81836c79052

PODFILE CHECKSUM: 3ac3e4aae49c964d5401ea864bb128b473011165

COCOAPODS: 1.4.0.rc.1
22 changes: 22 additions & 0 deletions Pods/Local Podspecs/Saw.podspec.json

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

21 changes: 21 additions & 0 deletions Pods/Manifest.lock

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

Loading

0 comments on commit c68628d

Please sign in to comment.