Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Commit

Permalink
v. 1.7.0 - iOS7 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Møller committed Aug 19, 2013
1 parent 8176b58 commit d65d9ee
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ Please check the *Example* section in the file.

## Changelog

**v1.7.0**

* Added support iOS7

**v1.6.2**

* Added support to verify what activity was choiced by user in *complete* event
Expand Down
Binary file added dist/dk.napp.social-iphone-1.7.0.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.6.3
version: 1.7.0
apiversion: 2
description: Social.Framework Module
author: Mads Møller
license: MIT license
copyright: Copyright (c) 2004-2013 by Napp CMS
copyright: Copyright (c) 2004-2013 by Napp ApS


# these should not be edited
Expand Down
10 changes: 7 additions & 3 deletions social.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
B603B54D1700E18B002E4196 /* NappCustomActivity.h in Headers */ = {isa = PBXBuildFile; fileRef = B603B54B1700E18B002E4196 /* NappCustomActivity.h */; };
B603B54E1700E18B002E4196 /* NappCustomActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = B603B54C1700E18B002E4196 /* NappCustomActivity.m */; };
B66EFA9116137E8100A5A9B4 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B66EFA9016137E8100A5A9B4 /* Accounts.framework */; };
B663690C17C29D03008AD704 /* Twitter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B663690A17C29CF4008AD704 /* Twitter.framework */; };
B663690D17C29D03008AD704 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B66EFA9016137E8100A5A9B4 /* Accounts.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -55,6 +56,7 @@
AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
B603B54B1700E18B002E4196 /* NappCustomActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NappCustomActivity.h; path = Classes/NappCustomActivity.h; sourceTree = "<group>"; };
B603B54C1700E18B002E4196 /* NappCustomActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NappCustomActivity.m; path = Classes/NappCustomActivity.m; sourceTree = "<group>"; };
B663690A17C29CF4008AD704 /* Twitter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Twitter.framework; path = System/Library/Frameworks/Twitter.framework; sourceTree = SDKROOT; };
B66EFA9016137E8100A5A9B4 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
D2AAC07E0554694100DB518D /* libDkNappSocial.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libDkNappSocial.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand All @@ -64,8 +66,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B66EFA9116137E8100A5A9B4 /* Accounts.framework in Frameworks */,
AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
B663690C17C29D03008AD704 /* Twitter.framework in Frameworks */,
B663690D17C29D03008AD704 /* Accounts.framework in Frameworks */,
69B6065A15A4DC5600AB991D /* Social.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -84,7 +87,6 @@
0867D691FE84028FC02AAC07 /* social */ = {
isa = PBXGroup;
children = (
B66EFA9016137E8100A5A9B4 /* Accounts.framework */,
08FB77AEFE84172EC02AAC07 /* Classes */,
32C88DFF0371C24200C91783 /* Other Sources */,
0867D69AFE84028FC02AAC07 /* Frameworks */,
Expand All @@ -96,6 +98,8 @@
0867D69AFE84028FC02AAC07 /* Frameworks */ = {
isa = PBXGroup;
children = (
B663690A17C29CF4008AD704 /* Twitter.framework */,
B66EFA9016137E8100A5A9B4 /* Accounts.framework */,
69B6065715A4DC4800AB991D /* Social.framework */,
AACBBE490F95108600F1A2B1 /* Foundation.framework */,
);
Expand Down

0 comments on commit d65d9ee

Please sign in to comment.