-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af83a43
commit c68628d
Showing
99 changed files
with
3,736 additions
and
43 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
113 changes: 113 additions & 0 deletions
113
Emojilist.xcodeproj/xcshareddata/xcschemes/Emojilist.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
...ist.xcworkspace/xcuserdata/thiagoricieri.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.