Skip to content

Commit

Permalink
Carnival iOS SDK 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnivalBot committed May 12, 2016
1 parent 692456c commit e173aeb
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 26 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import "CarnivalMessageStream.h"
#import "CarnivalAttributes.h"

#define CARNIVAL_VERSION @"4.1.0"
#define CARNIVAL_VERSION @"4.1.1"

/* Constants for Auto-Analytics Tracking */
NS_ASSUME_NONNULL_BEGIN
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 = '4.1.0'
s.version = '4.1.1'
s.summary = 'Carnival iOS SDK for integrating with http://carnival.io messaging and analytics service'
s.author = {
'Carnival Mobile' => '[email protected]'
Expand Down
24 changes: 12 additions & 12 deletions ExampleProject/ExampleProject.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
223CA5C01CE2AF1A00FFB627 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 223CA5BD1CE2AF1A00FFB627 /* Carnival.framework */; };
223CA5C11CE2AF1A00FFB627 /* CarnivalResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 223CA5BF1CE2AF1A00FFB627 /* CarnivalResources.bundle */; };
228702781CAA2B120087E877 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 228702751CAA2B120087E877 /* Carnival.framework */; };
22A0B4CE1CE4296800748E04 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22A0B4CB1CE4296800748E04 /* Carnival.framework */; };
22A0B4CF1CE4296800748E04 /* CarnivalResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 22A0B4CD1CE4296800748E04 /* CarnivalResources.bundle */; };
22B325F41C6153A700A7056D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B325F31C6153A700A7056D /* Security.framework */; };
758D6AF419AE915600F09C8D /* (null) in Resources */ = {isa = PBXBuildFile; };
758D6AF619AE91E000F09C8D /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 758D6AF519AE91E000F09C8D /* AVFoundation.framework */; };
Expand All @@ -29,9 +29,9 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
223CA5BD1CE2AF1A00FFB627 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
223CA5BF1CE2AF1A00FFB627 /* CarnivalResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CarnivalResources.bundle; sourceTree = "<group>"; };
228702751CAA2B120087E877 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
22A0B4CB1CE4296800748E04 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
22A0B4CD1CE4296800748E04 /* CarnivalResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CarnivalResources.bundle; sourceTree = "<group>"; };
22B325F31C6153A700A7056D /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
7566D52919F9B984007D5D27 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
758D6AF519AE91E000F09C8D /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -60,7 +60,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
223CA5C01CE2AF1A00FFB627 /* Carnival.framework in Frameworks */,
22A0B4CE1CE4296800748E04 /* Carnival.framework in Frameworks */,
22B325F41C6153A700A7056D /* Security.framework in Frameworks */,
75D77B3119F077A500BD2319 /* QuartzCore.framework in Frameworks */,
75D77B2F19F0779600BD2319 /* CoreLocation.framework in Frameworks */,
Expand All @@ -76,19 +76,19 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
223CA5BC1CE2AF1A00FFB627 /* Carnival.embeddedframework */ = {
22A0B4CA1CE4296800748E04 /* Carnival.embeddedframework */ = {
isa = PBXGroup;
children = (
223CA5BD1CE2AF1A00FFB627 /* Carnival.framework */,
223CA5BE1CE2AF1A00FFB627 /* Resources */,
22A0B4CB1CE4296800748E04 /* Carnival.framework */,
22A0B4CC1CE4296800748E04 /* Resources */,
);
path = Carnival.embeddedframework;
sourceTree = "<group>";
};
223CA5BE1CE2AF1A00FFB627 /* Resources */ = {
22A0B4CC1CE4296800748E04 /* Resources */ = {
isa = PBXGroup;
children = (
223CA5BF1CE2AF1A00FFB627 /* CarnivalResources.bundle */,
22A0B4CD1CE4296800748E04 /* CarnivalResources.bundle */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -129,7 +129,7 @@
758E8D8E186367C900A8AFA4 /* ExampleProject */ = {
isa = PBXGroup;
children = (
223CA5BC1CE2AF1A00FFB627 /* Carnival.embeddedframework */,
22A0B4CA1CE4296800748E04 /* Carnival.embeddedframework */,
758E8D97186367C900A8AFA4 /* ExampleAppDelegate.h */,
758E8D98186367C900A8AFA4 /* ExampleAppDelegate.m */,
758E8DA0186367C900A8AFA4 /* ExampleViewController.h */,
Expand Down Expand Up @@ -208,7 +208,7 @@
758E8D9F186367C900A8AFA4 /* Main_iPad.storyboard in Resources */,
758E8D9C186367C900A8AFA4 /* Main_iPhone.storyboard in Resources */,
758D6AF419AE915600F09C8D /* (null) in Resources */,
223CA5C11CE2AF1A00FFB627 /* CarnivalResources.bundle in Resources */,
22A0B4CF1CE4296800748E04 /* CarnivalResources.bundle in Resources */,
758E8DA4186367C900A8AFA4 /* Images.xcassets in Resources */,
758E8D93186367C900A8AFA4 /* InfoPlist.strings in Resources */,
);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import "CarnivalMessageStream.h"
#import "CarnivalAttributes.h"

#define CARNIVAL_VERSION @"4.1.0"
#define CARNIVAL_VERSION @"4.1.1"

/* Constants for Auto-Analytics Tracking */
NS_ASSUME_NONNULL_BEGIN
Expand Down
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions SwiftExampleProject/SwiftExampleProject.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
223CA5C51CE2AF2600FFB627 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 223CA5C21CE2AF2600FFB627 /* Carnival.framework */; };
223CA5C61CE2AF2600FFB627 /* CarnivalResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 223CA5C41CE2AF2600FFB627 /* CarnivalResources.bundle */; };
22A0B4D31CE4297800748E04 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22A0B4D01CE4297800748E04 /* Carnival.framework */; };
22A0B4D41CE4297800748E04 /* CarnivalResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 22A0B4D21CE4297800748E04 /* CarnivalResources.bundle */; };
753541C119C0462D00B7F2BD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753541C019C0462D00B7F2BD /* AppDelegate.swift */; };
753541C319C0462D00B7F2BD /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753541C219C0462D00B7F2BD /* ViewController.swift */; };
753541C619C0462D00B7F2BD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 753541C419C0462D00B7F2BD /* Main.storyboard */; };
Expand All @@ -21,8 +21,8 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
223CA5C21CE2AF2600FFB627 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
223CA5C41CE2AF2600FFB627 /* CarnivalResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CarnivalResources.bundle; sourceTree = "<group>"; };
22A0B4D01CE4297800748E04 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
22A0B4D21CE4297800748E04 /* CarnivalResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CarnivalResources.bundle; sourceTree = "<group>"; };
22B325F11C61524C00A7056D /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
753541BB19C0462D00B7F2BD /* SwiftExampleProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftExampleProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
753541BF19C0462D00B7F2BD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand All @@ -45,7 +45,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
223CA5C51CE2AF2600FFB627 /* Carnival.framework in Frameworks */,
22A0B4D31CE4297800748E04 /* Carnival.framework in Frameworks */,
75DAC1FE19C061C6007F4332 /* libz.dylib in Frameworks */,
75DAC20319C0626F007F4332 /* CoreGraphics.framework in Frameworks */,
75DAC20419C0626F007F4332 /* CoreLocation.framework in Frameworks */,
Expand All @@ -57,10 +57,10 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
223CA5C31CE2AF2600FFB627 /* Resources */ = {
22A0B4D11CE4297800748E04 /* Resources */ = {
isa = PBXGroup;
children = (
223CA5C41CE2AF2600FFB627 /* CarnivalResources.bundle */,
22A0B4D21CE4297800748E04 /* CarnivalResources.bundle */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,8 +145,8 @@
7535426B19C05B4B00B7F2BD /* Carnival */ = {
isa = PBXGroup;
children = (
223CA5C21CE2AF2600FFB627 /* Carnival.framework */,
223CA5C31CE2AF2600FFB627 /* Resources */,
22A0B4D01CE4297800748E04 /* Carnival.framework */,
22A0B4D11CE4297800748E04 /* Resources */,
7535426C19C05B4B00B7F2BD /* Carnival-Bridging-Header.h */,
);
path = Carnival;
Expand Down Expand Up @@ -210,7 +210,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
223CA5C61CE2AF2600FFB627 /* CarnivalResources.bundle in Resources */,
22A0B4D41CE4297800748E04 /* CarnivalResources.bundle in Resources */,
753541C619C0462D00B7F2BD /* Main.storyboard in Resources */,
753541C819C0462D00B7F2BD /* Images.xcassets in Resources */,
);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import "CarnivalMessageStream.h"
#import "CarnivalAttributes.h"

#define CARNIVAL_VERSION @"4.1.0"
#define CARNIVAL_VERSION @"4.1.1"

/* Constants for Auto-Analytics Tracking */
NS_ASSUME_NONNULL_BEGIN
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit e173aeb

Please sign in to comment.