Skip to content

Commit

Permalink
Code file reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed Mar 29, 2015
1 parent 13c3cf7 commit dc89bdf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
File renamed without changes.
16 changes: 12 additions & 4 deletions OAuth2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
EE012EFC1A4162ED002FFD6C /* OAuth2.h in Headers */ = {isa = PBXBuildFile; fileRef = EEDB8629193FAAE500C4EEA1 /* OAuth2.h */; settings = {ATTRIBUTES = (Public, ); }; };
EE1391DA1AC5B41A002C7B18 /* OAuth2CodeGrantBasicAuth.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1391D91AC5B41A002C7B18 /* OAuth2CodeGrantBasicAuth.swift */; };
EE1391DB1AC5B41A002C7B18 /* OAuth2CodeGrantBasicAuth.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1391D91AC5B41A002C7B18 /* OAuth2CodeGrantBasicAuth.swift */; };
EE24862A1AC85DD4002B31AF /* OAuth2WebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE2486291AC85DD4002B31AF /* OAuth2WebViewController.swift */; };
EE43B15F1952E4700017679A /* OAuth2CodeGrant_tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE43B1591951FAC70017679A /* OAuth2CodeGrant_tests.swift */; };
EEACE1C91A7E8C66009BF3A7 /* OAuth2WebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE12A3A31975B335001B8C28 /* OAuth2WebViewController.swift */; };
EEACE1D41A7E8DE8009BF3A7 /* OAuth2.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEDB8640193FAB9200C4EEA1 /* OAuth2.swift */; };
EEACE1D51A7E8DE8009BF3A7 /* OAuth2.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEDB8640193FAB9200C4EEA1 /* OAuth2.swift */; };
EEACE1D61A7E8DEB009BF3A7 /* OAuth2ImplicitGrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE3174EB1945E83100210E62 /* OAuth2ImplicitGrant.swift */; };
Expand Down Expand Up @@ -76,8 +76,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
EE12A3A31975B335001B8C28 /* OAuth2WebViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2WebViewController.swift; sourceTree = "<group>"; };
EE1391D91AC5B41A002C7B18 /* OAuth2CodeGrantBasicAuth.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2CodeGrantBasicAuth.swift; sourceTree = "<group>"; };
EE2486291AC85DD4002B31AF /* OAuth2WebViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2WebViewController.swift; sourceTree = "<group>"; };
EE29EABB195A0DB2008882C8 /* OAuth2Request.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2Request.swift; sourceTree = "<group>"; };
EE29EABE195B0813008882C8 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
EE3174EB1945E83100210E62 /* OAuth2ImplicitGrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2ImplicitGrant.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -123,12 +123,21 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
EE2486281AC85DD4002B31AF /* OAuth2-iOS */ = {
isa = PBXGroup;
children = (
EE2486291AC85DD4002B31AF /* OAuth2WebViewController.swift */,
);
path = "OAuth2-iOS";
sourceTree = "<group>";
};
EEDB861A193FAAE500C4EEA1 = {
isa = PBXGroup;
children = (
EE29EABE195B0813008882C8 /* README.md */,
EE3428A119A4F9D000376265 /* OSX.playground */,
EEDB8626193FAAE500C4EEA1 /* OAuth2 */,
EE2486281AC85DD4002B31AF /* OAuth2-iOS */,
EEE209A319427DFE00736F1A /* OAuth2 Tests */,
EEDB8625193FAAE500C4EEA1 /* Products */,
);
Expand All @@ -154,7 +163,6 @@
EEACE1DE1A7E8FC1009BF3A7 /* OAuth2CodeGrantFacebook.swift */,
EE1391D91AC5B41A002C7B18 /* OAuth2CodeGrantBasicAuth.swift */,
EE29EABB195A0DB2008882C8 /* OAuth2Request.swift */,
EE12A3A31975B335001B8C28 /* OAuth2WebViewController.swift */,
EEDB864B19421DAD00C4EEA1 /* extensions.swift */,
EEDB8627193FAAE500C4EEA1 /* Supporting Files */,
);
Expand Down Expand Up @@ -340,9 +348,9 @@
files = (
EEACE1E01A7E8FC5009BF3A7 /* OAuth2CodeGrantFacebook.swift in Sources */,
EEACE1D71A7E8DEB009BF3A7 /* OAuth2ImplicitGrant.swift in Sources */,
EE24862A1AC85DD4002B31AF /* OAuth2WebViewController.swift in Sources */,
EEACE1D51A7E8DE8009BF3A7 /* OAuth2.swift in Sources */,
EEACE1D91A7E8DEE009BF3A7 /* OAuth2CodeGrant.swift in Sources */,
EEACE1C91A7E8C66009BF3A7 /* OAuth2WebViewController.swift in Sources */,
EEACE1DB1A7E8DF1009BF3A7 /* OAuth2Request.swift in Sources */,
EEACE1DD1A7E8DF7009BF3A7 /* extensions.swift in Sources */,
EE1391DB1AC5B41A002C7B18 /* OAuth2CodeGrantBasicAuth.swift in Sources */,
Expand Down

0 comments on commit dc89bdf

Please sign in to comment.