Skip to content

Commit 62b44d6

Browse files
committed
fix(ios): Revert "build(ios): specify our script phases always run"
This reverts commit 089d1fa.
1 parent 02f1a2e commit 62b44d6

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

packages/app/react-native.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
path: './ios_config.sh',
1212
execution_position: 'after_compile',
1313
input_files: ['$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)'],
14-
always_out_of_date: '1',
1514
},
1615
],
1716
},

packages/crashlytics/react-native.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = {
2727
'${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}',
2828
'$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)',
2929
],
30-
always_out_of_date: '1',
3130
},
3231
],
3332
},

tests/ios/testing.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@
245245
/* Begin PBXShellScriptBuildPhase section */
246246
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
247247
isa = PBXShellScriptBuildPhase;
248-
alwaysOutOfDate = 1;
249248
buildActionMask = 2147483647;
250249
files = (
251250
);
@@ -316,7 +315,6 @@
316315
};
317316
7D57265F10EEF7CD92D7973F /* Copy Detox Framework */ = {
318317
isa = PBXShellScriptBuildPhase;
319-
alwaysOutOfDate = 1;
320318
buildActionMask = 2147483647;
321319
files = (
322320
);
@@ -331,7 +329,6 @@
331329
};
332330
8512258DB46D3EF726067919 /* [CP-User] [RNFB] Crashlytics Configuration */ = {
333331
isa = PBXShellScriptBuildPhase;
334-
alwaysOutOfDate = 1;
335332
buildActionMask = 2147483647;
336333
files = (
337334
);
@@ -346,7 +343,6 @@
346343
};
347344
DAB1A184ED1FB4A446CF5BBC /* [CP-User] [RNFB] Core Configuration */ = {
348345
isa = PBXShellScriptBuildPhase;
349-
alwaysOutOfDate = 1;
350346
buildActionMask = 2147483647;
351347
files = (
352348
);

0 commit comments

Comments
 (0)