Skip to content

Commit 854472a

Browse files
authored
refactor: Remove framework builder for assets (#1751)
1 parent 99f5f20 commit 854472a

File tree

2 files changed

+16
-572
lines changed

2 files changed

+16
-572
lines changed

README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ A library that gives you access to the powerful Parse Server backend from your i
2525
---
2626

2727
- [Getting Started](#getting-started)
28-
- [Alternative Installation Options](#alternative-installation-options)
29-
- [Compile Source](#compile-source)
30-
- [Add Sub-Project](#add-sub-project)
3128
- [How Do I Contribute?](#how-do-i-contribute)
3229
- [Dependencies](#dependencies)
3330

@@ -41,36 +38,10 @@ The easiest way to install the SDK is via Swift Package Manager.
4138
https://github.com/parse-community/Parse-SDK-iOS-OSX
4239
```
4340
3. Add package
44-
3. Choose the submodules you want to install
41+
4. Choose the submodules you want to install
4542

4643
Take a look at the public [documentation][docs] & [API][api] and start building.
4744

48-
### Alternative Installation Options
49-
50-
#### Compile Source
51-
52-
If you want to manually compile the SDK, clone it locally, and run the following commands in the root directory of the repository:
53-
54-
```
55-
# To pull in extra dependencies (Bolts and OCMock)
56-
git submodule update --init --recursive
57-
58-
# To install bundler
59-
gem install bundler
60-
61-
# To install all the gems via bundler
62-
bundle install
63-
64-
# Build & Package the Frameworks
65-
bundle exec rake package:frameworks
66-
```
67-
68-
Compiled frameworks will be inside the `build/release` folder.
69-
70-
#### Add Sub-Project
71-
72-
You can also include parse as a subproject inside of your application if you'd prefer, although we do not recommend this, as it will increase your indexing time significantly. To do so, just drag and drop the Parse.xcodeproj file into your workspace. Note that unit tests will be unavailable if you use Parse like this, as OCMock will be unable to be found.
73-
7445
## How Do I Contribute?
7546

7647
We want to make contributing to this project as easy and transparent as possible. Please refer to the [Contribution Guidelines][contributing].

0 commit comments

Comments
 (0)