-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from azerion/release/v4.4.7
Release/v4.4.7
- Loading branch information
Showing
56 changed files
with
305 additions
and
1,495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+136 KB
...r.xcframework/ios-arm64-simulator/BlueStackCriteoAdapter.framework/BlueStackCriteoAdapter
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
...ork/ios-arm64-simulator/BlueStackCriteoAdapter.framework/Headers/BlueStackCriteoAdapter.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// | ||
// BlueStackCriteoAdapter.h | ||
// BlueStackCriteoAdapter | ||
// | ||
// Created by Nagib Bin Azad on 8/4/24. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface BlueStackCriteoAdapter : NSObject | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
22 changes: 22 additions & 0 deletions
22
...CriteoAdapter.xcframework/ios-arm64-simulator/BlueStackCriteoAdapter.framework/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
</dict> | ||
</plist> |
9 changes: 9 additions & 0 deletions
9
...xcframework/ios-arm64-simulator/BlueStackCriteoAdapter.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
framework module BlueStackCriteoAdapter { | ||
umbrella header "BlueStackCriteoAdapter.h" | ||
|
||
export * | ||
module * { export * } | ||
|
||
link framework "Foundation" | ||
link framework "UIKit" | ||
} |
Binary file added
BIN
+135 KB
...iteoAdapter.xcframework/ios-arm64/BlueStackCriteoAdapter.framework/BlueStackCriteoAdapter
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
...r.xcframework/ios-arm64/BlueStackCriteoAdapter.framework/Headers/BlueStackCriteoAdapter.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// | ||
// BlueStackCriteoAdapter.h | ||
// BlueStackCriteoAdapter | ||
// | ||
// Created by Nagib Bin Azad on 8/4/24. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface BlueStackCriteoAdapter : NSObject | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
22 changes: 22 additions & 0 deletions
22
BlueStackCriteoAdapter.xcframework/ios-arm64/BlueStackCriteoAdapter.framework/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
</dict> | ||
</plist> |
9 changes: 9 additions & 0 deletions
9
...eoAdapter.xcframework/ios-arm64/BlueStackCriteoAdapter.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
framework module BlueStackCriteoAdapter { | ||
umbrella header "BlueStackCriteoAdapter.h" | ||
|
||
export * | ||
module * { export * } | ||
|
||
link framework "Foundation" | ||
link framework "UIKit" | ||
} |
4 changes: 2 additions & 2 deletions
4
...apper/BluestackCriteoAdapterWrapper.swift → ...apper/BlueStackCriteoAdapterWrapper.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+145 KB
(100%)
BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/BlueStackSDK
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...os-arm64/BlueStackSDK.framework/BlueStackSDKResources.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...m64/BlueStackSDK.framework/BlueStackSDKResources.bundle/_CodeSignature/CodeRequirements-1
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
...os-arm64/BlueStackSDK.framework/BlueStackSDKResources.bundle/_CodeSignature/CodeSignature
Binary file not shown.
Oops, something went wrong.