Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Spickert committed Feb 28, 2012
1 parent 2ba2279 commit 1a9cee6
Show file tree
Hide file tree
Showing 84 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions AviarySDK/Headers/AFPhotoEditorControllerOptions.h
Expand Up @@ -22,6 +22,7 @@ extern NSString *const kAFPhotoEditorControllerToolsKey;

extern NSString *const kAFEnhance; /* Enhance */
extern NSString *const kAFEffects; /* Effects */
extern NSString *const kAFStickers; /* Stickers */
extern NSString *const kAFOrientation; /* Orientation */
extern NSString *const kAFCrop; /* Crop */
extern NSString *const kAFBrightness; /* Brightness */
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSManagedObjectModel_CurrentVersionName</key>
<string>AviaryContentPacks</string>
<key>NSManagedObjectModel_VersionHashes</key>
<dict>
<key>AviaryContentPacks</key>
<dict>
<key>EffectPack</key>
<data>
c4Yatnq1f0Qd5OBmVCaSYwWEEbaXWucjnjdhJeBAzYM=
</data>
<key>EffectPackItem</key>
<data>
WuWjH0WPCNmKzk3ZaO2/GAAy38FJ2xatF4XJgmanAuk=
</data>
<key>Pack</key>
<data>
JjiTc+W/IA4bQFEeLqjjDdlo1fFV6aat/VGleAbE3JM=
</data>
<key>PackItem</key>
<data>
gxO7fgo34syMHfFu1+XlUH5kEFDeTuUL5fSeikSpg48=
</data>
<key>StickerPack</key>
<data>
TqstnlPLrgnb9v/ZG/ZOKQR7k8JpACUEv9xh3eRBFjo=
</data>
<key>StickerPackItem</key>
<data>
k0Ek15K5WVCuqo+tWxQ5C35iWzLPbtjZfy2K8oPsbxo=
</data>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Binary file modified AviarySDK/Resources/AviarySDKResources.bundle/AviarySDKResources
Binary file not shown.
Binary file modified AviarySDK/Resources/AviarySDKResources.bundle/Info.plist
Binary file not shown.
Binary file modified AviarySDK/Resources/AviarySDKResources.bundle/closebutton.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AviarySDK/Resources/AviarySDKResources.bundle/closebutton@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Binary file not shown.
Binary file removed AviarySDK/Resources/AviarySDKResources.bundle/lock.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified AviarySDK/libAviarySDK.a
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -77,6 +77,7 @@ In order to use the SDK in an existing app, you must do the following:
StoreKit.framework
libz1.2.5.dylib
libsqlite3.0.dylib
CoreData.framework

4. **Copy resources**

Expand Down
10 changes: 10 additions & 0 deletions RELEASE.md
Expand Up @@ -2,6 +2,16 @@

[Subscribe to updates](https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS/commits/master.atom)

## Version 2.2.0 - February 28, 2012

* Added the Stickers tool, giving users the ability to add stickers to their photos! The Original pack is available to all users free of charge.
* Added infrastructure for current and future downloadable content packs.
* Updated the Night function in the Enhance tool.

**Note**: this update adds a dependency on `CoreData.framework`. Information about downloadable content packs, as well as information about purchases if in-app purchase is enabled, is stored in a database in the app's user documents directory.

---

## Version 2.1.6 - February 14, 2012

* Fixed the interaction between our analytics library and in-app purchase receipts
Expand Down

0 comments on commit 1a9cee6

Please sign in to comment.