react-native-applovin-max 6.5.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +46 -100
- package/android/gradle.properties +4 -4
- package/android/src/main/AndroidManifest.xml +2 -2
- package/android/src/main/AndroidManifestNew.xml +2 -0
- package/android/src/main/java/com/applovin/reactnative/AppLovinMAXAdView.java +123 -163
- package/android/src/main/java/com/applovin/reactnative/AppLovinMAXAdViewManager.java +24 -17
- package/android/src/main/java/com/applovin/reactnative/AppLovinMAXAdViewUiComponent.java +239 -0
- package/android/src/main/java/com/applovin/reactnative/AppLovinMAXModule.java +297 -336
- package/android/src/main/java/com/applovin/reactnative/AppLovinMAXNativeAdView.java +13 -12
- package/android/src/main/java/com/applovin/reactnative/AppLovinMAXNativeAdViewManager.java +11 -14
- package/android/src/main/java/com/applovin/reactnative/AppLovinMAXPackage.java +3 -3
- package/ios/AppLovinMAX.h +1 -1
- package/ios/AppLovinMAX.m +62 -12
- package/ios/AppLovinMAXAdView.h +12 -0
- package/ios/AppLovinMAXAdView.m +120 -142
- package/ios/AppLovinMAXAdViewUIComponent.h +27 -0
- package/ios/AppLovinMAXAdViewUIComponent.m +199 -0
- package/package.json +94 -21
- package/react-native-applovin-max.podspec +29 -5
- package/src/AdView.tsx +83 -26
- package/src/AppLovinMAX.ts +1 -1
- package/src/InterstitialAd.ts +1 -3
- package/src/MRecAd.ts +2 -8
- package/src/TargetingData.ts +2 -15
- package/src/index.ts +9 -10
- package/src/nativeAd/NativeAdView.tsx +33 -49
- package/src/nativeAd/NativeAdViewComponents.tsx +22 -31
- package/src/types/AdViewProps.ts +29 -1
- package/android/.project +0 -17
- package/android/.settings/org.eclipse.buildship.core.prefs +0 -13
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -6
- package/android/gradlew +0 -172
- package/android/gradlew.bat +0 -84
- package/ios/AppLovinMAX.xcodeproj/project.pbxproj +0 -368
- package/ios/AppLovinMAX.xcodeproj/xcshareddata/xcschemes/AppLovinMAX.xcscheme +0 -67
- package/ios/AppLovinMAX.xcworkspace/contents.xcworkspacedata +0 -10
- package/ios/AppLovinMAX.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/Podfile +0 -40
- package/ios/Podfile.lock +0 -373
|
@@ -1,368 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 46;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
1D2890F5251ABC83004F1CC4 /* AppLovinMAXAdViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D2890F4251ABC83004F1CC4 /* AppLovinMAXAdViewManager.m */; };
|
|
11
|
-
1D3CC34128C18441003E5A07 /* AppLovinMAXAdView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3CC34028C18441003E5A07 /* AppLovinMAXAdView.m */; };
|
|
12
|
-
1DEA13CD24B9258700D42847 /* AppLovinMAX.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DEA13CC24B9258700D42847 /* AppLovinMAX.m */; };
|
|
13
|
-
7A47215228D8968100854002 /* AppLovinMAXNativeAdViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A47214F28D8968100854002 /* AppLovinMAXNativeAdViewManager.m */; };
|
|
14
|
-
7A47215728D8968800854002 /* AppLovinMAXNativeAdView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A47215328D8968800854002 /* AppLovinMAXNativeAdView.m */; };
|
|
15
|
-
DE4E5A3D46DDFAE766DFFE58 /* libPods-AppLovinMAX.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EF1B4EBC7187611714984C78 /* libPods-AppLovinMAX.a */; };
|
|
16
|
-
/* End PBXBuildFile section */
|
|
17
|
-
|
|
18
|
-
/* Begin PBXCopyFilesBuildPhase section */
|
|
19
|
-
58B511D91A9E6C8500147676 /* CopyFiles */ = {
|
|
20
|
-
isa = PBXCopyFilesBuildPhase;
|
|
21
|
-
buildActionMask = 2147483647;
|
|
22
|
-
dstPath = "include/$(PRODUCT_NAME)";
|
|
23
|
-
dstSubfolderSpec = 16;
|
|
24
|
-
files = (
|
|
25
|
-
);
|
|
26
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
27
|
-
};
|
|
28
|
-
/* End PBXCopyFilesBuildPhase section */
|
|
29
|
-
|
|
30
|
-
/* Begin PBXFileReference section */
|
|
31
|
-
02C016BD7D928F70A6C52DE3 /* Pods-AppLovinMAX.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppLovinMAX.debug.xcconfig"; path = "Target Support Files/Pods-AppLovinMAX/Pods-AppLovinMAX.debug.xcconfig"; sourceTree = "<group>"; };
|
|
32
|
-
134814201AA4EA6300B7C361 /* libAppLovinMAX.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAppLovinMAX.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
33
|
-
1D2890F3251ABC83004F1CC4 /* AppLovinMAXAdViewManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppLovinMAXAdViewManager.h; sourceTree = "<group>"; };
|
|
34
|
-
1D2890F4251ABC83004F1CC4 /* AppLovinMAXAdViewManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppLovinMAXAdViewManager.m; sourceTree = "<group>"; };
|
|
35
|
-
1D3CC33F28C18440003E5A07 /* AppLovinMAXAdView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppLovinMAXAdView.h; sourceTree = "<group>"; };
|
|
36
|
-
1D3CC34028C18441003E5A07 /* AppLovinMAXAdView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppLovinMAXAdView.m; sourceTree = "<group>"; };
|
|
37
|
-
1DEA13CC24B9258700D42847 /* AppLovinMAX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppLovinMAX.m; sourceTree = "<group>"; };
|
|
38
|
-
7A47214F28D8968100854002 /* AppLovinMAXNativeAdViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppLovinMAXNativeAdViewManager.m; sourceTree = "<group>"; };
|
|
39
|
-
7A47215128D8968100854002 /* AppLovinMAXNativeAdViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppLovinMAXNativeAdViewManager.h; sourceTree = "<group>"; };
|
|
40
|
-
7A47215328D8968800854002 /* AppLovinMAXNativeAdView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppLovinMAXNativeAdView.m; sourceTree = "<group>"; };
|
|
41
|
-
7A47215428D8968800854002 /* AppLovinMAXNativeAdView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppLovinMAXNativeAdView.h; sourceTree = "<group>"; };
|
|
42
|
-
B3E7B5881CC2AC0600A0062D /* AppLovinMAX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppLovinMAX.h; sourceTree = "<group>"; };
|
|
43
|
-
EF1B4EBC7187611714984C78 /* libPods-AppLovinMAX.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AppLovinMAX.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
44
|
-
F80C453A02323F11AB9FD612 /* Pods-AppLovinMAX.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppLovinMAX.release.xcconfig"; path = "Target Support Files/Pods-AppLovinMAX/Pods-AppLovinMAX.release.xcconfig"; sourceTree = "<group>"; };
|
|
45
|
-
/* End PBXFileReference section */
|
|
46
|
-
|
|
47
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
48
|
-
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
|
49
|
-
isa = PBXFrameworksBuildPhase;
|
|
50
|
-
buildActionMask = 2147483647;
|
|
51
|
-
files = (
|
|
52
|
-
DE4E5A3D46DDFAE766DFFE58 /* libPods-AppLovinMAX.a in Frameworks */,
|
|
53
|
-
);
|
|
54
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
55
|
-
};
|
|
56
|
-
/* End PBXFrameworksBuildPhase section */
|
|
57
|
-
|
|
58
|
-
/* Begin PBXGroup section */
|
|
59
|
-
134814211AA4EA7D00B7C361 /* Products */ = {
|
|
60
|
-
isa = PBXGroup;
|
|
61
|
-
children = (
|
|
62
|
-
134814201AA4EA6300B7C361 /* libAppLovinMAX.a */,
|
|
63
|
-
);
|
|
64
|
-
name = Products;
|
|
65
|
-
sourceTree = "<group>";
|
|
66
|
-
};
|
|
67
|
-
1E696A0F28A9ED7C75EC4EC0 /* Frameworks */ = {
|
|
68
|
-
isa = PBXGroup;
|
|
69
|
-
children = (
|
|
70
|
-
EF1B4EBC7187611714984C78 /* libPods-AppLovinMAX.a */,
|
|
71
|
-
);
|
|
72
|
-
name = Frameworks;
|
|
73
|
-
sourceTree = "<group>";
|
|
74
|
-
};
|
|
75
|
-
58B511D21A9E6C8500147676 = {
|
|
76
|
-
isa = PBXGroup;
|
|
77
|
-
children = (
|
|
78
|
-
B3E7B5881CC2AC0600A0062D /* AppLovinMAX.h */,
|
|
79
|
-
1DEA13CC24B9258700D42847 /* AppLovinMAX.m */,
|
|
80
|
-
1D3CC33F28C18440003E5A07 /* AppLovinMAXAdView.h */,
|
|
81
|
-
1D3CC34028C18441003E5A07 /* AppLovinMAXAdView.m */,
|
|
82
|
-
1D2890F3251ABC83004F1CC4 /* AppLovinMAXAdViewManager.h */,
|
|
83
|
-
1D2890F4251ABC83004F1CC4 /* AppLovinMAXAdViewManager.m */,
|
|
84
|
-
7A47215428D8968800854002 /* AppLovinMAXNativeAdView.h */,
|
|
85
|
-
7A47215328D8968800854002 /* AppLovinMAXNativeAdView.m */,
|
|
86
|
-
7A47215128D8968100854002 /* AppLovinMAXNativeAdViewManager.h */,
|
|
87
|
-
7A47214F28D8968100854002 /* AppLovinMAXNativeAdViewManager.m */,
|
|
88
|
-
1E696A0F28A9ED7C75EC4EC0 /* Frameworks */,
|
|
89
|
-
B20EE642686C6BAEB6C5B87A /* Pods */,
|
|
90
|
-
134814211AA4EA7D00B7C361 /* Products */,
|
|
91
|
-
);
|
|
92
|
-
sourceTree = "<group>";
|
|
93
|
-
};
|
|
94
|
-
B20EE642686C6BAEB6C5B87A /* Pods */ = {
|
|
95
|
-
isa = PBXGroup;
|
|
96
|
-
children = (
|
|
97
|
-
02C016BD7D928F70A6C52DE3 /* Pods-AppLovinMAX.debug.xcconfig */,
|
|
98
|
-
F80C453A02323F11AB9FD612 /* Pods-AppLovinMAX.release.xcconfig */,
|
|
99
|
-
);
|
|
100
|
-
path = Pods;
|
|
101
|
-
sourceTree = "<group>";
|
|
102
|
-
};
|
|
103
|
-
/* End PBXGroup section */
|
|
104
|
-
|
|
105
|
-
/* Begin PBXNativeTarget section */
|
|
106
|
-
58B511DA1A9E6C8500147676 /* AppLovinMAX */ = {
|
|
107
|
-
isa = PBXNativeTarget;
|
|
108
|
-
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "AppLovinMAX" */;
|
|
109
|
-
buildPhases = (
|
|
110
|
-
F3AC992A7D1CA3E1012B1F9D /* [CP] Check Pods Manifest.lock */,
|
|
111
|
-
58B511D71A9E6C8500147676 /* Sources */,
|
|
112
|
-
58B511D81A9E6C8500147676 /* Frameworks */,
|
|
113
|
-
58B511D91A9E6C8500147676 /* CopyFiles */,
|
|
114
|
-
);
|
|
115
|
-
buildRules = (
|
|
116
|
-
);
|
|
117
|
-
dependencies = (
|
|
118
|
-
);
|
|
119
|
-
name = AppLovinMAX;
|
|
120
|
-
productName = RCTDataManager;
|
|
121
|
-
productReference = 134814201AA4EA6300B7C361 /* libAppLovinMAX.a */;
|
|
122
|
-
productType = "com.apple.product-type.library.static";
|
|
123
|
-
};
|
|
124
|
-
/* End PBXNativeTarget section */
|
|
125
|
-
|
|
126
|
-
/* Begin PBXProject section */
|
|
127
|
-
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
128
|
-
isa = PBXProject;
|
|
129
|
-
attributes = {
|
|
130
|
-
LastUpgradeCheck = 1220;
|
|
131
|
-
ORGANIZATIONNAME = Facebook;
|
|
132
|
-
TargetAttributes = {
|
|
133
|
-
58B511DA1A9E6C8500147676 = {
|
|
134
|
-
CreatedOnToolsVersion = 6.1.1;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "AppLovinMAX" */;
|
|
139
|
-
compatibilityVersion = "Xcode 3.2";
|
|
140
|
-
developmentRegion = en;
|
|
141
|
-
hasScannedForEncodings = 0;
|
|
142
|
-
knownRegions = (
|
|
143
|
-
en,
|
|
144
|
-
Base,
|
|
145
|
-
);
|
|
146
|
-
mainGroup = 58B511D21A9E6C8500147676;
|
|
147
|
-
productRefGroup = 58B511D21A9E6C8500147676;
|
|
148
|
-
projectDirPath = "";
|
|
149
|
-
projectRoot = "";
|
|
150
|
-
targets = (
|
|
151
|
-
58B511DA1A9E6C8500147676 /* AppLovinMAX */,
|
|
152
|
-
);
|
|
153
|
-
};
|
|
154
|
-
/* End PBXProject section */
|
|
155
|
-
|
|
156
|
-
/* Begin PBXShellScriptBuildPhase section */
|
|
157
|
-
F3AC992A7D1CA3E1012B1F9D /* [CP] Check Pods Manifest.lock */ = {
|
|
158
|
-
isa = PBXShellScriptBuildPhase;
|
|
159
|
-
buildActionMask = 2147483647;
|
|
160
|
-
files = (
|
|
161
|
-
);
|
|
162
|
-
inputFileListPaths = (
|
|
163
|
-
);
|
|
164
|
-
inputPaths = (
|
|
165
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
166
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
167
|
-
);
|
|
168
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
169
|
-
outputFileListPaths = (
|
|
170
|
-
);
|
|
171
|
-
outputPaths = (
|
|
172
|
-
"$(DERIVED_FILE_DIR)/Pods-AppLovinMAX-checkManifestLockResult.txt",
|
|
173
|
-
);
|
|
174
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
175
|
-
shellPath = /bin/sh;
|
|
176
|
-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
177
|
-
showEnvVarsInLog = 0;
|
|
178
|
-
};
|
|
179
|
-
/* End PBXShellScriptBuildPhase section */
|
|
180
|
-
|
|
181
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
182
|
-
58B511D71A9E6C8500147676 /* Sources */ = {
|
|
183
|
-
isa = PBXSourcesBuildPhase;
|
|
184
|
-
buildActionMask = 2147483647;
|
|
185
|
-
files = (
|
|
186
|
-
7A47215228D8968100854002 /* AppLovinMAXNativeAdViewManager.m in Sources */,
|
|
187
|
-
1D2890F5251ABC83004F1CC4 /* AppLovinMAXAdViewManager.m in Sources */,
|
|
188
|
-
7A47215728D8968800854002 /* AppLovinMAXNativeAdView.m in Sources */,
|
|
189
|
-
1D3CC34128C18441003E5A07 /* AppLovinMAXAdView.m in Sources */,
|
|
190
|
-
1DEA13CD24B9258700D42847 /* AppLovinMAX.m in Sources */,
|
|
191
|
-
);
|
|
192
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
193
|
-
};
|
|
194
|
-
/* End PBXSourcesBuildPhase section */
|
|
195
|
-
|
|
196
|
-
/* Begin XCBuildConfiguration section */
|
|
197
|
-
58B511ED1A9E6C8500147676 /* Debug */ = {
|
|
198
|
-
isa = XCBuildConfiguration;
|
|
199
|
-
buildSettings = {
|
|
200
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
201
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
202
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
203
|
-
CLANG_ENABLE_MODULES = YES;
|
|
204
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
205
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
206
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
207
|
-
CLANG_WARN_COMMA = YES;
|
|
208
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
209
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
210
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
211
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
212
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
213
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
214
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
215
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
216
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
217
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
218
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
219
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
220
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
221
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
222
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
223
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
224
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
225
|
-
COPY_PHASE_STRIP = NO;
|
|
226
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
227
|
-
ENABLE_TESTABILITY = YES;
|
|
228
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
229
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
230
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
231
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
232
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
233
|
-
"DEBUG=1",
|
|
234
|
-
"$(inherited)",
|
|
235
|
-
);
|
|
236
|
-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
237
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
238
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
239
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
240
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
241
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
242
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
243
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
244
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
|
245
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
246
|
-
SDKROOT = iphoneos;
|
|
247
|
-
};
|
|
248
|
-
name = Debug;
|
|
249
|
-
};
|
|
250
|
-
58B511EE1A9E6C8500147676 /* Release */ = {
|
|
251
|
-
isa = XCBuildConfiguration;
|
|
252
|
-
buildSettings = {
|
|
253
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
254
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
255
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
256
|
-
CLANG_ENABLE_MODULES = YES;
|
|
257
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
258
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
259
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
260
|
-
CLANG_WARN_COMMA = YES;
|
|
261
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
262
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
263
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
264
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
265
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
266
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
267
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
268
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
269
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
270
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
271
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
272
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
273
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
274
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
275
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
276
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
277
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
278
|
-
COPY_PHASE_STRIP = YES;
|
|
279
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
280
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
281
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
282
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
283
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
284
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
285
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
286
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
287
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
288
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
289
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
290
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
291
|
-
SDKROOT = iphoneos;
|
|
292
|
-
VALIDATE_PRODUCT = YES;
|
|
293
|
-
};
|
|
294
|
-
name = Release;
|
|
295
|
-
};
|
|
296
|
-
58B511F01A9E6C8500147676 /* Debug */ = {
|
|
297
|
-
isa = XCBuildConfiguration;
|
|
298
|
-
baseConfigurationReference = 02C016BD7D928F70A6C52DE3 /* Pods-AppLovinMAX.debug.xcconfig */;
|
|
299
|
-
buildSettings = {
|
|
300
|
-
FRAMEWORK_SEARCH_PATHS = (
|
|
301
|
-
"$(inherited)",
|
|
302
|
-
"$(SRCROOT)/../node_modules/**",
|
|
303
|
-
);
|
|
304
|
-
HEADER_SEARCH_PATHS = (
|
|
305
|
-
"$(inherited)",
|
|
306
|
-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
307
|
-
"$(SRCROOT)/../../../React/**",
|
|
308
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
309
|
-
);
|
|
310
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
311
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
312
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
313
|
-
PRODUCT_NAME = AppLovinMAX;
|
|
314
|
-
SKIP_INSTALL = YES;
|
|
315
|
-
SYSTEM_FRAMEWORK_SEARCH_PATHS = "";
|
|
316
|
-
USER_HEADER_SEARCH_PATHS = "";
|
|
317
|
-
};
|
|
318
|
-
name = Debug;
|
|
319
|
-
};
|
|
320
|
-
58B511F11A9E6C8500147676 /* Release */ = {
|
|
321
|
-
isa = XCBuildConfiguration;
|
|
322
|
-
baseConfigurationReference = F80C453A02323F11AB9FD612 /* Pods-AppLovinMAX.release.xcconfig */;
|
|
323
|
-
buildSettings = {
|
|
324
|
-
FRAMEWORK_SEARCH_PATHS = (
|
|
325
|
-
"$(inherited)",
|
|
326
|
-
"$(SRCROOT)/../node_modules/**",
|
|
327
|
-
);
|
|
328
|
-
HEADER_SEARCH_PATHS = (
|
|
329
|
-
"$(inherited)",
|
|
330
|
-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
331
|
-
"$(SRCROOT)/../../../React/**",
|
|
332
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
333
|
-
);
|
|
334
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
335
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
336
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
337
|
-
PRODUCT_NAME = AppLovinMAX;
|
|
338
|
-
SKIP_INSTALL = YES;
|
|
339
|
-
SYSTEM_FRAMEWORK_SEARCH_PATHS = "";
|
|
340
|
-
USER_HEADER_SEARCH_PATHS = "";
|
|
341
|
-
};
|
|
342
|
-
name = Release;
|
|
343
|
-
};
|
|
344
|
-
/* End XCBuildConfiguration section */
|
|
345
|
-
|
|
346
|
-
/* Begin XCConfigurationList section */
|
|
347
|
-
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "AppLovinMAX" */ = {
|
|
348
|
-
isa = XCConfigurationList;
|
|
349
|
-
buildConfigurations = (
|
|
350
|
-
58B511ED1A9E6C8500147676 /* Debug */,
|
|
351
|
-
58B511EE1A9E6C8500147676 /* Release */,
|
|
352
|
-
);
|
|
353
|
-
defaultConfigurationIsVisible = 0;
|
|
354
|
-
defaultConfigurationName = Release;
|
|
355
|
-
};
|
|
356
|
-
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "AppLovinMAX" */ = {
|
|
357
|
-
isa = XCConfigurationList;
|
|
358
|
-
buildConfigurations = (
|
|
359
|
-
58B511F01A9E6C8500147676 /* Debug */,
|
|
360
|
-
58B511F11A9E6C8500147676 /* Release */,
|
|
361
|
-
);
|
|
362
|
-
defaultConfigurationIsVisible = 0;
|
|
363
|
-
defaultConfigurationName = Release;
|
|
364
|
-
};
|
|
365
|
-
/* End XCConfigurationList section */
|
|
366
|
-
};
|
|
367
|
-
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
368
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
LastUpgradeVersion = "1200"
|
|
4
|
-
version = "1.3">
|
|
5
|
-
<BuildAction
|
|
6
|
-
parallelizeBuildables = "YES"
|
|
7
|
-
buildImplicitDependencies = "YES">
|
|
8
|
-
<BuildActionEntries>
|
|
9
|
-
<BuildActionEntry
|
|
10
|
-
buildForTesting = "YES"
|
|
11
|
-
buildForRunning = "YES"
|
|
12
|
-
buildForProfiling = "YES"
|
|
13
|
-
buildForArchiving = "YES"
|
|
14
|
-
buildForAnalyzing = "YES">
|
|
15
|
-
<BuildableReference
|
|
16
|
-
BuildableIdentifier = "primary"
|
|
17
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
18
|
-
BuildableName = "libAppLovinMAX.a"
|
|
19
|
-
BlueprintName = "AppLovinMAX"
|
|
20
|
-
ReferencedContainer = "container:AppLovinMAX.xcodeproj">
|
|
21
|
-
</BuildableReference>
|
|
22
|
-
</BuildActionEntry>
|
|
23
|
-
</BuildActionEntries>
|
|
24
|
-
</BuildAction>
|
|
25
|
-
<TestAction
|
|
26
|
-
buildConfiguration = "Debug"
|
|
27
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
28
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
29
|
-
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
30
|
-
<Testables>
|
|
31
|
-
</Testables>
|
|
32
|
-
</TestAction>
|
|
33
|
-
<LaunchAction
|
|
34
|
-
buildConfiguration = "Debug"
|
|
35
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
36
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
37
|
-
launchStyle = "0"
|
|
38
|
-
useCustomWorkingDirectory = "NO"
|
|
39
|
-
ignoresPersistentStateOnLaunch = "NO"
|
|
40
|
-
debugDocumentVersioning = "YES"
|
|
41
|
-
debugServiceExtension = "internal"
|
|
42
|
-
allowLocationSimulation = "YES">
|
|
43
|
-
</LaunchAction>
|
|
44
|
-
<ProfileAction
|
|
45
|
-
buildConfiguration = "Release"
|
|
46
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
47
|
-
savedToolIdentifier = ""
|
|
48
|
-
useCustomWorkingDirectory = "NO"
|
|
49
|
-
debugDocumentVersioning = "YES">
|
|
50
|
-
<MacroExpansion>
|
|
51
|
-
<BuildableReference
|
|
52
|
-
BuildableIdentifier = "primary"
|
|
53
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
54
|
-
BuildableName = "libAppLovinMAX.a"
|
|
55
|
-
BlueprintName = "AppLovinMAX"
|
|
56
|
-
ReferencedContainer = "container:AppLovinMAX.xcodeproj">
|
|
57
|
-
</BuildableReference>
|
|
58
|
-
</MacroExpansion>
|
|
59
|
-
</ProfileAction>
|
|
60
|
-
<AnalyzeAction
|
|
61
|
-
buildConfiguration = "Debug">
|
|
62
|
-
</AnalyzeAction>
|
|
63
|
-
<ArchiveAction
|
|
64
|
-
buildConfiguration = "Release"
|
|
65
|
-
revealArchiveInOrganizer = "YES">
|
|
66
|
-
</ArchiveAction>
|
|
67
|
-
</Scheme>
|
package/ios/Podfile
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Uncomment the next line to define a global platform for your project
|
|
2
|
-
platform :ios, '11.0'
|
|
3
|
-
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
|
4
|
-
|
|
5
|
-
target 'AppLovinMAX' do
|
|
6
|
-
|
|
7
|
-
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
|
|
8
|
-
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
|
|
9
|
-
pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
|
|
10
|
-
pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
|
|
11
|
-
pod 'React', :path => '../node_modules/react-native/'
|
|
12
|
-
pod 'React-Core', :path => '../node_modules/react-native/'
|
|
13
|
-
pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
|
|
14
|
-
pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
|
|
15
|
-
pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
|
|
16
|
-
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
|
|
17
|
-
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
|
|
18
|
-
pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
|
|
19
|
-
pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
|
|
20
|
-
pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
|
|
21
|
-
pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
|
|
22
|
-
pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
|
|
23
|
-
pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
|
|
24
|
-
pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
|
|
25
|
-
|
|
26
|
-
pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
|
|
27
|
-
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
|
|
28
|
-
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
|
|
29
|
-
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
|
|
30
|
-
pod 'React-callinvoker', :path => "../node_modules/react-native/ReactCommon/callinvoker"
|
|
31
|
-
pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
|
|
32
|
-
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga', :modular_headers => true
|
|
33
|
-
|
|
34
|
-
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
|
|
35
|
-
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
|
|
36
|
-
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
|
|
37
|
-
|
|
38
|
-
pod 'AppLovinSDK', '12.5.0'
|
|
39
|
-
|
|
40
|
-
end
|