Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Dec 28, 2015
2 parents ec88273 + a2497a9 commit 4649775
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# [1.0.0](https://github.com/TheHolyGrail/Zoot/releases/tag/v1.0.0)

- Updated to support Xcode 7 and Swift 2.1
- Set `ONLY_ACTIVE_ARCH = NO` for QADeployment configuration
- Added QADeployment configuration to match main project
- Changed product name of THGBridge target to THGBridge
- Changed bundle identifider suffix to ios
- Added default behavior for lack of an `outputHandler` on the Console object.
- Separated Global/Console, added Scriptable protocol, and made bridge additions more explicit.
- Support for OS X.
- Added a mechanism to enable a native implementation of common global JS functions

# [0.0.3](https://github.com/TheHolyGrail/Zoot/releases/tag/v0.0.3)

- Add copy framework build phase to test target

# [0.0.2](https://github.com/TheHolyGrail/Zoot/releases/tag/v0.0.2)

- Add support for installation via Carthage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BridgeOfDeath (`THGBridge` module) is a Swift wrapper around JavaScriptCore's Ob
Install with [Carthage](https://github.com/Carthage/Carthage) by adding the framework to your project's [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).

```
github "TheHolyGrail/BridgeOfDeath" ~> 0.0.1
github "TheHolyGrail/BridgeOfDeath" ~> 1.0.0
```

### Manual
Expand Down
2 changes: 1 addition & 1 deletion THGBridge/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 4649775

Please sign in to comment.