Skip to content

Commit 333fda7

Browse files
Merge pull request #37 from BranchMetrics/gdeluna-branch/updateiOS
Bump native ios 3.13.3
2 parents 85f4ffb + 7eca270 commit 333fda7

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

AdobeBranchExtension.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AdobeBranchExtension"
3-
s.version = "4.1.0"
3+
s.version = "4.1.1"
44
s.summary = "The Branch extension for Adobe Cloud Platform on iOS."
55

66
s.description = <<-DESC
@@ -26,5 +26,5 @@ Pod::Spec.new do |s|
2626
s.dependency 'AEPLifecycle', '~> 5.1.0'
2727
s.dependency 'AEPIdentity', '~> 5.1.0'
2828
s.dependency 'AEPSignal', '~> 5.1.0'
29-
s.dependency 'BranchSDK', '~> 3.13.0'
29+
s.dependency 'BranchSDK', '~> 3.13.3'
3030
end

Examples/AdobeBranchExample/AdobeBranchExample.xcodeproj/project.pbxproj

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
3B020CCC2E6B2F050088A3C7 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 3B020CCB2E6B2F050088A3C7 /* PrivacyInfo.xcprivacy */; };
11+
441ADFCD9CBD0E558A2E656E /* Pods_AdobeBranchExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81481EB04B844AEA5F3350DF /* Pods_AdobeBranchExample.framework */; };
1112
4D16DBA421AF037F00E362A2 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4D16DBA321AF037F00E362A2 /* Launch Screen.storyboard */; };
1213
4D16DBA721AF5B6300E362A2 /* TextViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D16DBA621AF5B6300E362A2 /* TextViewController.m */; };
1314
4DE097FD219CEABE008AC401 /* Products.json in Resources */ = {isa = PBXBuildFile; fileRef = 4DE097FC219CEABE008AC401 /* Products.json */; };
@@ -36,6 +37,9 @@
3637
4DE097FE219CEE71008AC401 /* Product.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Product.h; sourceTree = "<group>"; };
3738
4DE097FF219CEE71008AC401 /* Product.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Product.m; sourceTree = "<group>"; };
3839
5FF9D44421FA692500A73E56 /* libACPCoreBeta.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libACPCoreBeta.a; sourceTree = BUILT_PRODUCTS_DIR; };
40+
728AA9B162BA975B15BBF89D /* Pods-AdobeBranchExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AdobeBranchExample.debug.xcconfig"; path = "Target Support Files/Pods-AdobeBranchExample/Pods-AdobeBranchExample.debug.xcconfig"; sourceTree = "<group>"; };
41+
81481EB04B844AEA5F3350DF /* Pods_AdobeBranchExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AdobeBranchExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
42+
8CEC8A00B3D73770FD160018 /* Pods-AdobeBranchExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AdobeBranchExample.release.xcconfig"; path = "Target Support Files/Pods-AdobeBranchExample/Pods-AdobeBranchExample.release.xcconfig"; sourceTree = "<group>"; };
3943
AC21DF76215AA0EB00CD5DAC /* ProductViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProductViewController.h; sourceTree = "<group>"; };
4044
AC21DF77215AA0EB00CD5DAC /* ProductViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ProductViewController.m; sourceTree = "<group>"; };
4145
ACAE8104212263F30049505B /* AdobeBranchExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AdobeBranchExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -74,6 +78,7 @@
7478
ACAE812F2122644F0049505B /* libz.tbd in Frameworks */,
7579
ACAE812D212264480049505B /* libstdc++.tbd in Frameworks */,
7680
ACAE812B2122643A0049505B /* libsqlite3.tbd in Frameworks */,
81+
441ADFCD9CBD0E558A2E656E /* Pods_AdobeBranchExample.framework in Frameworks */,
7782
);
7883
runOnlyForDeploymentPostprocessing = 0;
7984
};
@@ -83,6 +88,8 @@
8388
73C43ADAEA57DC95575EA85A /* Pods */ = {
8489
isa = PBXGroup;
8590
children = (
91+
728AA9B162BA975B15BBF89D /* Pods-AdobeBranchExample.debug.xcconfig */,
92+
8CEC8A00B3D73770FD160018 /* Pods-AdobeBranchExample.release.xcconfig */,
8693
);
8794
path = Pods;
8895
sourceTree = "<group>";
@@ -146,6 +153,7 @@
146153
ACAE812E2122644E0049505B /* libz.tbd */,
147154
ACAE812C212264480049505B /* libstdc++.tbd */,
148155
ACAE812A2122643A0049505B /* libsqlite3.tbd */,
156+
81481EB04B844AEA5F3350DF /* Pods_AdobeBranchExample.framework */,
149157
);
150158
name = Frameworks;
151159
sourceTree = "<group>";
@@ -157,9 +165,11 @@
157165
isa = PBXNativeTarget;
158166
buildConfigurationList = ACAE811A212263F40049505B /* Build configuration list for PBXNativeTarget "AdobeBranchExample" */;
159167
buildPhases = (
168+
9F90F9B58CF53C25C1376EE5 /* [CP] Check Pods Manifest.lock */,
160169
ACAE8100212263F30049505B /* Sources */,
161170
ACAE8101212263F30049505B /* Frameworks */,
162171
ACAE8102212263F30049505B /* Resources */,
172+
1FC8ABE38F6AFE5B082C8266 /* [CP] Embed Pods Frameworks */,
163173
);
164174
buildRules = (
165175
);
@@ -223,6 +233,48 @@
223233
};
224234
/* End PBXResourcesBuildPhase section */
225235

236+
/* Begin PBXShellScriptBuildPhase section */
237+
1FC8ABE38F6AFE5B082C8266 /* [CP] Embed Pods Frameworks */ = {
238+
isa = PBXShellScriptBuildPhase;
239+
buildActionMask = 2147483647;
240+
files = (
241+
);
242+
inputFileListPaths = (
243+
"${PODS_ROOT}/Target Support Files/Pods-AdobeBranchExample/Pods-AdobeBranchExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
244+
);
245+
name = "[CP] Embed Pods Frameworks";
246+
outputFileListPaths = (
247+
"${PODS_ROOT}/Target Support Files/Pods-AdobeBranchExample/Pods-AdobeBranchExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
248+
);
249+
runOnlyForDeploymentPostprocessing = 0;
250+
shellPath = /bin/sh;
251+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AdobeBranchExample/Pods-AdobeBranchExample-frameworks.sh\"\n";
252+
showEnvVarsInLog = 0;
253+
};
254+
9F90F9B58CF53C25C1376EE5 /* [CP] Check Pods Manifest.lock */ = {
255+
isa = PBXShellScriptBuildPhase;
256+
buildActionMask = 2147483647;
257+
files = (
258+
);
259+
inputFileListPaths = (
260+
);
261+
inputPaths = (
262+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
263+
"${PODS_ROOT}/Manifest.lock",
264+
);
265+
name = "[CP] Check Pods Manifest.lock";
266+
outputFileListPaths = (
267+
);
268+
outputPaths = (
269+
"$(DERIVED_FILE_DIR)/Pods-AdobeBranchExample-checkManifestLockResult.txt",
270+
);
271+
runOnlyForDeploymentPostprocessing = 0;
272+
shellPath = /bin/sh;
273+
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";
274+
showEnvVarsInLog = 0;
275+
};
276+
/* End PBXShellScriptBuildPhase section */
277+
226278
/* Begin PBXSourcesBuildPhase section */
227279
ACAE8100212263F30049505B /* Sources */ = {
228280
isa = PBXSourcesBuildPhase;
@@ -365,6 +417,7 @@
365417
};
366418
ACAE811B212263F40049505B /* Debug */ = {
367419
isa = XCBuildConfiguration;
420+
baseConfigurationReference = 728AA9B162BA975B15BBF89D /* Pods-AdobeBranchExample.debug.xcconfig */;
368421
buildSettings = {
369422
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
370423
CODE_SIGN_ENTITLEMENTS = AdobeBranchExample/AdobeBranchExample.entitlements;
@@ -386,6 +439,7 @@
386439
};
387440
ACAE811C212263F40049505B /* Release */ = {
388441
isa = XCBuildConfiguration;
442+
baseConfigurationReference = 8CEC8A00B3D73770FD160018 /* Pods-AdobeBranchExample.release.xcconfig */;
389443
buildSettings = {
390444
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
391445
CODE_SIGN_ENTITLEMENTS = AdobeBranchExample/AdobeBranchExample.entitlements;

Examples/AdobeBranchExample/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
platform :ios, '12.0'
2+
13
target 'AdobeBranchExample' do
24
use_frameworks!
35

0 commit comments

Comments
 (0)