Skip to content

Commit de86274

Browse files
committed
- Remove ads and related frameworks
1 parent 5879b4f commit de86274

File tree

19 files changed

+62
-919
lines changed

19 files changed

+62
-919
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ xcuserdata/
2020
## Other
2121
*.moved-aside
2222
*.xcuserstate
23+
.DS_Store
2324

2425
## Obj-C/Swift specific
2526
*.hmap

Podfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

Podfile.lock

Lines changed: 0 additions & 62 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@ With Workout you can export all your workouts saved inside the Health app to a C
1111
[![Download on the AppStore](https://marcoboschi.altervista.org/img/app_store_en.svg)](https://itunes.apple.com/us/app/workout-csv-exporter/id1140433100?ls=1&mt=8)
1212

1313
## Project Setup
14-
This project relies on CocoaPods not included the repository, after cloning run
15-
16-
```bash
17-
pod install
18-
```
19-
20-
in a terminal in the project directory to download linked frameworks and use `Workout.xcworkspace` to open the project.
21-
22-
The frameworks `MBLibrary` and `MBHealth` referenced by this project are available [here](https://github.com/piscoTech/MBLibrary), version currently in use is [1.9](https://github.com/piscoTech/MBLibrary/releases/tag/v1.9(21)).
14+
The frameworks `MBLibrary` and `MBHealth` referenced by this project are available [here](https://github.com/piscoTech/MBLibrary), version currently in use is [1.9.1](https://github.com/piscoTech/MBLibrary/releases/tag/v1.9.1(22)).
2315

2416
## Customization
2517
General behaviour of the app can be configured at compile time as specified in the [wiki](https://github.com/piscoTech/Workout/wiki#compile-time-setup).

0 commit comments

Comments
 (0)