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: ruby-china-ios.xcodeproj/project.pbxproj
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -242,12 +242,13 @@
242
242
isa = PBXProject;
243
243
attributes = {
244
244
LastSwiftUpdateCheck = 0730;
245
-
LastUpgradeCheck = 0730;
245
+
LastUpgradeCheck = 0800;
246
246
ORGANIZATIONNAME = "ruby-china";
247
247
TargetAttributes = {
248
248
9670F18B1D4235D200128F8A = {
249
249
CreatedOnToolsVersion = 7.3.1;
250
250
DevelopmentTeam = A38T799N53;
251
+
LastSwiftMigration = 0800;
251
252
SystemCapabilities = {
252
253
com.apple.Push = {
253
254
enabled = 1;
@@ -305,7 +306,7 @@
305
306
);
306
307
runOnlyForDeploymentPostprocessing = 0;
307
308
shellPath = /bin/sh;
308
-
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";
309
+
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