Skip to content

Commit

Permalink
Carnival iOS SDK 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnivalBot committed Aug 11, 2017
1 parent 117a743 commit c273ab2
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 36 deletions.
Binary file modified Carnival.framework/Carnival
Binary file not shown.
2 changes: 1 addition & 1 deletion Carnival.framework/Headers/Carnival.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#import "CarnivalAttributes.h"
#import "CarnivalLogger.h"

#define CARNIVAL_VERSION @"6.1.3"
#define CARNIVAL_VERSION @"6.1.4"
FOUNDATION_EXPORT double CarnivalSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char CarnivalSDKVersionString[];

Expand Down
Binary file modified Carnival.framework/Info.plist
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 = '6.1.3'
s.version = '6.1.4'
s.summary = 'Carnival iOS SDK for integrating with http://carnival.io messaging and analytics service.'
s.author = {
'Carnival Mobile' => '[email protected]'
Expand Down
16 changes: 8 additions & 8 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 */
2255F6901F3180930005577A /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2255F68F1F31808C0005577A /* Carnival.framework */; };
2255F6911F3180930005577A /* Carnival.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2255F68F1F31808C0005577A /* Carnival.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2251B1171F3D2631004CEE85 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2251B1161F3D2630004CEE85 /* Carnival.framework */; };
2251B1181F3D2631004CEE85 /* Carnival.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2251B1161F3D2630004CEE85 /* Carnival.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
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 @@ -28,21 +28,21 @@
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
22587F941ED3ABF200AA28D0 /* Embed Frameworks */ = {
2251B1191F3D2631004CEE85 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
2255F6911F3180930005577A /* Carnival.framework in Embed Frameworks */,
2251B1181F3D2631004CEE85 /* Carnival.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
2255F68F1F31808C0005577A /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
2251B1161F3D2630004CEE85 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; 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 @@ -77,7 +77,7 @@
75D77B2D19F0778300BD2319 /* CoreGraphics.framework in Frameworks */,
758D6AF819AE91E800F09C8D /* MediaPlayer.framework in Frameworks */,
758D6AF619AE91E000F09C8D /* AVFoundation.framework in Frameworks */,
2255F6901F3180930005577A /* Carnival.framework in Frameworks */,
2251B1171F3D2631004CEE85 /* Carnival.framework in Frameworks */,
758E8D8D186367C900A8AFA4 /* UIKit.framework in Frameworks */,
758E8D89186367C900A8AFA4 /* Foundation.framework in Frameworks */,
);
Expand Down Expand Up @@ -122,7 +122,7 @@
758E8D8E186367C900A8AFA4 /* ExampleProject */ = {
isa = PBXGroup;
children = (
2255F68F1F31808C0005577A /* Carnival.framework */,
2251B1161F3D2630004CEE85 /* Carnival.framework */,
758E8D97186367C900A8AFA4 /* ExampleAppDelegate.h */,
758E8D98186367C900A8AFA4 /* ExampleAppDelegate.m */,
758E8DA0186367C900A8AFA4 /* ExampleViewController.h */,
Expand Down Expand Up @@ -156,7 +156,7 @@
758E8D81186367C900A8AFA4 /* Sources */,
758E8D82186367C900A8AFA4 /* Frameworks */,
758E8D83186367C900A8AFA4 /* Resources */,
22587F941ED3ABF200AA28D0 /* Embed Frameworks */,
2251B1191F3D2631004CEE85 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down
Binary file modified ExampleProject/ExampleProject/Carnival.framework/Carnival
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#import "CarnivalAttributes.h"
#import "CarnivalLogger.h"

#define CARNIVAL_VERSION @"6.1.3"
#define CARNIVAL_VERSION @"6.1.4"
FOUNDATION_EXPORT double CarnivalSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char CarnivalSDKVersionString[];

Expand Down
Binary file modified ExampleProject/ExampleProject/Carnival.framework/Info.plist
Binary file not shown.
42 changes: 18 additions & 24 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 */
2255F68D1F31804A0005577A /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2255F68C1F317FD00005577A /* Carnival.framework */; };
2255F68E1F31804A0005577A /* Carnival.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2255F68C1F317FD00005577A /* Carnival.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
228F2AC11F3D264E00DD4F43 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2251B10E1F3D249A004CEE85 /* Carnival.framework */; };
228F2AC21F3D264E00DD4F43 /* Carnival.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2251B10E1F3D249A004CEE85 /* Carnival.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
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,21 +21,22 @@
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
221C3AA81EB96A3E00DB116C /* Embed Frameworks */ = {
228F2AC31F3D264E00DD4F43 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
2255F68E1F31804A0005577A /* Carnival.framework in Embed Frameworks */,
228F2AC21F3D264E00DD4F43 /* Carnival.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
2255F68C1F317FD00005577A /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carnival.framework; path = SwiftExampleProject/Carnival.framework; sourceTree = SOURCE_ROOT; };
2251B10D1F3D2491004CEE85 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
2251B10E1F3D249A004CEE85 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carnival.framework; path = SwiftExampleProject/Carnival.framework; sourceTree = SOURCE_ROOT; };
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 @@ -55,7 +56,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2255F68D1F31804A0005577A /* Carnival.framework in Frameworks */,
228F2AC11F3D264E00DD4F43 /* Carnival.framework in Frameworks */,
75DAC1FE19C061C6007F4332 /* libz.dylib in Frameworks */,
75DAC20319C0626F007F4332 /* CoreGraphics.framework in Frameworks */,
75DAC20419C0626F007F4332 /* CoreLocation.framework in Frameworks */,
Expand All @@ -67,11 +68,20 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
228F2AC01F3D263D00DD4F43 /* Recovered References */ = {
isa = PBXGroup;
children = (
2251B10D1F3D2491004CEE85 /* Carnival.framework */,
);
name = "Recovered References";
sourceTree = "<group>";
};
753541B219C0462D00B7F2BD = {
isa = PBXGroup;
children = (
753541BD19C0462D00B7F2BD /* SwiftExampleProject */,
753541BC19C0462D00B7F2BD /* Products */,
228F2AC01F3D263D00DD4F43 /* Recovered References */,
);
sourceTree = "<group>";
};
Expand All @@ -86,7 +96,7 @@
753541BD19C0462D00B7F2BD /* SwiftExampleProject */ = {
isa = PBXGroup;
children = (
7535426A19C05B4B00B7F2BD /* Vendor */,
2251B10E1F3D249A004CEE85 /* Carnival.framework */,
753541C019C0462D00B7F2BD /* AppDelegate.swift */,
753541C219C0462D00B7F2BD /* ViewController.swift */,
753541C419C0462D00B7F2BD /* Main.storyboard */,
Expand Down Expand Up @@ -118,22 +128,6 @@
name = Frameworks;
sourceTree = "<group>";
};
7535426A19C05B4B00B7F2BD /* Vendor */ = {
isa = PBXGroup;
children = (
7535426B19C05B4B00B7F2BD /* Carnival */,
);
path = Vendor;
sourceTree = "<group>";
};
7535426B19C05B4B00B7F2BD /* Carnival */ = {
isa = PBXGroup;
children = (
2255F68C1F317FD00005577A /* Carnival.framework */,
);
path = Carnival;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -144,7 +138,7 @@
753541B719C0462D00B7F2BD /* Sources */,
753541B819C0462D00B7F2BD /* Frameworks */,
753541B919C0462D00B7F2BD /* Resources */,
221C3AA81EB96A3E00DB116C /* Embed Frameworks */,
228F2AC31F3D264E00DD4F43 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#import "CarnivalAttributes.h"
#import "CarnivalLogger.h"

#define CARNIVAL_VERSION @"6.1.3"
#define CARNIVAL_VERSION @"6.1.4"
FOUNDATION_EXPORT double CarnivalSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char CarnivalSDKVersionString[];

Expand Down
Binary file not shown.

0 comments on commit c273ab2

Please sign in to comment.