Skip to content

Commit

Permalink
Revert "build(ios): specify our script phases always run"
Browse files Browse the repository at this point in the history
This reverts commit 089d1fa.
  • Loading branch information
mikehardy committed Nov 28, 2023
1 parent 02f1a2e commit 9e51b4d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/app/react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
path: './ios_config.sh',
execution_position: 'after_compile',
input_files: ['$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)'],
always_out_of_date: '1',
},
],
},
Expand Down
1 change: 0 additions & 1 deletion packages/crashlytics/react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module.exports = {
'${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}',
'$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)',
],
always_out_of_date: '1',
},
],
},
Expand Down
4 changes: 0 additions & 4 deletions tests/ios/testing.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@
/* Begin PBXShellScriptBuildPhase section */
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down Expand Up @@ -316,7 +315,6 @@
};
7D57265F10EEF7CD92D7973F /* Copy Detox Framework */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -331,7 +329,6 @@
};
8512258DB46D3EF726067919 /* [CP-User] [RNFB] Crashlytics Configuration */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -346,7 +343,6 @@
};
DAB1A184ED1FB4A446CF5BBC /* [CP-User] [RNFB] Core Configuration */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down

1 comment on commit 9e51b4d

@vercel
Copy link

@vercel vercel bot commented on 9e51b4d Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.