Skip to content

Commit

Permalink
Updated framework files
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTruba committed Mar 24, 2015
1 parent ba639f1 commit 0bd538e
Show file tree
Hide file tree
Showing 36 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VK-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VK-ios-sdk"
s.version = "1.1.3"
s.version = "1.1.4"
s.summary = "Library for working with VK."
s.homepage = "https://vk.com/dev/ios_sdk"
s.license = 'MIT'
Expand Down
17 changes: 15 additions & 2 deletions VKSdk.framework/Versions/A/Headers/VKSdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ Entry point for using VK sdk. Should be initialized at application start
@property(nonatomic, weak) id <VKSdkDelegate> delegate;

/// Returns a last app_id used for initializing the SDK
@property(nonatomic, readonly) NSString *currentAppId;
@property(nonatomic, readonly, copy) NSString *currentAppId;

/// API version for making requests
@property(nonatomic, readonly, copy) NSString *apiVersion;
///-------------------------------
/// @name Initialization
///-------------------------------
Expand All @@ -152,7 +155,17 @@ Initialize SDK with responder for global SDK events and custom token key
*/
+ (void)initializeWithDelegate:(id <VKSdkDelegate>)delegate
andAppId:(NSString *)appId
andCustomToken:(VKAccessToken *)token;
andCustomToken:(VKAccessToken *)token DEPRECATED_ATTRIBUTE;

/**
Initialize SDK with responder for global SDK events
@param delegate responder for global SDK events
@param appId your application id (if you haven't, you can create standalone application here https://vk.com/editapp?act=create )
@param apiVersion if you want to use latest API version, pass required version here
*/
+ (void)initializeWithDelegate:(id <VKSdkDelegate>)delegate
andAppId:(NSString *)appId
apiVersion:(NSString *)version;

///-------------------------------
/// @name Authentication in VK
Expand Down
2 changes: 2 additions & 0 deletions VKSdk.framework/Versions/A/Headers/VKUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ Breaks key=value string to dictionary
+ (NSNumber *)parseNumberString:(id)number;

+ (UIColor *)colorWithRGB:(NSInteger)rgb;

+ (NSString *)queryStringFromParams:(NSDictionary *)params;
@end
Binary file modified VKSdk.framework/Versions/A/VKSdk
Binary file not shown.
Binary file modified VKSdkResources.bundle/BlueBtn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/BlueBtn@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/BlueBtn@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/BlueBtn_pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/BlueBtn_pressed@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/BlueBtn_pressed@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/Disclosure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/Disclosure@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/Disclosure@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/Info.plist
Binary file not shown.
Binary file modified VKSdkResources.bundle/ic_deleteattach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_deleteattach@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_deletephoto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_deletephoto@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_activity_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_activity_logo@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_activity_logo@2x~ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_activity_logo@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_activity_logo~ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_ios7_activity_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_ios7_activity_logo@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_ios7_activity_logo@2x~ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_ios7_activity_logo@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_ios7_activity_logo~ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_logo_nb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_logo_nb@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VKSdkResources.bundle/ic_vk_logo_nb@3x.png
Binary file modified VKSdkResources.bundle/img_newpostattachlink.png
Binary file modified VKSdkResources.bundle/img_newpostattachlink@2x.png
Binary file modified VKSdkResources.bundle/vk_settings.png
Binary file modified VKSdkResources.bundle/vk_settings@2x.png
2 changes: 1 addition & 1 deletion sdk/Source/VKSdkVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#define VK_SDK_VERSION @"1.1.3"
#define VK_SDK_VERSION @"1.1.4"
#define VK_SDK_API_VERSION @"5.23"

0 comments on commit 0bd538e

Please sign in to comment.