Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK-506: Release v1.1.8 #18

Merged
merged 12 commits into from
Nov 10, 2020
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 1.1.8 *(10 November, 2020)*
-------------------------------------------
- *Updates Segment Analytics Header compatibility for version [4.1.0](https://github.com/segmentio/analytics-ios/releases/tag/4.1.0).*
- *Addresses: https://github.com/CleverTap/clevertap-segment-ios/issues/17*

Version 1.1.7 *(15 October, 2020)*
-------------------------------------------
*(Supports analytics-ios 4.x and [CleverTap 3.9.1](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/3.9.1))*
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

platform :ios, '10.0'
platform :ios, '12.0'

use_frameworks!

Expand Down
20 changes: 10 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- Analytics (4.0.5)
- Analytics (4.1.1)
- CleverTap-iOS-SDK (3.9.1):
- SDWebImage (~> 5.1)
- Nimble (9.0.0)
- OCMock (3.7.1)
- Quick (3.0.0)
- SDWebImage (5.9.2):
- SDWebImage/Core (= 5.9.2)
- SDWebImage/Core (5.9.2)
- Segment-CleverTap (1.1.7):
- SDWebImage (5.9.4):
- SDWebImage/Core (= 5.9.4)
- SDWebImage/Core (5.9.4)
- Segment-CleverTap (1.1.8):
- Analytics
- CleverTap-iOS-SDK (~> 3.9.1)

Expand All @@ -32,14 +32,14 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Analytics: 4bcf052c91e1f3339219e83d6a036fb2bd7c218d
Analytics: 952eac761f84ba0a508a4cf691598654073f9e3d
CleverTap-iOS-SDK: 37872a91bdac5da30e7d268c7f571ae894be4298
Nimble: 3b4ec3fd40f1dc178058e0981107721c615643d8
OCMock: 75fbeaa46a9b11f8c182bbb1d1f7e9a35ccc9955
Quick: 6d9559f40647bc4d510103842ef2fdd882d753e2
SDWebImage: 0b42b8719ab0c5257177d5894306e8a336b21cbb
Segment-CleverTap: 7f971c07eb611a1a68b421d35dfd7d0a2e51fb80
SDWebImage: b69257f4ab14e9b6a2ef53e910fdf914d8f757c1
Segment-CleverTap: c44b3c6408f4281a2bf0393242e05e98fa797464

PODFILE CHECKSUM: cc18b2cd0d66c3784a2d3a80f62ab560d2a4e238
PODFILE CHECKSUM: 69dfb08df8ef464b1b06904a20bdc760d70306bb

COCOAPODS: 1.9.3
COCOAPODS: 1.10.0
12 changes: 7 additions & 5 deletions Example/Segment-CleverTap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
52E62A4C1CAC6C8600C24CEC /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1130;
LastUpgradeCheck = 1210;
ORGANIZATIONNAME = CleverTap;
TargetAttributes = {
52ADDE1E1CAC99AE00BE13CB = {
Expand Down Expand Up @@ -471,6 +471,7 @@
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;
Expand All @@ -496,7 +497,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -527,6 +528,7 @@
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;
Expand All @@ -546,7 +548,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand All @@ -561,7 +563,7 @@
CODE_SIGN_ENTITLEMENTS = "Segment-CleverTap_Example.entitlements";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "Segment-CleverTap/Segment-CleverTap-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -580,7 +582,7 @@
CODE_SIGN_ENTITLEMENTS = "Segment-CleverTap_Example.entitlements";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "Segment-CleverTap/Segment-CleverTap-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1210"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1210"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
1 change: 1 addition & 0 deletions Example/Segment-CleverTap/SEGAppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

@import UIKit;

@interface SEGAppDelegate : UIResponder <UIApplicationDelegate>
Expand Down
1 change: 1 addition & 0 deletions Example/Segment-CleverTap/SEGAppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

#import "SEGAppDelegate.h"
#import "SEGAnalytics.h"
#import "SEGCleverTapIntegration.h"
Expand Down
1 change: 1 addition & 0 deletions Example/Segment-CleverTap/SEGViewController.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

@import UIKit;

@interface SEGViewController : UIViewController
Expand Down
1 change: 1 addition & 0 deletions Example/Segment-CleverTap/SEGViewController.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

#import "SEGViewController.h"
#import "SEGAnalytics.h"
#import <CleverTapSDK/CleverTap.h>
Expand Down
7 changes: 7 additions & 0 deletions Example/Tests/SEGCleverTapIntegrationFactorySpec.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@

@import Quick;
@import Nimble;
@import OCMock;

#if defined(__has_include) && __has_include(<Analytics/SEGIntegration.h>)
@import Analytics;
#else
@import Segment;
#endif

@import Segment_CleverTap;

QuickSpecBegin(SEGCleverTapIntegrationFactorySpec)
Expand Down
1 change: 1 addition & 0 deletions Example/Tests/SEGCleverTapIntegrationSpec.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

@import Quick;
@import Nimble;
@import OCMock;
Expand Down
66 changes: 34 additions & 32 deletions ExampleSwift/ExampleSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
objects = {

/* Begin PBXBuildFile section */
0B91FA094F32B41AAB04289E /* Pods_ExampleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04DD0D62522116B1D9F62403 /* Pods_ExampleSwift.framework */; };
521D8B511E648AD9000BF6B2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 521D8B501E648AD9000BF6B2 /* AppDelegate.swift */; };
521D8B531E648AD9000BF6B2 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 521D8B521E648AD9000BF6B2 /* ViewController.swift */; };
521D8B561E648AD9000BF6B2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 521D8B541E648AD9000BF6B2 /* Main.storyboard */; };
521D8B581E648AD9000BF6B2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 521D8B571E648AD9000BF6B2 /* Assets.xcassets */; };
521D8B5B1E648AD9000BF6B2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 521D8B591E648AD9000BF6B2 /* LaunchScreen.storyboard */; };
C27F63C5BBDFDDFF12DC8568 /* Pods_ExampleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 59AE5CAFA7C479C529609715 /* Pods_ExampleSwift.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
04DD0D62522116B1D9F62403 /* Pods_ExampleSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExampleSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
521D8B4D1E648AD9000BF6B2 /* ExampleSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ExampleSwift.app; sourceTree = BUILT_PRODUCTS_DIR; };
521D8B501E648AD9000BF6B2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
521D8B521E648AD9000BF6B2 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand All @@ -24,17 +25,16 @@
521D8B5A1E648AD9000BF6B2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
521D8B5C1E648AD9000BF6B2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
52F72BAB1E6490E700663332 /* ExampleSwift.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ExampleSwift.entitlements; sourceTree = "<group>"; };
59AE5CAFA7C479C529609715 /* Pods_ExampleSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExampleSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6C73DFA8DD114EF96E84770C /* Pods-ExampleSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleSwift.debug.xcconfig"; path = "Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift.debug.xcconfig"; sourceTree = "<group>"; };
ED511B94BD154EEE926DA68C /* Pods-ExampleSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleSwift.release.xcconfig"; path = "Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift.release.xcconfig"; sourceTree = "<group>"; };
B589C2679E71D32C6E0D4C1D /* Pods-ExampleSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleSwift.release.xcconfig"; path = "Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift.release.xcconfig"; sourceTree = "<group>"; };
E2162C6501FD66A6EF3E104E /* Pods-ExampleSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleSwift.debug.xcconfig"; path = "Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
521D8B4A1E648AD9000BF6B2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C27F63C5BBDFDDFF12DC8568 /* Pods_ExampleSwift.framework in Frameworks */,
0B91FA094F32B41AAB04289E /* Pods_ExampleSwift.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -44,8 +44,8 @@
24D061861DD5364FF9031F67 /* Pods */ = {
isa = PBXGroup;
children = (
6C73DFA8DD114EF96E84770C /* Pods-ExampleSwift.debug.xcconfig */,
ED511B94BD154EEE926DA68C /* Pods-ExampleSwift.release.xcconfig */,
E2162C6501FD66A6EF3E104E /* Pods-ExampleSwift.debug.xcconfig */,
B589C2679E71D32C6E0D4C1D /* Pods-ExampleSwift.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
Expand All @@ -56,7 +56,7 @@
521D8B4F1E648AD9000BF6B2 /* ExampleSwift */,
521D8B4E1E648AD9000BF6B2 /* Products */,
24D061861DD5364FF9031F67 /* Pods */,
A9974CA794AF686A8E87380D /* Frameworks */,
716E52B53675F42E9419DC1F /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -82,10 +82,10 @@
path = ExampleSwift;
sourceTree = "<group>";
};
A9974CA794AF686A8E87380D /* Frameworks */ = {
716E52B53675F42E9419DC1F /* Frameworks */ = {
isa = PBXGroup;
children = (
59AE5CAFA7C479C529609715 /* Pods_ExampleSwift.framework */,
04DD0D62522116B1D9F62403 /* Pods_ExampleSwift.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand All @@ -97,11 +97,11 @@
isa = PBXNativeTarget;
buildConfigurationList = 521D8B5F1E648AD9000BF6B2 /* Build configuration list for PBXNativeTarget "ExampleSwift" */;
buildPhases = (
FF114CE604B9B30396245DDB /* [CP] Check Pods Manifest.lock */,
0847DDBB066973BEE2E6BE84 /* [CP] Check Pods Manifest.lock */,
521D8B491E648AD9000BF6B2 /* Sources */,
521D8B4A1E648AD9000BF6B2 /* Frameworks */,
521D8B4B1E648AD9000BF6B2 /* Resources */,
D90316609185210E9341174C /* [CP] Embed Pods Frameworks */,
8B64CED07B41902744AE0232 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand All @@ -119,7 +119,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 1140;
LastUpgradeCheck = 1210;
ORGANIZATIONNAME = CleverTap;
TargetAttributes = {
521D8B4C1E648AD9000BF6B2 = {
Expand Down Expand Up @@ -170,43 +170,43 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
D90316609185210E9341174C /* [CP] Embed Pods Frameworks */ = {
0847DDBB066973BEE2E6BE84 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-ExampleSwift-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift-frameworks.sh\"\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
FF114CE604B9B30396245DDB /* [CP] Check Pods Manifest.lock */ = {
8B64CED07B41902744AE0232 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-ExampleSwift-checkManifestLockResult.txt",
"${PODS_ROOT}/Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ExampleSwift/Pods-ExampleSwift-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -268,6 +268,7 @@
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;
Expand All @@ -292,7 +293,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -327,6 +328,7 @@
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;
Expand All @@ -345,7 +347,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand All @@ -357,7 +359,7 @@
};
521D8B601E648AD9000BF6B2 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6C73DFA8DD114EF96E84770C /* Pods-ExampleSwift.debug.xcconfig */;
baseConfigurationReference = E2162C6501FD66A6EF3E104E /* Pods-ExampleSwift.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ExampleSwift/ExampleSwift.entitlements;
Expand All @@ -377,7 +379,7 @@
};
521D8B611E648AD9000BF6B2 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = ED511B94BD154EEE926DA68C /* Pods-ExampleSwift.release.xcconfig */;
baseConfigurationReference = B589C2679E71D32C6E0D4C1D /* Pods-ExampleSwift.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ExampleSwift/ExampleSwift.entitlements;
Expand Down
2 changes: 1 addition & 1 deletion ExampleSwift/ExampleSwift/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import UserNotifications

import Analytics
import Segment
import CleverTapSDK
import Segment_CleverTap

Expand Down
Loading