Skip to content

Commit 9e9255a

Browse files
committed
docs(app, ios): note pod install required for ios_config changes
This wastes developer time and deserves a big note
1 parent 7816985 commit 9e9255a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/app/ios_config.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17+
18+
##########################################################################
19+
##########################################################################
20+
#
21+
# NOTE THAT IF YOU CHANGE THIS FILE YOU MUST RUN pod install AFTERWARDS
22+
#
23+
# This file is installed as an Xcode build script in the project file
24+
# by cocoapods, and you will not see your changes until you pod install
25+
#
26+
##########################################################################
27+
##########################################################################
28+
1729
set -e
1830

1931
_MAX_LOOKUPS=2;

0 commit comments

Comments
 (0)