Skip to content

Commit ff3039c

Browse files
committed
v16.2.1
1 parent e49f97a commit ff3039c

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
minSdkVersion rootProject.ext.minSdkVersion
3333
targetSdkVersion rootProject.ext.targetSdkVersion
3434
compileSdk rootProject.ext.compileSdkVersion
35-
versionCode 9204020
36-
versionName "16.2.0"
35+
versionCode 9204021
36+
versionName "16.2.1"
3737
}
3838

3939
splits {

ios/learnX.xcodeproj/project.pbxproj

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,14 @@
318318
inputFileListPaths = (
319319
"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks-${CONFIGURATION}-input-files.xcfilelist",
320320
);
321+
inputPaths = (
322+
);
321323
name = "[CP] Embed Pods Frameworks";
322324
outputFileListPaths = (
323325
"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks-${CONFIGURATION}-output-files.xcfilelist",
324326
);
327+
outputPaths = (
328+
);
325329
runOnlyForDeploymentPostprocessing = 0;
326330
shellPath = /bin/sh;
327331
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks.sh\"\n";
@@ -381,10 +385,14 @@
381385
inputFileListPaths = (
382386
"${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources-${CONFIGURATION}-input-files.xcfilelist",
383387
);
388+
inputPaths = (
389+
);
384390
name = "[CP] Copy Pods Resources";
385391
outputFileListPaths = (
386392
"${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources-${CONFIGURATION}-output-files.xcfilelist",
387393
);
394+
outputPaths = (
395+
);
388396
runOnlyForDeploymentPostprocessing = 0;
389397
shellPath = /bin/sh;
390398
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources.sh\"\n";
@@ -443,10 +451,14 @@
443451
inputFileListPaths = (
444452
"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources-${CONFIGURATION}-input-files.xcfilelist",
445453
);
454+
inputPaths = (
455+
);
446456
name = "[CP] Copy Pods Resources";
447457
outputFileListPaths = (
448458
"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources-${CONFIGURATION}-output-files.xcfilelist",
449459
);
460+
outputPaths = (
461+
);
450462
runOnlyForDeploymentPostprocessing = 0;
451463
shellPath = /bin/sh;
452464
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources.sh\"\n";
@@ -512,7 +524,7 @@
512524
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
513525
CODE_SIGN_IDENTITY = "Apple Development";
514526
CODE_SIGN_STYLE = Automatic;
515-
CURRENT_PROJECT_VERSION = 4020;
527+
CURRENT_PROJECT_VERSION = 4021;
516528
DEAD_CODE_STRIPPING = YES;
517529
DEVELOPMENT_TEAM = G896QC26MC;
518530
ENABLE_BITCODE = NO;
@@ -529,7 +541,7 @@
529541
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
530542
"$(inherited)",
531543
);
532-
MARKETING_VERSION = 16.2.0;
544+
MARKETING_VERSION = 16.2.1;
533545
OTHER_LDFLAGS = (
534546
"$(inherited)",
535547
"-ObjC",
@@ -559,7 +571,7 @@
559571
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
560572
CODE_SIGN_IDENTITY = "Apple Development";
561573
CODE_SIGN_STYLE = Automatic;
562-
CURRENT_PROJECT_VERSION = 4020;
574+
CURRENT_PROJECT_VERSION = 4021;
563575
DEAD_CODE_STRIPPING = YES;
564576
DEVELOPMENT_TEAM = G896QC26MC;
565577
INFOPLIST_FILE = learnX/Info.plist;
@@ -575,7 +587,7 @@
575587
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
576588
"$(inherited)",
577589
);
578-
MARKETING_VERSION = 16.2.0;
590+
MARKETING_VERSION = 16.2.1;
579591
OTHER_LDFLAGS = (
580592
"$(inherited)",
581593
"-ObjC",
@@ -674,10 +686,7 @@
674686
);
675687
MTL_ENABLE_DEBUG_INFO = YES;
676688
ONLY_ACTIVE_ARCH = YES;
677-
OTHER_CFLAGS = (
678-
"$(inherited)",
679-
" ",
680-
);
689+
OTHER_CFLAGS = "$(inherited) ";
681690
OTHER_CPLUSPLUSFLAGS = (
682691
"$(OTHER_CFLAGS)",
683692
"-DFOLLY_NO_CONFIG",
@@ -765,10 +774,7 @@
765774
"\"$(inherited)\"",
766775
);
767776
MTL_ENABLE_DEBUG_INFO = NO;
768-
OTHER_CFLAGS = (
769-
"$(inherited)",
770-
" ",
771-
);
777+
OTHER_CFLAGS = "$(inherited) ";
772778
OTHER_CPLUSPLUSFLAGS = (
773779
"$(OTHER_CFLAGS)",
774780
"-DFOLLY_NO_CONFIG",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "learnX",
3-
"version": "16.2.0",
3+
"version": "16.2.1",
44
"private": true,
55
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
66
"scripts": {

0 commit comments

Comments
 (0)