Skip to content

Commit

Permalink
Jenkins auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
af-fess committed Aug 19, 2021
1 parent eb8529c commit 7b162ef
Show file tree
Hide file tree
Showing 55 changed files with 390 additions and 86 deletions.
40 changes: 20 additions & 20 deletions AppsFlyerLib.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -15,78 +15,78 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.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>
<string>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.3.4 (21)
// AppsFlyer iOS SDK 6.3.5 (24)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -351,6 +351,22 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
*/
@property(nonatomic) BOOL disableIDFVCollection;

/**
Set the language of the device. The data will be displayed in Raw Data Reports
Objective-C:
<pre>
[[AppsFlyerLib shared] setCurrentDeviceLanguage:@"EN"]
</pre>
Swift:
<pre>
AppsFlyerLib.shared().currentDeviceLanguage("EN")
</pre>
*/
@property(nonatomic, nullable) NSString *currentDeviceLanguage;

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.3.4 (21)
// AppsFlyer iOS SDK 6.3.5 (24)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -351,6 +351,22 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
*/
@property(nonatomic) BOOL disableIDFVCollection;

/**
Set the language of the device. The data will be displayed in Raw Data Reports
Objective-C:
<pre>
[[AppsFlyerLib shared] setCurrentDeviceLanguage:@"EN"]
</pre>
Swift:
<pre>
AppsFlyerLib.shared().currentDeviceLanguage("EN")
</pre>
*/
@property(nonatomic, nullable) NSString *currentDeviceLanguage;

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</data>
<key>Headers/AppsFlyerLib.h</key>
<data>
jLHdAHT5eXZrsixjggmHtF/8zTA=
fE+4NGr1y/OcTP5ORU2xVNWo4iE=
</data>
<key>Headers/AppsFlyerLinkGenerator.h</key>
<data>
Expand Down Expand Up @@ -76,11 +76,11 @@
<dict>
<key>hash</key>
<data>
jLHdAHT5eXZrsixjggmHtF/8zTA=
fE+4NGr1y/OcTP5ORU2xVNWo4iE=
</data>
<key>hash2</key>
<data>
q5JgLAbIEsd01qaY4//WRpL0ZzAU/pSmFvPluvuRmMw=
f2u0qSmqcjrp3tJPdVXEiSSQCzwtM1xfam35Z8mmJYw=
</data>
</dict>
<key>Headers/AppsFlyerLinkGenerator.h</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.3.4 (21)
// AppsFlyer iOS SDK 6.3.5 (24)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -351,6 +351,22 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
*/
@property(nonatomic) BOOL disableIDFVCollection;

/**
Set the language of the device. The data will be displayed in Raw Data Reports
Objective-C:
<pre>
[[AppsFlyerLib shared] setCurrentDeviceLanguage:@"EN"]
</pre>
Swift:
<pre>
AppsFlyerLib.shared().currentDeviceLanguage("EN")
</pre>
*/
@property(nonatomic, nullable) NSString *currentDeviceLanguage;

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.3.4 (21)
// AppsFlyer iOS SDK 6.3.5 (24)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -351,6 +351,22 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
*/
@property(nonatomic) BOOL disableIDFVCollection;

/**
Set the language of the device. The data will be displayed in Raw Data Reports
Objective-C:
<pre>
[[AppsFlyerLib shared] setCurrentDeviceLanguage:@"EN"]
</pre>
Swift:
<pre>
AppsFlyerLib.shared().currentDeviceLanguage("EN")
</pre>
*/
@property(nonatomic, nullable) NSString *currentDeviceLanguage;

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.3.4 (21)
// AppsFlyer iOS SDK 6.3.5 (24)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -351,6 +351,22 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
*/
@property(nonatomic) BOOL disableIDFVCollection;

/**
Set the language of the device. The data will be displayed in Raw Data Reports
Objective-C:
<pre>
[[AppsFlyerLib shared] setCurrentDeviceLanguage:@"EN"]
</pre>
Swift:
<pre>
AppsFlyerLib.shared().currentDeviceLanguage("EN")
</pre>
*/
@property(nonatomic, nullable) NSString *currentDeviceLanguage;

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.3.4 (21)
// AppsFlyer iOS SDK 6.3.5 (24)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -351,6 +351,22 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
*/
@property(nonatomic) BOOL disableIDFVCollection;

/**
Set the language of the device. The data will be displayed in Raw Data Reports
Objective-C:
<pre>
[[AppsFlyerLib shared] setCurrentDeviceLanguage:@"EN"]
</pre>
Swift:
<pre>
AppsFlyerLib.shared().currentDeviceLanguage("EN")
</pre>
*/
@property(nonatomic, nullable) NSString *currentDeviceLanguage;

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</data>
<key>Headers/AppsFlyerLib.h</key>
<data>
jLHdAHT5eXZrsixjggmHtF/8zTA=
fE+4NGr1y/OcTP5ORU2xVNWo4iE=
</data>
<key>Headers/AppsFlyerLinkGenerator.h</key>
<data>
Expand Down Expand Up @@ -76,11 +76,11 @@
<dict>
<key>hash</key>
<data>
jLHdAHT5eXZrsixjggmHtF/8zTA=
fE+4NGr1y/OcTP5ORU2xVNWo4iE=
</data>
<key>hash2</key>
<data>
q5JgLAbIEsd01qaY4//WRpL0ZzAU/pSmFvPluvuRmMw=
f2u0qSmqcjrp3tJPdVXEiSSQCzwtM1xfam35Z8mmJYw=
</data>
</dict>
<key>Headers/AppsFlyerLinkGenerator.h</key>
Expand Down
Loading

0 comments on commit 7b162ef

Please sign in to comment.