Skip to content

Commit

Permalink
Carnival iOS SDK 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnivalBot committed Nov 7, 2017
1 parent 06c7883 commit 7b06f3e
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 24 deletions.
Binary file modified Carnival.framework/Carnival
Binary file not shown.
4 changes: 2 additions & 2 deletions 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 @"7.0.0"
#define CARNIVAL_VERSION @"7.1.0"
FOUNDATION_EXPORT double CarnivalSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char CarnivalSDKVersionString[];

Expand Down Expand Up @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_END
* @param logger An object implementing the CarnivalLogger protocol.
*/
+ (void)setLogger:(nonnull id<CarnivalLogger>) logger;
+ (void)setLogger:(nonnull id<CarnivalLogger>)logger;

/**
* Enables AutoAnalytics tracking for a given array of event sources. This is opt-in as of Carnival 5.0.0.
Expand Down
Binary file modified Carnival.framework/Info.plist
Binary file not shown.
4 changes: 2 additions & 2 deletions 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 = '7.0.0'
s.version = '7.1.0'
s.summary = 'Carnival iOS SDK for integrating with http://carnival.io messaging and analytics service.'
s.author = {
'Carnival Mobile' => '[email protected]'
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'Carnival.framework/Headers/*.h'
s.vendored_frameworks = 'Carnival.framework'
s.preserve_paths = 'Carnival.framework'
s.frameworks = 'UIKit', 'Foundation', 'CoreLocation', 'CoreGraphics', 'QuartzCore'
s.frameworks = 'UIKit', 'Foundation', 'CoreLocation', 'CoreGraphics', 'QuartzCore', 'UserNotifications'
s.license = {:type => 'commercial', :text =>'Please refer to our privacy policy and terms of service at http://carnival.io'}
s.requires_arc = true
end
20 changes: 10 additions & 10 deletions ExampleProject/ExampleProject.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
objects = {

/* Begin PBXBuildFile section */
220763F81FB13E8400B161C8 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 220763F61FB13DC700B161C8 /* Carnival.framework */; };
220763F91FB13E8400B161C8 /* Carnival.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 220763F61FB13DC700B161C8 /* Carnival.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
22B325F41C6153A700A7056D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B325F31C6153A700A7056D /* Security.framework */; };
22BF4BC61F94370A00B861FC /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22BF4BC41F94370200B861FC /* Carnival.framework */; };
22BF4BC71F94370A00B861FC /* Carnival.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22BF4BC41F94370200B861FC /* Carnival.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
22F7B8CC1FB13C1C00C558C1 /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22F7B8C91FB13BF300C558C1 /* UserNotifications.framework */; };
758D6AF419AE915600F09C8D /* (null) in Resources */ = {isa = PBXBuildFile; };
758D6AF619AE91E000F09C8D /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 758D6AF519AE91E000F09C8D /* AVFoundation.framework */; };
758D6AF819AE91E800F09C8D /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 758D6AF719AE91E800F09C8D /* MediaPlayer.framework */; };
Expand All @@ -34,16 +35,17 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
22BF4BC71F94370A00B861FC /* Carnival.framework in Embed Frameworks */,
220763F91FB13E8400B161C8 /* Carnival.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
220763F61FB13DC700B161C8 /* 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; };
22BF4BC41F94370200B861FC /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
22F7B8C91FB13BF300C558C1 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.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; };
758D6AF719AE91E800F09C8D /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -71,15 +73,16 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
22F7B8CC1FB13C1C00C558C1 /* UserNotifications.framework in Frameworks */,
22B325F41C6153A700A7056D /* Security.framework in Frameworks */,
75D77B3119F077A500BD2319 /* QuartzCore.framework in Frameworks */,
75D77B2F19F0779600BD2319 /* CoreLocation.framework in Frameworks */,
75D77B2D19F0778300BD2319 /* CoreGraphics.framework in Frameworks */,
758D6AF819AE91E800F09C8D /* MediaPlayer.framework in Frameworks */,
758D6AF619AE91E000F09C8D /* AVFoundation.framework in Frameworks */,
22BF4BC61F94370A00B861FC /* Carnival.framework in Frameworks */,
758E8D8D186367C900A8AFA4 /* UIKit.framework in Frameworks */,
758E8D89186367C900A8AFA4 /* Foundation.framework in Frameworks */,
220763F81FB13E8400B161C8 /* Carnival.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -106,6 +109,7 @@
758E8D87186367C900A8AFA4 /* Frameworks */ = {
isa = PBXGroup;
children = (
22F7B8C91FB13BF300C558C1 /* UserNotifications.framework */,
22B325F31C6153A700A7056D /* Security.framework */,
7566D52919F9B984007D5D27 /* AdSupport.framework */,
75D77B3019F077A500BD2319 /* QuartzCore.framework */,
Expand All @@ -122,7 +126,7 @@
758E8D8E186367C900A8AFA4 /* ExampleProject */ = {
isa = PBXGroup;
children = (
22BF4BC41F94370200B861FC /* Carnival.framework */,
220763F61FB13DC700B161C8 /* Carnival.framework */,
758E8D97186367C900A8AFA4 /* ExampleAppDelegate.h */,
758E8D98186367C900A8AFA4 /* ExampleAppDelegate.m */,
758E8DA0186367C900A8AFA4 /* ExampleViewController.h */,
Expand Down Expand Up @@ -363,10 +367,8 @@
DEVELOPMENT_TEAM = 9ZEH62KRVF;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ExampleProject/Carnival.embeddedframework",
"$(PROJECT_DIR)/ExampleProject",
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/Carnival-bgxlyhbbxuufrgdvzvwjlanfapkg/Build/Products/Debug-iphoneos/Carnival.embeddedframework",
"$(PROJECT_DIR)/Carnival.embeddedframework",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ExampleProject/ExampleProject-Prefix.pch";
Expand All @@ -390,10 +392,8 @@
DEVELOPMENT_TEAM = 9ZEH62KRVF;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ExampleProject/Carnival.embeddedframework",
"$(PROJECT_DIR)/ExampleProject",
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/Carnival-bgxlyhbbxuufrgdvzvwjlanfapkg/Build/Products/Debug-iphoneos/Carnival.embeddedframework",
"$(PROJECT_DIR)/Carnival.embeddedframework",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ExampleProject/ExampleProject-Prefix.pch";
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 @"7.0.0"
#define CARNIVAL_VERSION @"7.1.0"
FOUNDATION_EXPORT double CarnivalSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char CarnivalSDKVersionString[];

Expand Down Expand Up @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_END
* @param logger An object implementing the CarnivalLogger protocol.
*/
+ (void)setLogger:(nonnull id<CarnivalLogger>) logger;
+ (void)setLogger:(nonnull id<CarnivalLogger>)logger;

/**
* Enables AutoAnalytics tracking for a given array of event sources. This is opt-in as of Carnival 5.0.0.
Expand Down
Binary file modified ExampleProject/ExampleProject/Carnival.framework/Info.plist
Binary file not shown.
22 changes: 16 additions & 6 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 */
22BF4BC11F94353000B861FC /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22BF4BC01F94353000B861FC /* Carnival.framework */; };
22BF4BC31F94353400B861FC /* Carnival.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22BF4BC01F94353000B861FC /* Carnival.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
220763FA1FB13FD100B161C8 /* Carnival.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 220763F41FB13DC200B161C8 /* Carnival.framework */; };
220763FB1FB13FD100B161C8 /* Carnival.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 220763F41FB13DC200B161C8 /* 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 @@ -27,17 +27,18 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
22BF4BC31F94353400B861FC /* Carnival.framework in Embed Frameworks */,
220763FB1FB13FD100B161C8 /* Carnival.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
220763F41FB13DC200B161C8 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
2251B10D1F3D2491004CEE85 /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
22B325F11C61524C00A7056D /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
22BF4BC01F94353000B861FC /* Carnival.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Carnival.framework; sourceTree = "<group>"; };
22F7B8CB1FB13C1500C558C1 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.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>"; };
753541C019C0462D00B7F2BD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -56,7 +57,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
22BF4BC11F94353000B861FC /* Carnival.framework in Frameworks */,
220763FA1FB13FD100B161C8 /* Carnival.framework in Frameworks */,
75DAC1FE19C061C6007F4332 /* libz.dylib in Frameworks */,
75DAC20319C0626F007F4332 /* CoreGraphics.framework in Frameworks */,
75DAC20419C0626F007F4332 /* CoreLocation.framework in Frameworks */,
Expand All @@ -76,12 +77,21 @@
name = "Recovered References";
sourceTree = "<group>";
};
22F7B8CA1FB13C1500C558C1 /* Frameworks */ = {
isa = PBXGroup;
children = (
22F7B8CB1FB13C1500C558C1 /* UserNotifications.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
753541B219C0462D00B7F2BD = {
isa = PBXGroup;
children = (
753541BD19C0462D00B7F2BD /* SwiftExampleProject */,
753541BC19C0462D00B7F2BD /* Products */,
228F2AC01F3D263D00DD4F43 /* Recovered References */,
22F7B8CA1FB13C1500C558C1 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -96,7 +106,7 @@
753541BD19C0462D00B7F2BD /* SwiftExampleProject */ = {
isa = PBXGroup;
children = (
22BF4BC01F94353000B861FC /* Carnival.framework */,
220763F41FB13DC200B161C8 /* Carnival.framework */,
753541C019C0462D00B7F2BD /* AppDelegate.swift */,
753541C219C0462D00B7F2BD /* ViewController.swift */,
753541C419C0462D00B7F2BD /* Main.storyboard */,
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 @"7.0.0"
#define CARNIVAL_VERSION @"7.1.0"
FOUNDATION_EXPORT double CarnivalSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char CarnivalSDKVersionString[];

Expand Down Expand Up @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_END
* @param logger An object implementing the CarnivalLogger protocol.
*/
+ (void)setLogger:(nonnull id<CarnivalLogger>) logger;
+ (void)setLogger:(nonnull id<CarnivalLogger>)logger;

/**
* Enables AutoAnalytics tracking for a given array of event sources. This is opt-in as of Carnival 5.0.0.
Expand Down
Binary file not shown.

0 comments on commit 7b06f3e

Please sign in to comment.