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: Demo-Swift/Swift-Demo.xcodeproj/project.pbxproj
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,11 +122,13 @@
122
122
isa = PBXProject;
123
123
attributes = {
124
124
LastSwiftUpdateCheck = 0730;
125
-
LastUpgradeCheck = 0730;
125
+
LastUpgradeCheck = 0800;
126
126
ORGANIZATIONNAME = ljh;
127
127
TargetAttributes = {
128
128
366B23091CFD87E3006743C0 = {
129
129
CreatedOnToolsVersion = 7.3.1;
130
+
DevelopmentTeam = 47X3SWHDZ6;
131
+
LastSwiftMigration = 0800;
130
132
};
131
133
};
132
134
};
@@ -204,7 +206,7 @@
204
206
);
205
207
runOnlyForDeploymentPostprocessing = 0;
206
208
shellPath = /bin/sh;
207
-
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";
209
+
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