You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Analytics.xcodeproj/project.pbxproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1596,7 +1596,7 @@
1596
1596
);
1597
1597
runOnlyForDeploymentPostprocessing = 0;
1598
1598
shellPath = /bin/sh;
1599
-
shellScript = "# Update the version in Analytics.h header\noldVersion=\"\\/\\/ Version .*\"\nnewVersion=\"\\/\\/ Version ${ANALYTICS_VERSION} (Do not change this line. It is automatically modified by the build process)\"\nsed -i'' -e \"s/${oldVersion}/${newVersion}/g\" Analytics/Analytics.h\n\n# Update the version in Analytics.podspec\noldVersion=\"s.version = .*\"\nnewVersion=\"s.version = \\\"${ANALYTICS_VERSION}\\\"\"\nsed -i'' -e \"s/${oldVersion}/${newVersion}/g\" Analytics.podspec\n";
1599
+
shellScript = "# Update the version in Analytics.h header\noldVersion=\"\\/\\/ Version .*\"\nnewVersion=\"\\/\\/ Version ${ANALYTICS_VERSION} (Do not change this line. It is automatically modified by the build process)\"\nsed -i'' -r \"s/${oldVersion}/${newVersion}/g\" Analytics/Analytics.h\n\n# Update the version in Analytics.podspec\noldVersion=\"s.version = .*\"\nnewVersion=\"s.version = \\\"${ANALYTICS_VERSION}\\\"\"\nsed -i'' -r \"s/${oldVersion}/${newVersion}/g\" Analytics.podspec\n";
0 commit comments