Skip to content

Commit

Permalink
Carnival iOS SDK 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnivalBot committed Aug 12, 2015
1 parent 1220460 commit 23bee9e
Show file tree
Hide file tree
Showing 77 changed files with 1,488 additions and 28 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#import "CarnivalStreamViewController.h"
#import "CarnivalMacros.h"

#define CARNIVAL_VERSION @"3.5.1"
#define CARNIVAL_VERSION @"3.5.2"

__attribute__((deprecated))
@protocol CarnivalIdentifierDataSource <NSObject>
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Carnival.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Carnival'
s.version = '3.5.1'
s.version = '3.5.2'
s.summary = 'Carnival iOS SDK for integrating with http://carnivalmobile.com messaging and analytics service'
s.author = {
'Carnival Mobile' => '[email protected]'
Expand Down
27 changes: 13 additions & 14 deletions ExampleProject/ExampleProject.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
224C1B2B1B795D8600A0CF34 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 224C1B281B795D8600A0CF34 /* Carnival.framework */; };
224C1B2C1B795D8600A0CF34 /* CarnivalResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 224C1B2A1B795D8600A0CF34 /* CarnivalResources.bundle */; };
224C1B561B7BFC9900A0CF34 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 224C1B531B7BFC9900A0CF34 /* Carnival.framework */; };
224C1B571B7BFC9900A0CF34 /* CarnivalResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 224C1B551B7BFC9900A0CF34 /* CarnivalResources.bundle */; };
7500812F1AF735C60096760A /* CloseBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7500812E1AF735C60096760A /* CloseBarButtonItem.m */; };
758D6AF419AE915600F09C8D /* (null) in Resources */ = {isa = PBXBuildFile; };
758D6AF619AE91E000F09C8D /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 758D6AF519AE91E000F09C8D /* AVFoundation.framework */; };
Expand All @@ -28,8 +28,8 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
224C1B281B795D8600A0CF34 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
224C1B2A1B795D8600A0CF34 /* CarnivalResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CarnivalResources.bundle; sourceTree = "<group>"; };
224C1B531B7BFC9900A0CF34 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
224C1B551B7BFC9900A0CF34 /* CarnivalResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CarnivalResources.bundle; sourceTree = "<group>"; };
7500812D1AF735C60096760A /* CloseBarButtonItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CloseBarButtonItem.h; sourceTree = "<group>"; };
7500812E1AF735C60096760A /* CloseBarButtonItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CloseBarButtonItem.m; sourceTree = "<group>"; };
7566D52919F9B984007D5D27 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -65,28 +65,27 @@
758D6AF819AE91E800F09C8D /* MediaPlayer.framework in Frameworks */,
758D6AF619AE91E000F09C8D /* AVFoundation.framework in Frameworks */,
758E8D8D186367C900A8AFA4 /* UIKit.framework in Frameworks */,
224C1B2B1B795D8600A0CF34 /* Carnival.framework in Frameworks */,
224C1B561B7BFC9900A0CF34 /* Carnival.framework in Frameworks */,
758E8D89186367C900A8AFA4 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
224C1B271B795D8600A0CF34 /* Carnival.embeddedframework */ = {
224C1B521B7BFC9900A0CF34 /* Carnival.embeddedframework */ = {
isa = PBXGroup;
children = (
224C1B281B795D8600A0CF34 /* Carnival.framework */,
224C1B291B795D8600A0CF34 /* Resources */,
224C1B531B7BFC9900A0CF34 /* Carnival.framework */,
224C1B541B7BFC9900A0CF34 /* Resources */,
);
name = Carnival.embeddedframework;
path = "../../../../../Library/Developer/Xcode/DerivedData/Carnival-bgxlyhbbxuufrgdvzvwjlanfapkg/Build/Products/Debug-iphoneos/Carnival.embeddedframework";
path = Carnival.embeddedframework;
sourceTree = "<group>";
};
224C1B291B795D8600A0CF34 /* Resources */ = {
224C1B541B7BFC9900A0CF34 /* Resources */ = {
isa = PBXGroup;
children = (
224C1B2A1B795D8600A0CF34 /* CarnivalResources.bundle */,
224C1B551B7BFC9900A0CF34 /* CarnivalResources.bundle */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -126,7 +125,7 @@
758E8D8E186367C900A8AFA4 /* ExampleProject */ = {
isa = PBXGroup;
children = (
224C1B271B795D8600A0CF34 /* Carnival.embeddedframework */,
224C1B521B7BFC9900A0CF34 /* Carnival.embeddedframework */,
7500812D1AF735C60096760A /* CloseBarButtonItem.h */,
7500812E1AF735C60096760A /* CloseBarButtonItem.m */,
758E8D97186367C900A8AFA4 /* ExampleAppDelegate.h */,
Expand Down Expand Up @@ -207,7 +206,7 @@
758E8D9F186367C900A8AFA4 /* Main_iPad.storyboard in Resources */,
758E8D9C186367C900A8AFA4 /* Main_iPhone.storyboard in Resources */,
758D6AF419AE915600F09C8D /* (null) in Resources */,
224C1B2C1B795D8600A0CF34 /* CarnivalResources.bundle in Resources */,
224C1B571B7BFC9900A0CF34 /* CarnivalResources.bundle in Resources */,
758E8DA4186367C900A8AFA4 /* Images.xcassets in Resources */,
758E8D93186367C900A8AFA4 /* InfoPlist.strings in Resources */,
);
Expand Down
Binary file not shown.
Loading

0 comments on commit 23bee9e

Please sign in to comment.