Skip to content

Commit

Permalink
Re-Add GitHub Credentials File
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-G committed Oct 2, 2017
1 parent ae52be3 commit 1502061
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Carthage

##Project Specific
SwiftFlowGitHubBrowser/GitHubAuth/Credentials.swift

##Mac OS
.DS_Store
Expand Down
12 changes: 6 additions & 6 deletions SwiftFlowGitHubBrowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
25BE03E11C7C07E6005EBB09 /* AuthenticationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25BE03E01C7C07E6005EBB09 /* AuthenticationService.swift */; };
25C00E991C3CD8E50074655A /* AuthenticationActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25C00E981C3CD8E50074655A /* AuthenticationActions.swift */; };
25C00E9C1C3CDAAC0074655A /* AuthenticationState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25C00E9B1C3CDAAC0074655A /* AuthenticationState.swift */; };
6296CA0E1C4D777800A60ECD /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6296CA0D1C4D777800A60ECD /* Credentials.swift */; };
25FCB37B1F81D93B008EBFD4 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25FCB37A1F81D93B008EBFD4 /* Credentials.swift */; };
62C935481C8CD17F00887A23 /* GitHubRepositories.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62C935471C8CD17F00887A23 /* GitHubRepositories.swift */; };
62C9354A1C8CD2CC00887A23 /* GitHubRepositoriesActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62C935491C8CD2CC00887A23 /* GitHubRepositoriesActions.swift */; };
62C935791C8CD6E500887A23 /* ListKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62C935581C8CD6B400887A23 /* ListKit.framework */; };
Expand Down Expand Up @@ -545,7 +545,7 @@
25BE03E01C7C07E6005EBB09 /* AuthenticationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationService.swift; sourceTree = "<group>"; };
25C00E981C3CD8E50074655A /* AuthenticationActions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationActions.swift; sourceTree = "<group>"; };
25C00E9B1C3CDAAC0074655A /* AuthenticationState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationState.swift; sourceTree = "<group>"; };
6296CA0D1C4D777800A60ECD /* Credentials.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; };
25FCB37A1F81D93B008EBFD4 /* Credentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; };
62C935471C8CD17F00887A23 /* GitHubRepositories.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GitHubRepositories.swift; sourceTree = "<group>"; };
62C935491C8CD2CC00887A23 /* GitHubRepositoriesActions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GitHubRepositoriesActions.swift; sourceTree = "<group>"; };
62C9354C1C8CD6B300887A23 /* ListKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ListKit.xcodeproj; path = Carthage/Checkouts/ListKit/ListKit.xcodeproj; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -710,12 +710,12 @@
25BB761F1C3CB8CB008EA13B /* SwiftFlowGitHubBrowser */ = {
isa = PBXGroup;
children = (
25FCB3791F81D930008EBFD4 /* GitHubAuth */,
257420871D4430330002D020 /* UIKitExtensions */,
257420821D442A700002D020 /* Views */,
62C935461C8CD14F00887A23 /* APIRequests */,
25BE03BA1C7C079B005EBB09 /* Services */,
62EF0A6C1C700ABB00D13711 /* ViewControllers */,
25C00EA41C3CEDBB0074655A /* GitHubAuth */,
25C00E9A1C3CDA340074655A /* Reducers */,
25C00E8E1C3CD8BE0074655A /* Actions */,
258184381C3CC8FA008E200A /* Routes */,
Expand Down Expand Up @@ -773,10 +773,10 @@
name = Reducers;
sourceTree = "<group>";
};
25C00EA41C3CEDBB0074655A /* GitHubAuth */ = {
25FCB3791F81D930008EBFD4 /* GitHubAuth */ = {
isa = PBXGroup;
children = (
6296CA0D1C4D777800A60ECD /* Credentials.swift */,
25FCB37A1F81D93B008EBFD4 /* Credentials.swift */,
);
path = GitHubAuth;
sourceTree = "<group>";
Expand Down Expand Up @@ -1448,7 +1448,6 @@
buildActionMask = 2147483647;
files = (
62EF0A701C700AD500D13711 /* MainViewController.swift in Sources */,
6296CA0E1C4D777800A60ECD /* Credentials.swift in Sources */,
25BE03E11C7C07E6005EBB09 /* AuthenticationService.swift in Sources */,
2574204D1D4421410002D020 /* BookmarkService.swift in Sources */,
257420891D44304C0002D020 /* NavigationController+CompletionBlock.swift in Sources */,
Expand All @@ -1462,6 +1461,7 @@
62C9354A1C8CD2CC00887A23 /* GitHubRepositoriesActions.swift in Sources */,
257420861D442E020002D020 /* BookmarkTableViewCell.swift in Sources */,
25C00E991C3CD8E50074655A /* AuthenticationActions.swift in Sources */,
25FCB37B1F81D93B008EBFD4 /* Credentials.swift in Sources */,
2581843A1C3CC912008E200A /* Routes.swift in Sources */,
62C935481C8CD17F00887A23 /* GitHubRepositories.swift in Sources */,
25BB76211C3CB8CB008EA13B /* AppDelegate.swift in Sources */,
Expand Down
13 changes: 13 additions & 0 deletions SwiftFlowGitHubBrowser/GitHubAuth/Credentials.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// Credentials.swift
// SwiftFlowGitHubBrowser
//
// Created by Benji Encz on 1/5/16.
// Copyright © 2016 Benji Encz. All rights reserved.
//

import Foundation

// Insert GitHub Token and Secret Here
let gitHubClientId = ""
let gitHubClientSecret = ""

0 comments on commit 1502061

Please sign in to comment.