Skip to content

Commit 83b75d5

Browse files
committed
feat(ios): rename Xcode NSNativeSources to AppResourcesSrc for clarity
1 parent 89d09d3 commit 83b75d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const APK_EXTENSION_NAME = ".apk";
6868
export const AAB_EXTENSION_NAME = ".aab";
6969
export const APKS_EXTENSION_NAME = ".apks";
7070
export const HASHES_FILE_NAME = ".nshashes";
71-
export const TNS_NATIVE_SOURCE_GROUP_NAME = "NSNativeSources";
71+
export const TNS_NATIVE_SOURCE_GROUP_NAME = "AppResourcesSrc";
7272
export const NATIVE_SOURCE_FOLDER = "src";
7373
export const APPLICATION_RESPONSE_TIMEOUT_SECONDS = 60;
7474
export const NATIVE_EXTENSION_FOLDER = "extensions";

0 commit comments

Comments
 (0)