-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
34 lines (28 loc) · 1.36 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This framework provides:
- iOS Mocker
- WebRequest
- HTTP MultiPart
- HTTP Methods (ex. GET/POST/PUT/etc)
- HTTP-Redirection
- Mock WebRequest
- Util Functions
- DataFromHexString
- SplitString
IMPORTANT:
This project contains two frameworks, one for development and another for production.
The production version is portable to the Apple App Store, but is incompatible with iOS-Simulators.
The development version is compatible with both iOS-Devices and the iOS-Simulators, but is NOT compatible with the Apple App Store.
Build:
Development (Non App Store):
1. Select the "SwiftLibsFramework" project from the target-menu.
2. Select any non-generic simulator from the build-target. (i.e. "iPhone 5s")
3. Copy the built framework from bin/development into your project's directory.
4. Add the framework as an embedded-binary into your application.
Production (App Store):
1. Select the "SwiftLibsFrameworkProduction" project from the target-menu.
2. Select any the generic simulator from the build-target. (i.e. "Generic iOS Device")
3. Copy the built framework from bin/production into your project's directory.
4. Add the framework as an embedded-binary into your application.
Pre-Built Binaries:
Located:
./release/<version>/