-
Notifications
You must be signed in to change notification settings - Fork 0
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 #1 from azerion/release/v1.0.0
Release/v1.0.0
- Loading branch information
Showing
15 changed files
with
240 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'AzerionAdsAppLovinAdapter' | ||
s.version = '1.0.0' | ||
s.summary = 'Adapter of AppLovin for AzerionAds' | ||
s.homepage = 'https://github.com/azerion/azerion-applovin-adapter-ios' | ||
s.authors = { 'Azerion' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/azerion/azerion-applovin-adapter-ios.git', :tag => "v#{s.version}" } | ||
s.source_files = 'AzerionAdsAppLovinAdapter.xcframework/*/*/Headers/*.{h}' | ||
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
s.documentation_url = 'https://github.com/azerion/azerion-applovin-adapter-ios' | ||
s.ios.deployment_target = '10.0' | ||
s.vendored_frameworks = 'AzerionAdsAppLovinAdapter.xcframework' | ||
s.dependency 'AzerionAdsMediationCore', '1.0.0' | ||
s.dependency 'AppLovinSDK', '11.5.1' | ||
|
||
end |
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,42 @@ | ||
<?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>AvailableLibraries</key> | ||
<array> | ||
<dict> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-arm64_i386_x86_64-simulator</string> | ||
<key>LibraryPath</key> | ||
<string>AzerionAdsAppLovinAdapter.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
<string>i386</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_armv7</string> | ||
<key>LibraryPath</key> | ||
<string>AzerionAdsAppLovinAdapter.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
<string>armv7</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
</dict> | ||
</array> | ||
<key>CFBundlePackageType</key> | ||
<string>XFWK</string> | ||
<key>XCFrameworkFormatVersion</key> | ||
<string>1.0</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+404 KB
...xcframework/ios-arm64_armv7/AzerionAdsAppLovinAdapter.framework/AzerionAdsAppLovinAdapter
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
...k/ios-arm64_armv7/AzerionAdsAppLovinAdapter.framework/Headers/AzerionAdsAppLovinAdapter.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,18 @@ | ||
// | ||
// AzerionAdsAppLovinAdapter.h | ||
// AzerionAdsAppLovinAdapter | ||
// | ||
// Created by Nagib Bin Azad on 8/8/22. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
//! Project version number for AzerionAdsAppLovinAdapter. | ||
FOUNDATION_EXPORT double AzerionAdsAppLovinAdapterVersionNumber; | ||
|
||
//! Project version string for AzerionAdsAppLovinAdapter. | ||
FOUNDATION_EXPORT const unsigned char AzerionAdsAppLovinAdapterVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <AzerionAdsAppLovinAdapter/PublicHeader.h> | ||
|
||
|
Binary file added
BIN
+784 Bytes
...ppLovinAdapter.xcframework/ios-arm64_armv7/AzerionAdsAppLovinAdapter.framework/Info.plist
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
....xcframework/ios-arm64_armv7/AzerionAdsAppLovinAdapter.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,6 @@ | ||
framework module AzerionAdsAppLovinAdapter { | ||
umbrella header "AzerionAdsAppLovinAdapter.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
Binary file added
BIN
+474 KB
...arm64_i386_x86_64-simulator/AzerionAdsAppLovinAdapter.framework/AzerionAdsAppLovinAdapter
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
..._x86_64-simulator/AzerionAdsAppLovinAdapter.framework/Headers/AzerionAdsAppLovinAdapter.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,18 @@ | ||
// | ||
// AzerionAdsAppLovinAdapter.h | ||
// AzerionAdsAppLovinAdapter | ||
// | ||
// Created by Nagib Bin Azad on 8/8/22. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
//! Project version number for AzerionAdsAppLovinAdapter. | ||
FOUNDATION_EXPORT double AzerionAdsAppLovinAdapterVersionNumber; | ||
|
||
//! Project version string for AzerionAdsAppLovinAdapter. | ||
FOUNDATION_EXPORT const unsigned char AzerionAdsAppLovinAdapterVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <AzerionAdsAppLovinAdapter/PublicHeader.h> | ||
|
||
|
Binary file added
BIN
+811 Bytes
...cframework/ios-arm64_i386_x86_64-simulator/AzerionAdsAppLovinAdapter.framework/Info.plist
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
...-arm64_i386_x86_64-simulator/AzerionAdsAppLovinAdapter.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,6 @@ | ||
framework module AzerionAdsAppLovinAdapter { | ||
umbrella header "AzerionAdsAppLovinAdapter.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
Binary file added
BIN
+174 Bytes
...64_i386_x86_64-simulator/AzerionAdsAppLovinAdapter.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file added
BIN
+12 Bytes
...i386_x86_64-simulator/AzerionAdsAppLovinAdapter.framework/_CodeSignature/CodeRequirements
Binary file not shown.
Binary file added
BIN
+222 Bytes
...86_x86_64-simulator/AzerionAdsAppLovinAdapter.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
132 changes: 132 additions & 0 deletions
132
...64_i386_x86_64-simulator/AzerionAdsAppLovinAdapter.framework/_CodeSignature/CodeResources
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,132 @@ | ||
<?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>files</key> | ||
<dict> | ||
<key>Headers/AzerionAdsAppLovinAdapter.h</key> | ||
<data> | ||
5u72dqQRG+TMkUGHwk4F/TXKbK8= | ||
</data> | ||
<key>Info.plist</key> | ||
<data> | ||
Mfbazr+4WRTKNEe+S4nw+CphEW0= | ||
</data> | ||
<key>Modules/module.modulemap</key> | ||
<data> | ||
pAIuXgnpjDj+5l2I2Iu+NMlPTuA= | ||
</data> | ||
</dict> | ||
<key>files2</key> | ||
<dict> | ||
<key>Headers/AzerionAdsAppLovinAdapter.h</key> | ||
<dict> | ||
<key>hash</key> | ||
<data> | ||
5u72dqQRG+TMkUGHwk4F/TXKbK8= | ||
</data> | ||
<key>hash2</key> | ||
<data> | ||
LnQnMKhoOKGHaCj2rkivF08UMms+BINARq54z26B/Hs= | ||
</data> | ||
</dict> | ||
<key>Modules/module.modulemap</key> | ||
<dict> | ||
<key>hash</key> | ||
<data> | ||
pAIuXgnpjDj+5l2I2Iu+NMlPTuA= | ||
</data> | ||
<key>hash2</key> | ||
<data> | ||
0cbFB3l70sW5u6kjcuUrE8Xl+jPTFCG/lqV6CgQp21Q= | ||
</data> | ||
</dict> | ||
</dict> | ||
<key>rules</key> | ||
<dict> | ||
<key>^.*</key> | ||
<true/> | ||
<key>^.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^version.plist$</key> | ||
<true/> | ||
</dict> | ||
<key>rules2</key> | ||
<dict> | ||
<key>.*\.dSYM($|/)</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>11</real> | ||
</dict> | ||
<key>^(.*/)?\.DS_Store$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>2000</real> | ||
</dict> | ||
<key>^.*</key> | ||
<true/> | ||
<key>^.*\.lproj/</key> | ||
<dict> | ||
<key>optional</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1000</real> | ||
</dict> | ||
<key>^.*\.lproj/locversion.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>1100</real> | ||
</dict> | ||
<key>^Base\.lproj/</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>1010</real> | ||
</dict> | ||
<key>^Info\.plist$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^PkgInfo$</key> | ||
<dict> | ||
<key>omit</key> | ||
<true/> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^embedded\.provisionprofile$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
<key>^version\.plist$</key> | ||
<dict> | ||
<key>weight</key> | ||
<real>20</real> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
Empty file.