Skip to content

Commit

Permalink
Version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Aug 19, 2022
1 parent 47edecf commit 2e1a9e2
Show file tree
Hide file tree
Showing 106 changed files with 3,366 additions and 174 deletions.
6 changes: 3 additions & 3 deletions BrazeKit.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'BrazeKit'
s.version = '5.1.0'
s.version = '5.2.0'
s.summary = 'Braze Main SDK library providing support for analytics and push notifications.'

s.homepage = 'https://braze.com'
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.1.0/BrazeKit-CocoaPods.zip',
:sha256 => 'dfedd4d9375d4b71be2f4b4b0e604cd3e931339f92f55a37c90a8500f34a7b9a'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.2.0/BrazeKit-CocoaPods.zip',
:sha256 => '65f46bdb2d365a97e7d5cb7807e460098040fd08013f9b41c868332c92907cb4'
}

s.swift_version = '5.0'
Expand Down
8 changes: 4 additions & 4 deletions BrazeLocation.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'BrazeLocation'
s.version = '5.1.0'
s.version = '5.2.0'
s.summary = 'Braze location library providing support for location analytics and geofence monitoring.'

s.homepage = 'https://braze.com'
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.1.0/BrazeLocation-CocoaPods.zip',
:sha256 => '8d1c1b04e586b10dc4987ff57e91ac236246e519fbc214d9b3a2683bdb008b90'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.2.0/BrazeLocation-CocoaPods.zip',
:sha256 => '52b0736d7d1a2313e52ba8ea2f7c6d929c1544e21783ea731bd461979e62ecc5'
}

s.swift_version = '5.0'
Expand All @@ -19,5 +19,5 @@ Pod::Spec.new do |s|

# Depends on BrazeKit because BrazeKit includes the internal _BrazeLocationClient symbols required
# for linking against BrazeLocation.
s.dependency 'BrazeKit', '5.1.0'
s.dependency 'BrazeKit', '5.2.0'
end
6 changes: 3 additions & 3 deletions BrazeNotificationService.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'BrazeNotificationService'
s.version = '5.1.0'
s.version = '5.2.0'
s.summary = 'Braze notification service extension library providing support for Rich Push notifications.'

s.homepage = 'https://braze.com'
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.1.0/BrazeNotificationService-CocoaPods.zip',
:sha256 => '43d2b4cb740391029f40b56ad4a71044498dddad56cf185ab9695aeb7ca550f4'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.2.0/BrazeNotificationService-CocoaPods.zip',
:sha256 => '83877056947d5169827334dd1edc459defd9fa3f2734c925f2103ba2a8a77ea5'
}

s.swift_version = '5.0'
Expand Down
6 changes: 3 additions & 3 deletions BrazePushStory.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'BrazePushStory'
s.version = '5.1.0'
s.version = '5.2.0'
s.summary = 'Braze notification content extension library providing support for Push Stories.'

s.homepage = 'https://braze.com'
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.1.0/BrazePushStory-CocoaPods.zip',
:sha256 => 'b7478167cf457883c6b7ad4455b3a2acd805f258555a9e55bd427b9eeb933de9'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.2.0/BrazePushStory-CocoaPods.zip',
:sha256 => '7b5e803fad8a2e16b7ad86c4ba47d445fce54efbbac1871e794e52a97e890fa5'
}

s.swift_version = '5.0'
Expand Down
8 changes: 4 additions & 4 deletions BrazeUI.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Pod::Spec.new do |s|
s.name = 'BrazeUI'
s.version = '5.1.0'
s.version = '5.2.0'
s.summary = 'Braze-provided user interface library for In-App Messages.'

s.homepage = 'https://braze.com'
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'

s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.1.0' }
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.2.0' }

s.swift_version = '5.0'
s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.0'
s.static_framework = true

s.source_files = 'Sources/BrazeUI/**/*.swift'
s.resource_bundles = { 'BrazeUI' => 'Sources/BrazeUI/Resources/**/*' }

s.dependency 'BrazeKit', '5.1.0'
s.dependency 'BrazeKit', '5.2.0'
end
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 5.2.0

##### Added

- Adds [Content Cards](https://www.braze.com/docs/user_guide/message_building_by_channel/content_cards) support.
- See the [_Content Cards UI_](https://braze-inc.github.io/braze-swift-sdk/tutorials/braze/c2-contentcardsui) tutorial to get started.

##### Changed

- Raises `BrazeUI` minimum deployment target to iOS 11.0 to allow providing SwiftUI compatible Views.

## 5.1.0

##### Fixed
Expand Down
105 changes: 105 additions & 0 deletions Examples/Examples-CocoaPods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@
/* Begin PBXBuildFile section */
0DE3276319B3F7EDE9E5761D /* NotificationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61DA261A3969E80D4910B919 /* NotificationViewController.swift */; };
161DC1259C44AD89479BA698 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA064323F91A22F4E14CAE9D /* NotificationService.swift */; };
243D978233307D328A4A1EE4 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0078638D97BB480D82B18D6C /* Credentials.swift */; };
2A65F13CBADEAEA072B1962A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CABCDD10D6E23AB146F9F7BA /* LaunchScreen.storyboard */; };
30396C24BE39469AE1AFC192 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405EC9F18FB085ECB16DB4F2 /* AppDelegate.swift */; };
30D7A569B1A652D533C6DFF4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CABCDD10D6E23AB146F9F7BA /* LaunchScreen.storyboard */; };
3212C3821215C481B3F4B6C4 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0078638D97BB480D82B18D6C /* Credentials.swift */; };
40FB9F2DCF0F367CEA6D8E12 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0078638D97BB480D82B18D6C /* Credentials.swift */; };
5250467C99642CB433B5BE53 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59732946C90C96FDFD43567E /* AppDelegate.swift */; };
53283BEA84602E64804A8190 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0041AFC6938603AA8E408C85 /* AppDelegate.swift */; };
56E71FBF34C707A0C76D4E92 /* PushNotificationsServiceExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 40B660242E5E30D22F3AC51E /* PushNotificationsServiceExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
5752C25DC8C2CA0C0925C10F /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6208C00FB5F7F0284A26EF20 /* UserNotifications.framework */; };
5B99366856EF616F55DB7F14 /* SDWebImageGIFViewProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC13846BDD825F17C9C23B9B /* SDWebImageGIFViewProvider.swift */; };
5D1F19E9A92921557D3ABD06 /* SDWebImageGIFViewProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF74213486BAEC4E0C94F02D /* SDWebImageGIFViewProvider.swift */; };
5F9F4D1EEA1EB707C67B5E6C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0340E1FFDDBC0C9D72FCD4D4 /* Assets.xcassets */; };
60D9B416B69C17AD0FF5FD87 /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6208C00FB5F7F0284A26EF20 /* UserNotifications.framework */; };
63632CFE7FB3A8E86B4512BF /* AuthenticationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9A4EACB9451C069A63F43F /* AuthenticationManager.swift */; };
7489ACB9F90DED02AA3B64EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03168F8FCB98FF73CC62A64A /* AppDelegate.swift */; };
7FC56E25CCA1B6080699728A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0340E1FFDDBC0C9D72FCD4D4 /* Assets.xcassets */; };
88999EE63EC7F6752930AAFA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CABCDD10D6E23AB146F9F7BA /* LaunchScreen.storyboard */; };
9463BF24AAC12ACDDE2FAC68 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0078638D97BB480D82B18D6C /* Credentials.swift */; };
Expand All @@ -30,6 +34,7 @@
AEDDEDC6F9B5D7838BE908D6 /* PushNotificationsContentExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 7EFD35FD440D538F5EB8F021 /* PushNotificationsContentExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
B2EED1BA8A1282A0D93EFD26 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0340E1FFDDBC0C9D72FCD4D4 /* Assets.xcassets */; };
B485B344BA32445D3024950D /* CheckoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A11FA051B21C67BB9D89127 /* CheckoutViewController.swift */; };
C38B9EA3B93DEF499E7C6FDE /* Readme.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED6428DF0330FE85A4FF7135 /* Readme.swift */; };
C4E0F65CBA014F576019433C /* Readme.swift in Sources */ = {isa = PBXBuildFile; fileRef = C938B015CECD020B6FA2206F /* Readme.swift */; };
C50931E7BC0D74EA19E0F507 /* ReadmeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76740E64DEB7874C6DA73841 /* ReadmeViewController.swift */; };
C8D253B0D10AD3214F6AF79D /* ReadmeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76740E64DEB7874C6DA73841 /* ReadmeViewController.swift */; };
Expand All @@ -38,7 +43,9 @@
E5D45B49FBA2F4F11D9DBBAD /* ReadmeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76740E64DEB7874C6DA73841 /* ReadmeViewController.swift */; };
E63FFCC8439CC53E8F297431 /* UserNotificationsUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1874579DE7E406E73A3CB3A1 /* UserNotificationsUI.framework */; };
F42CC1B49E69F3E73EFAAA3C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 514DAF551BD9AE51D34F1ACB /* AppDelegate.swift */; };
F49C339077170329AC8926A3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0340E1FFDDBC0C9D72FCD4D4 /* Assets.xcassets */; };
F5EEEAF59925C09D6B71D2AE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CABCDD10D6E23AB146F9F7BA /* LaunchScreen.storyboard */; };
F7BCA95A9B52DF8721CEC8EF /* ReadmeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76740E64DEB7874C6DA73841 /* ReadmeViewController.swift */; };
F8A17ADE416B1BDA0913DFC8 /* Readme.swift in Sources */ = {isa = PBXBuildFile; fileRef = D256C020EC4A6696D3E18665 /* Readme.swift */; };
FCE80FC6A44E1A3360CE0ABD /* Readme.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0C55708836E9855934DCA7B /* Readme.swift */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -78,6 +85,7 @@
/* Begin PBXFileReference section */
0041AFC6938603AA8E408C85 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
0078638D97BB480D82B18D6C /* Credentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; };
03168F8FCB98FF73CC62A64A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
0340E1FFDDBC0C9D72FCD4D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
1874579DE7E406E73A3CB3A1 /* UserNotificationsUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotificationsUI.framework; path = System/Library/Frameworks/UserNotificationsUI.framework; sourceTree = SDKROOT; };
2D50867A0DB9C8686F63A371 /* InAppMessages.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = InAppMessages.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -95,11 +103,14 @@
A0C55708836E9855934DCA7B /* Readme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Readme.swift; sourceTree = "<group>"; };
A37E3B0FA418AB843D26F7F9 /* PushNotifications.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = PushNotifications.app; sourceTree = BUILT_PRODUCTS_DIR; };
A77BCD95413ADCF8578235CE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
AC13846BDD825F17C9C23B9B /* SDWebImageGIFViewProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDWebImageGIFViewProvider.swift; sourceTree = "<group>"; };
AF74213486BAEC4E0C94F02D /* SDWebImageGIFViewProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDWebImageGIFViewProvider.swift; sourceTree = "<group>"; };
BA064323F91A22F4E14CAE9D /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
BE9A4EACB9451C069A63F43F /* AuthenticationManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationManager.swift; sourceTree = "<group>"; };
C938B015CECD020B6FA2206F /* Readme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Readme.swift; sourceTree = "<group>"; };
C9C1B6158983BCB0C593DAE4 /* ContentCards.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = ContentCards.app; sourceTree = BUILT_PRODUCTS_DIR; };
D256C020EC4A6696D3E18665 /* Readme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Readme.swift; sourceTree = "<group>"; };
ED6428DF0330FE85A4FF7135 /* Readme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Readme.swift; sourceTree = "<group>"; };
FBB4D400F7D3A993E0BD0841 /* Location.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Location.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -151,6 +162,7 @@
children = (
EB043806B7BB06DCA25E0177 /* Common */,
51FBDA444B2130ED53F050CB /* Analytics */,
EE1BF73C17001D2912250407 /* ContentCards */,
9AA2DA5B878C1242DBDD0410 /* InAppMessages */,
4F38F2ACA591DCA04EF16BB1 /* Location */,
E956091874C7F622B207B35A /* PushNotifications */,
Expand All @@ -174,6 +186,7 @@
isa = PBXGroup;
children = (
2DF8C1CB2B5756E23B0BE275 /* Analytics.app */,
C9C1B6158983BCB0C593DAE4 /* ContentCards.app */,
2D50867A0DB9C8686F63A371 /* InAppMessages.app */,
FBB4D400F7D3A993E0BD0841 /* Location.app */,
A37E3B0FA418AB843D26F7F9 /* PushNotifications.app */,
Expand Down Expand Up @@ -242,6 +255,17 @@
path = Sources/Common;
sourceTree = "<group>";
};
EE1BF73C17001D2912250407 /* ContentCards */ = {
isa = PBXGroup;
children = (
03168F8FCB98FF73CC62A64A /* AppDelegate.swift */,
ED6428DF0330FE85A4FF7135 /* Readme.swift */,
AC13846BDD825F17C9C23B9B /* SDWebImageGIFViewProvider.swift */,
);
name = ContentCards;
path = Sources/ContentCards;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -280,6 +304,22 @@
productReference = A37E3B0FA418AB843D26F7F9 /* PushNotifications.app */;
productType = "com.apple.product-type.application";
};
9097C3EC847DC7AE4B1CA969 /* ContentCards */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9D35AC44AE90C1C27CBF8577 /* Build configuration list for PBXNativeTarget "ContentCards" */;
buildPhases = (
C7726F7D79339C85CB8B1FDB /* Sources */,
0607C6FAE74CA8A0F8E5224B /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ContentCards;
productName = ContentCards;
productReference = C9C1B6158983BCB0C593DAE4 /* ContentCards.app */;
productType = "com.apple.product-type.application";
};
C7435EF6816986F173CAB4E9 /* PushNotificationsContentExtension */ = {
isa = PBXNativeTarget;
buildConfigurationList = 03D1E503F9863A03CB17E53A /* Build configuration list for PBXNativeTarget "PushNotificationsContentExtension" */;
Expand Down Expand Up @@ -367,6 +407,7 @@
projectRoot = "";
targets = (
DB51FDF40865152F0A25DE3B /* Analytics */,
9097C3EC847DC7AE4B1CA969 /* ContentCards */,
1A7E9979FC152DE4F7D5DC2A /* InAppMessages */,
F260478D9F71B63E53D49D3E /* Location */,
726E40C6A0B9D7595B53FE5E /* PushNotifications */,
Expand All @@ -377,6 +418,15 @@
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
0607C6FAE74CA8A0F8E5224B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F49C339077170329AC8926A3 /* Assets.xcassets in Resources */,
30D7A569B1A652D533C6DFF4 /* LaunchScreen.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
324A65B0C1348D482EBD2C51 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -445,6 +495,18 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C7726F7D79339C85CB8B1FDB /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7489ACB9F90DED02AA3B64EE /* AppDelegate.swift in Sources */,
243D978233307D328A4A1EE4 /* Credentials.swift in Sources */,
C38B9EA3B93DEF499E7C6FDE /* Readme.swift in Sources */,
F7BCA95A9B52DF8721CEC8EF /* ReadmeViewController.swift in Sources */,
5B99366856EF616F55DB7F14 /* SDWebImageGIFViewProvider.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D0E6AF1EADD2B87E3CE9991E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -521,6 +583,23 @@
};
name = Release;
};
0FF3E9103BDC67C9723BD0CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = Sources/ContentCards/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.braze.ContentCards;
PRODUCT_NAME = ContentCards;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
13690EEFD7512C8A754DA9A1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -589,6 +668,23 @@
};
name = Release;
};
508970482D723EDFFD096AB1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = Sources/ContentCards/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.braze.ContentCards;
PRODUCT_NAME = ContentCards;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
7E69BEDFFB0C6607D3722A66 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -866,6 +962,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
9D35AC44AE90C1C27CBF8577 /* Build configuration list for PBXNativeTarget "ContentCards" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0FF3E9103BDC67C9723BD0CD /* Debug */,
508970482D723EDFFD096AB1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
C8DA1DB107E7EE64BBBAEBE7 /* Build configuration list for PBXNativeTarget "InAppMessages" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
10 changes: 10 additions & 0 deletions Examples/Examples-CocoaPods.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e1a9e2

Please sign in to comment.