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
{{ message }}
This repository was archived by the owner on May 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Example/SelfieKit.xcodeproj/project.pbxproj
+4-4
Original file line number
Diff line number
Diff line change
@@ -216,12 +216,12 @@
216
216
607FACCF1AFB9204008FA782 = {
217
217
CreatedOnToolsVersion = 6.3.1;
218
218
DevelopmentTeam = LCKTF29ZYH;
219
-
LastSwiftMigration = 0800;
219
+
LastSwiftMigration = 0820;
220
220
};
221
221
607FACE41AFB9204008FA782 = {
222
222
CreatedOnToolsVersion = 6.3.1;
223
223
DevelopmentTeam = LCKTF29ZYH;
224
-
LastSwiftMigration = 0800;
224
+
LastSwiftMigration = 0820;
225
225
TestTargetID = 607FACCF1AFB9204008FA782;
226
226
};
227
227
};
@@ -308,7 +308,7 @@
308
308
);
309
309
runOnlyForDeploymentPostprocessing = 0;
310
310
shellPath = /bin/sh;
311
-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
311
+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
356
+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
0 commit comments