Skip to content

Commit ba6fb14

Browse files
committed
Cleaned unused references
1 parent e5e7436 commit ba6fb14

File tree

2 files changed

+15
-51
lines changed

2 files changed

+15
-51
lines changed

Figo.xcodeproj/project.pbxproj

Lines changed: 7 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88

99
/* Begin PBXBuildFile section */
1010
83017B781C0A2FE80062FC08 /* TaskState.json in Resources */ = {isa = PBXBuildFile; fileRef = 83017B771C0A2FE80062FC08 /* TaskState.json */; };
11-
830493411E2008E4005B5B30 /* XCGLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8304932B1E200891005B5B30 /* XCGLogger.framework */; };
12-
8304934B1E202187005B5B30 /* XCGLogger.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8304932B1E200891005B5B30 /* XCGLogger.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1311
830493581E202957005B5B30 /* Unbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830493571E202957005B5B30 /* Unbox.swift */; };
1412
830E63D91C05A4050048F7BF /* TANScheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63D81C05A4050048F7BF /* TANScheme.swift */; };
1513
830E63DC1C05A4960048F7BF /* TanScheme.json in Resources */ = {isa = PBXBuildFile; fileRef = 830E63DB1C05A4960048F7BF /* TanScheme.json */; };
1614
830E63DE1C05A7070048F7BF /* SyncStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63DD1C05A7070048F7BF /* SyncStatus.swift */; };
1715
830E63E11C05A7AE0048F7BF /* SyncStatus.json in Resources */ = {isa = PBXBuildFile; fileRef = 830E63E01C05A7AE0048F7BF /* SyncStatus.json */; };
1816
830E63E31C05AB890048F7BF /* PaymentParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E63E21C05AB890048F7BF /* PaymentParameters.swift */; };
17+
832CABA91E242BAF00D48895 /* XCGLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 832CABA81E242BAF00D48895 /* XCGLogger.framework */; };
1918
833285EF1C04D45900A9FE73 /* Balance.json in Resources */ = {isa = PBXBuildFile; fileRef = 833285EE1C04D45900A9FE73 /* Balance.json */; };
2019
8346AABF1C0A03A700F9F0DE /* TaskEndpoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8346AABE1C0A03A700F9F0DE /* TaskEndpoints.swift */; };
2120
83648D571C0A42B700286FFB /* LoginSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83648D561C0A42B700286FFB /* LoginSettings.swift */; };
@@ -99,24 +98,20 @@
9998
dstPath = Frameworks;
10099
dstSubfolderSpec = 7;
101100
files = (
102-
8304934B1E202187005B5B30 /* XCGLogger.framework in CopyFiles */,
103101
);
104102
runOnlyForDeploymentPostprocessing = 0;
105103
};
106104
/* End PBXCopyFilesBuildPhase section */
107105

108106
/* Begin PBXFileReference section */
109107
83017B771C0A2FE80062FC08 /* TaskState.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = TaskState.json; path = Resources/TaskState.json; sourceTree = "<group>"; };
110-
8304932B1E200891005B5B30 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCGLogger.framework; sourceTree = "<group>"; };
111-
830493301E200891005B5B30 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCGLogger.framework; sourceTree = "<group>"; };
112-
830493371E200891005B5B30 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCGLogger.framework; sourceTree = "<group>"; };
113-
8304933E1E200891005B5B30 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCGLogger.framework; sourceTree = "<group>"; };
114108
830493571E202957005B5B30 /* Unbox.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Unbox.swift; sourceTree = "<group>"; };
115109
830E63D81C05A4050048F7BF /* TANScheme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TANScheme.swift; path = Types/TANScheme.swift; sourceTree = "<group>"; };
116110
830E63DB1C05A4960048F7BF /* TanScheme.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = TanScheme.json; path = Resources/TanScheme.json; sourceTree = "<group>"; };
117111
830E63DD1C05A7070048F7BF /* SyncStatus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SyncStatus.swift; path = Types/SyncStatus.swift; sourceTree = "<group>"; };
118112
830E63E01C05A7AE0048F7BF /* SyncStatus.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = SyncStatus.json; path = Resources/SyncStatus.json; sourceTree = "<group>"; };
119113
830E63E21C05AB890048F7BF /* PaymentParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PaymentParameters.swift; path = Types/PaymentParameters.swift; sourceTree = "<group>"; };
114+
832CABA81E242BAF00D48895 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCGLogger.framework; path = Carthage/Build/iOS/XCGLogger.framework; sourceTree = "<group>"; };
120115
833285EE1C04D45900A9FE73 /* Balance.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = Balance.json; path = Resources/Balance.json; sourceTree = "<group>"; };
121116
833285F01C04D48E00A9FE73 /* Resources.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Resources.swift; sourceTree = "<group>"; };
122117
8346AABE1C0A03A700F9F0DE /* TaskEndpoints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskEndpoints.swift; sourceTree = "<group>"; };
@@ -202,55 +197,19 @@
202197
isa = PBXFrameworksBuildPhase;
203198
buildActionMask = 2147483647;
204199
files = (
205-
830493411E2008E4005B5B30 /* XCGLogger.framework in Frameworks */,
200+
832CABA91E242BAF00D48895 /* XCGLogger.framework in Frameworks */,
206201
);
207202
runOnlyForDeploymentPostprocessing = 0;
208203
};
209204
/* End PBXFrameworksBuildPhase section */
210205

211206
/* Begin PBXGroup section */
212-
830493231E200891005B5B30 /* Carthage */ = {
207+
832CABA71E242BAE00D48895 /* Frameworks */ = {
213208
isa = PBXGroup;
214209
children = (
215-
830493241E200891005B5B30 /* iOS */,
216-
8304932D1E200891005B5B30 /* Mac */,
217-
830493321E200891005B5B30 /* tvOS */,
218-
830493391E200891005B5B30 /* watchOS */,
210+
832CABA81E242BAF00D48895 /* XCGLogger.framework */,
219211
);
220-
name = Carthage;
221-
path = Carthage/Build;
222-
sourceTree = SOURCE_ROOT;
223-
};
224-
830493241E200891005B5B30 /* iOS */ = {
225-
isa = PBXGroup;
226-
children = (
227-
8304932B1E200891005B5B30 /* XCGLogger.framework */,
228-
);
229-
path = iOS;
230-
sourceTree = "<group>";
231-
};
232-
8304932D1E200891005B5B30 /* Mac */ = {
233-
isa = PBXGroup;
234-
children = (
235-
830493301E200891005B5B30 /* XCGLogger.framework */,
236-
);
237-
path = Mac;
238-
sourceTree = "<group>";
239-
};
240-
830493321E200891005B5B30 /* tvOS */ = {
241-
isa = PBXGroup;
242-
children = (
243-
830493371E200891005B5B30 /* XCGLogger.framework */,
244-
);
245-
path = tvOS;
246-
sourceTree = "<group>";
247-
};
248-
830493391E200891005B5B30 /* watchOS */ = {
249-
isa = PBXGroup;
250-
children = (
251-
8304933E1E200891005B5B30 /* XCGLogger.framework */,
252-
);
253-
path = watchOS;
212+
name = Frameworks;
254213
sourceTree = "<group>";
255214
};
256215
837B520F1C10C97E00D3CB25 /* Core */ = {
@@ -394,10 +353,10 @@
394353
isa = PBXGroup;
395354
children = (
396355
83D3A7201C03471D003EDE45 /* README.md */,
397-
830493231E200891005B5B30 /* Carthage */,
398356
83D3A67F1BFF2953003EDE45 /* Source */,
399357
83D3A7081BFFB6A7003EDE45 /* Tests */,
400358
83F3AF231BFF28D900767D77 /* Products */,
359+
832CABA71E242BAE00D48895 /* Frameworks */,
401360
);
402361
sourceTree = "<group>";
403362
};

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For a general introduction to figo and figo Connect please visit our [main page]
1919

2020
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.
2121

22-
API Reference: [http://docs.figo.io](http://docs.figo.io)
22+
API reference: [http://docs.figo.io](http://docs.figo.io)
2323

2424

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

3131

32+
## Development
3233

34+
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
35+
36+
`carthage bootstrap`
37+
38+
You can find a demo account in the API reference, which you can use without registering an application.
3339

3440
## Installation
3541

3642
### Manually
3743

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

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

4652
### Carthage
4753

48-
4954
* Install Carthage
5055

5156
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.

0 commit comments

Comments
 (0)