Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Kits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Each kit has its own README with installation and configuration steps.
| Adjust 5 | [`mparticle-apple-integration-adjust-5`](https://github.com/mparticle-integrations/mparticle-apple-integration-adjust-5) | [Adjust SDK 5.x](https://github.com/adjust/ios_sdk) |
| AppsFlyer 6 | [`mparticle-apple-integration-appsflyer-6`](https://github.com/mparticle-integrations/mparticle-apple-integration-appsflyer-6) | [AppsFlyer SDK 6.x](https://github.com/AppsFlyerSDK/AppsFlyerFramework) |
| Apptentive 6 | [`mparticle-apple-integration-apptentive-6`](https://github.com/mparticle-integrations/mparticle-apple-integration-apptentive-6) | [Apptentive SDK 6.x](https://github.com/apptentive/apptentive-kit-ios) |
| Apptentive 7 | [`mparticle-apple-integration-apptentive-7`](https://github.com/mparticle-integrations/mparticle-apple-integration-apptentive-7) | [Apptentive SDK 7.x](https://github.com/apptentive/apptentive-kit-ios) |
| Apptimize 3 | [`mparticle-apple-integration-apptimize-3`](https://github.com/mparticle-integrations/mparticle-apple-integration-apptimize-3) | [Apptimize SDK 3.x](https://sdk.apptimize.com) |
| Branch Metrics 3 | [`mparticle-apple-integration-branchmetrics-3`](https://github.com/mparticle-integrations/mparticle-apple-integration-branchmetrics-3) | [Branch SDK 3.x](https://github.com/BranchMetrics/ios-branch-sdk-spm) |
| Braze 12 | [`mparticle-apple-integration-braze-12`](https://github.com/mparticle-integrations/mparticle-apple-integration-braze-12) | [Braze Swift SDK 12.x](https://github.com/braze-inc/braze-swift-sdk) |
Expand Down
1 change: 0 additions & 1 deletion Kits/apptentive/apptentive-6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Included kits: { Apptentive }
| Platform | Minimum Version |
| -------- | --------------- |
| iOS | 15.0 |
| tvOS | 15.0 |

## Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ - (MPKitExecStatus *)setUserIdentity:(NSString *)identityString identityType:(MP
#pragma mark Events

- (nonnull MPKitExecStatus *)logBaseEvent:(nonnull MPBaseEvent *)event {
if ([event isKindOfClass:[MPBaseEvent class]]) {
if ([event isKindOfClass:[MPEvent class]]) {
return [self routeEvent:(MPEvent *)event];
} else {
return [[MPKitExecStatus alloc] initWithSDKCode:@(MPKitInstanceApptentive) returnCode:MPKitReturnCodeUnavailable];
Expand Down
7 changes: 7 additions & 0 deletions Kits/apptentive/apptentive-7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

This integration is developed in the [mParticle Apple SDK](https://github.com/mParticle/mparticle-apple-sdk) monorepo.

**Pull requests and issues** for this kit should be opened on the [mParticle/mparticle-apple-sdk](https://github.com/mParticle/mparticle-apple-sdk) repository.

For changelog details for this integration, see the **Kits** section of the root [CHANGELOG.md](https://github.com/mParticle/mparticle-apple-sdk/blob/main/CHANGELOG.md) in that repo.
Original file line number Diff line number Diff line change
@@ -0,0 +1,357 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 77;
objects = {

/* Begin PBXBuildFile section */
3506C0CD2F50DA3400BBD61D /* mParticle-Apptentive in Frameworks */ = {isa = PBXBuildFile; productRef = 3506C0CC2F50DA3400BBD61D /* mParticle-Apptentive */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
3506C0AE2F50DA0100BBD61D /* SPM-Objc-Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SPM-Objc-Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
3506C0C52F50DA0200BBD61D /* Exceptions for "SPM-Objc-Example" folder in "SPM-Objc-Example" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 3506C0AD2F50DA0100BBD61D /* SPM-Objc-Example */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
3506C0B02F50DA0100BBD61D /* SPM-Objc-Example */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
3506C0C52F50DA0200BBD61D /* Exceptions for "SPM-Objc-Example" folder in "SPM-Objc-Example" target */,
);
path = "SPM-Objc-Example";
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
3506C0AB2F50DA0100BBD61D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3506C0CD2F50DA3400BBD61D /* mParticle-Apptentive in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
3506C0A52F50DA0100BBD61D = {
isa = PBXGroup;
children = (
3506C0B02F50DA0100BBD61D /* SPM-Objc-Example */,
3506C0AF2F50DA0100BBD61D /* Products */,
);
sourceTree = "<group>";
};
3506C0AF2F50DA0100BBD61D /* Products */ = {
isa = PBXGroup;
children = (
3506C0AE2F50DA0100BBD61D /* SPM-Objc-Example.app */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
3506C0AD2F50DA0100BBD61D /* SPM-Objc-Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3506C0C62F50DA0200BBD61D /* Build configuration list for PBXNativeTarget "SPM-Objc-Example" */;
buildPhases = (
3506C0AA2F50DA0100BBD61D /* Sources */,
3506C0AB2F50DA0100BBD61D /* Frameworks */,
3506C0AC2F50DA0100BBD61D /* Resources */,
);
buildRules = (
);
dependencies = (
);
fileSystemSynchronizedGroups = (
3506C0B02F50DA0100BBD61D /* SPM-Objc-Example */,
);
name = "SPM-Objc-Example";
packageProductDependencies = (
3506C0CC2F50DA3400BBD61D /* mParticle-Apptentive */,
);
productName = "SPM-Objc-Example";
productReference = 3506C0AE2F50DA0100BBD61D /* SPM-Objc-Example.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
3506C0A62F50DA0100BBD61D /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastUpgradeCheck = 2620;
TargetAttributes = {
3506C0AD2F50DA0100BBD61D = {
CreatedOnToolsVersion = 26.2;
};
};
};
buildConfigurationList = 3506C0A92F50DA0100BBD61D /* Build configuration list for PBXProject "SPM-Objc-Example" */;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 3506C0A52F50DA0100BBD61D;
minimizedProjectReferenceProxies = 1;
packageReferences = (
3506C0CB2F50DA3400BBD61D /* XCLocalSwiftPackageReference "../../../apptentive-7" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 3506C0AF2F50DA0100BBD61D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
3506C0AD2F50DA0100BBD61D /* SPM-Objc-Example */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
3506C0AC2F50DA0100BBD61D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
3506C0AA2F50DA0100BBD61D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
3506C0C72F50DA0200BBD61D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "SPM-Objc-Example/Info.plist";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.mparticle.mParticle.SPM-Objc-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
3506C0C82F50DA0200BBD61D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "SPM-Objc-Example/Info.plist";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.mparticle.mParticle.SPM-Objc-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
3506C0C92F50DA0200BBD61D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 26.2;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
3506C0CA2F50DA0200BBD61D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 26.2;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
3506C0A92F50DA0100BBD61D /* Build configuration list for PBXProject "SPM-Objc-Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3506C0C92F50DA0200BBD61D /* Debug */,
3506C0CA2F50DA0200BBD61D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3506C0C62F50DA0200BBD61D /* Build configuration list for PBXNativeTarget "SPM-Objc-Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3506C0C72F50DA0200BBD61D /* Debug */,
3506C0C82F50DA0200BBD61D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
3506C0CB2F50DA3400BBD61D /* XCLocalSwiftPackageReference "../../../apptentive-7" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = "../../../apptentive-7";
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
3506C0CC2F50DA3400BBD61D /* mParticle-Apptentive */ = {
isa = XCSwiftPackageProductDependency;
productName = "mParticle-Apptentive";
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 3506C0A62F50DA0100BBD61D /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>


@end

Loading
Loading