Skip to content

Commit

Permalink
Codemagic Release Job 22 message: Update Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
anguyenMedallia committed Apr 17, 2023
1 parent 5ee5d56 commit 2c00ba6
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions MedalliaMXO.embeddedframework/MedalliaMXO.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MedalliaMXO.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>MedalliaMXO.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ typedef NS_OPTIONS(NSUInteger, MXOLogComponent) {
@field CityCountryDetection Optin to city/country level tracking.
*/
typedef NS_OPTIONS(NSUInteger, MXOOptInOptions) {
AllTracking NS_SWIFT_NAME(allTracking) = 1,
InteractionTracking NS_SWIFT_NAME(Interactions) = 1 << 1,
KeychainTidStorage NS_SWIFT_NAME(keychainTidStorage) = 1 << 2,
CityCountryDetection NS_SWIFT_NAME(cityCountryDetection) = 1 << 3,
AllTracking NS_SWIFT_NAME(allTracking) = 1,
InteractionTracking NS_SWIFT_NAME(interactionTracking) = 1 << 1,
KeychainTidStorage NS_SWIFT_NAME(keychainTidStorage) = 1 << 2,
CityCountryDetection NS_SWIFT_NAME(cityCountryDetection) = 1 << 3,
};

@protocol MXOAutomaticInteractionSubscription;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ typedef NS_OPTIONS(NSUInteger, MXOLogComponent) {
@field CityCountryDetection Optin to city/country level tracking.
*/
typedef NS_OPTIONS(NSUInteger, MXOOptInOptions) {
AllTracking NS_SWIFT_NAME(allTracking) = 1,
InteractionTracking NS_SWIFT_NAME(Interactions) = 1 << 1,
KeychainTidStorage NS_SWIFT_NAME(keychainTidStorage) = 1 << 2,
CityCountryDetection NS_SWIFT_NAME(cityCountryDetection) = 1 << 3,
AllTracking NS_SWIFT_NAME(allTracking) = 1,
InteractionTracking NS_SWIFT_NAME(interactionTracking) = 1 << 1,
KeychainTidStorage NS_SWIFT_NAME(keychainTidStorage) = 1 << 2,
CityCountryDetection NS_SWIFT_NAME(cityCountryDetection) = 1 << 3,
};

@protocol MXOAutomaticInteractionSubscription;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2c00ba6

Please sign in to comment.