Skip to content

Commit

Permalink
Cleaned unused references
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeStage committed Jan 9, 2017
1 parent e5e7436 commit ba6fb14
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 51 deletions.
55 changes: 7 additions & 48 deletions Figo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@

/* Begin PBXBuildFile section */
83017B781C0A2FE80062FC08 /* TaskState.json in Resources */ = {isa = PBXBuildFile; fileRef = 83017B771C0A2FE80062FC08 /* TaskState.json */; };
830493411E2008E4005B5B30 /* XCGLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8304932B1E200891005B5B30 /* XCGLogger.framework */; };
8304934B1E202187005B5B30 /* XCGLogger.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8304932B1E200891005B5B30 /* XCGLogger.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
830493581E202957005B5B30 /* Unbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830493571E202957005B5B30 /* Unbox.swift */; };
830E63D91C05A4050048F7BF /* TANScheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63D81C05A4050048F7BF /* TANScheme.swift */; };
830E63DC1C05A4960048F7BF /* TanScheme.json in Resources */ = {isa = PBXBuildFile; fileRef = 830E63DB1C05A4960048F7BF /* TanScheme.json */; };
830E63DE1C05A7070048F7BF /* SyncStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63DD1C05A7070048F7BF /* SyncStatus.swift */; };
830E63E11C05A7AE0048F7BF /* SyncStatus.json in Resources */ = {isa = PBXBuildFile; fileRef = 830E63E01C05A7AE0048F7BF /* SyncStatus.json */; };
830E63E31C05AB890048F7BF /* PaymentParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63E21C05AB890048F7BF /* PaymentParameters.swift */; };
832CABA91E242BAF00D48895 /* XCGLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 832CABA81E242BAF00D48895 /* XCGLogger.framework */; };
833285EF1C04D45900A9FE73 /* Balance.json in Resources */ = {isa = PBXBuildFile; fileRef = 833285EE1C04D45900A9FE73 /* Balance.json */; };
8346AABF1C0A03A700F9F0DE /* TaskEndpoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8346AABE1C0A03A700F9F0DE /* TaskEndpoints.swift */; };
83648D571C0A42B700286FFB /* LoginSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83648D561C0A42B700286FFB /* LoginSettings.swift */; };
Expand Down Expand Up @@ -99,24 +98,20 @@
dstPath = Frameworks;
dstSubfolderSpec = 7;
files = (
8304934B1E202187005B5B30 /* XCGLogger.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
83017B771C0A2FE80062FC08 /* TaskState.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = TaskState.json; path = Resources/TaskState.json; sourceTree = "<group>"; };
8304932B1E200891005B5B30 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCGLogger.framework; sourceTree = "<group>"; };
830493301E200891005B5B30 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCGLogger.framework; sourceTree = "<group>"; };
830493371E200891005B5B30 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCGLogger.framework; sourceTree = "<group>"; };
8304933E1E200891005B5B30 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCGLogger.framework; sourceTree = "<group>"; };
830493571E202957005B5B30 /* Unbox.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Unbox.swift; sourceTree = "<group>"; };
830E63D81C05A4050048F7BF /* TANScheme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TANScheme.swift; path = Types/TANScheme.swift; sourceTree = "<group>"; };
830E63DB1C05A4960048F7BF /* TanScheme.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = TanScheme.json; path = Resources/TanScheme.json; sourceTree = "<group>"; };
830E63DD1C05A7070048F7BF /* SyncStatus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SyncStatus.swift; path = Types/SyncStatus.swift; sourceTree = "<group>"; };
830E63E01C05A7AE0048F7BF /* SyncStatus.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = SyncStatus.json; path = Resources/SyncStatus.json; sourceTree = "<group>"; };
830E63E21C05AB890048F7BF /* PaymentParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PaymentParameters.swift; path = Types/PaymentParameters.swift; sourceTree = "<group>"; };
832CABA81E242BAF00D48895 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCGLogger.framework; path = Carthage/Build/iOS/XCGLogger.framework; sourceTree = "<group>"; };
833285EE1C04D45900A9FE73 /* Balance.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = Balance.json; path = Resources/Balance.json; sourceTree = "<group>"; };
833285F01C04D48E00A9FE73 /* Resources.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Resources.swift; sourceTree = "<group>"; };
8346AABE1C0A03A700F9F0DE /* TaskEndpoints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskEndpoints.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -202,55 +197,19 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
830493411E2008E4005B5B30 /* XCGLogger.framework in Frameworks */,
832CABA91E242BAF00D48895 /* XCGLogger.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
830493231E200891005B5B30 /* Carthage */ = {
832CABA71E242BAE00D48895 /* Frameworks */ = {
isa = PBXGroup;
children = (
830493241E200891005B5B30 /* iOS */,
8304932D1E200891005B5B30 /* Mac */,
830493321E200891005B5B30 /* tvOS */,
830493391E200891005B5B30 /* watchOS */,
832CABA81E242BAF00D48895 /* XCGLogger.framework */,
);
name = Carthage;
path = Carthage/Build;
sourceTree = SOURCE_ROOT;
};
830493241E200891005B5B30 /* iOS */ = {
isa = PBXGroup;
children = (
8304932B1E200891005B5B30 /* XCGLogger.framework */,
);
path = iOS;
sourceTree = "<group>";
};
8304932D1E200891005B5B30 /* Mac */ = {
isa = PBXGroup;
children = (
830493301E200891005B5B30 /* XCGLogger.framework */,
);
path = Mac;
sourceTree = "<group>";
};
830493321E200891005B5B30 /* tvOS */ = {
isa = PBXGroup;
children = (
830493371E200891005B5B30 /* XCGLogger.framework */,
);
path = tvOS;
sourceTree = "<group>";
};
830493391E200891005B5B30 /* watchOS */ = {
isa = PBXGroup;
children = (
8304933E1E200891005B5B30 /* XCGLogger.framework */,
);
path = watchOS;
name = Frameworks;
sourceTree = "<group>";
};
837B520F1C10C97E00D3CB25 /* Core */ = {
Expand Down Expand Up @@ -394,10 +353,10 @@
isa = PBXGroup;
children = (
83D3A7201C03471D003EDE45 /* README.md */,
830493231E200891005B5B30 /* Carthage */,
83D3A67F1BFF2953003EDE45 /* Source */,
83D3A7081BFFB6A7003EDE45 /* Tests */,
83F3AF231BFF28D900767D77 /* Products */,
832CABA71E242BAE00D48895 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For a general introduction to figo and figo Connect please visit our [main page]

Albeit figo offers an interface to submit wire transfers, payment processing is not our focus. Our main interest is bringing peoples bank accounts into applications allowing a more seamless and rich user experience.

API Reference: [http://docs.figo.io](http://docs.figo.io)
API reference: [http://docs.figo.io](http://docs.figo.io)


## Registering your application
Expand All @@ -29,23 +29,28 @@ Applications that would like to access the figo Connect have to register with us
Website: [http://figo.io](http://figo.io)


## Development

If you want to run the included tests to see how the SDK works or submit a pull request, you need to bootstrap the project by running

`carthage bootstrap`

You can find a demo account in the API reference, which you can use without registering an application.

## Installation

### Manually

* Add figo as a git submodule by running the following command:

`$ git submodule add https://github.com/figome/ios-sdk.git`
`git submodule add https://github.com/figome/ios-sdk.git`
* Open the new folder and drag the Figo.xcodeproj into the Project Navigator of your application's Xcode project.
* Select the Figo.xcodeproj in the Project Navigator and verify the deployment target matches that of your application target.
* Add the Figo.framework to your target(s) in the "Embedded Binaries" sections
* Add [DaveWoodCom/XCGLogger](https://github.com/DaveWoodCom/XCGLogger) to your project

### Carthage


* Install Carthage

If you don't have Carthage already installed, download and run the .pkg installer for the latest release from [Github](https://github.com/Carthage/Carthage/releases) or use the Homebrew package manager.
Expand Down

0 comments on commit ba6fb14

Please sign in to comment.