Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dpyro committed Nov 1, 2017
1 parent 463885c commit 80a7226
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions BinanceApi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
E95E1D691F9A93E8009049B9 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E928A4891F9A083E0078BA33 /* Alamofire.framework */; };
E9CAF1891F9D5B15006A7A7D /* Base.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9CAF1881F9D5B15006A7A7D /* Base.swift */; };
E9D593DF1F9E7AD900368371 /* CommonCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E92C42611F9E72A90079AA2B /* CommonCrypto.framework */; };
E9D593EC1F9E7CED00368371 /* Alamofire.framework.dSYM in CopyFiles */ = {isa = PBXBuildFile; fileRef = E9D593E91F9E7CED00368371 /* Alamofire.framework.dSYM */; };
E9D593ED1F9E7CED00368371 /* CommonCrypto.framework.dSYM in CopyFiles */ = {isa = PBXBuildFile; fileRef = E9D593EA1F9E7CED00368371 /* CommonCrypto.framework.dSYM */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -40,8 +38,6 @@
dstPath = "";
dstSubfolderSpec = 16;
files = (
E9D593EC1F9E7CED00368371 /* Alamofire.framework.dSYM in CopyFiles */,
E9D593ED1F9E7CED00368371 /* CommonCrypto.framework.dSYM in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This library enables access to the [Binance REST API](https://www.binance.com/re
Add the repository to your `Cartfile`:

```
github "dpyro/binance-api"
github "dpyro/BinanceApi"
```

Then update your built frameworks.
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
* Add iOS, tvOS, and watchOS targets.
* Swift package manager integration.
* Remove the need for an `elements` ivar in array responses that are transformed into dicts.
* Add dSYM files for debugging
* Add CI support

0 comments on commit 80a7226

Please sign in to comment.