Skip to content

Commit eca54be

Browse files
committed
Remove SPM references from project.pbxproj
- Reset project.pbxproj to clean main branch version - Remove auto-generated FlutterGeneratedPluginSwiftPackage references - Keep project file free of environment-specific SPM configuration
1 parent 95ecb30 commit eca54be

File tree

1 file changed

+30
-52
lines changed

1 file changed

+30
-52
lines changed

permission_handler_apple/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 30 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1212
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
13-
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
1413
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1514
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1615
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
@@ -56,7 +55,6 @@
5655
isa = PBXFrameworksBuildPhase;
5756
buildActionMask = 2147483647;
5857
files = (
59-
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */,
6058
B501E7F22BA22C455255CE2E /* Pods_Runner.framework in Frameworks */,
6159
);
6260
runOnlyForDeploymentPostprocessing = 0;
@@ -142,17 +140,14 @@
142140
97C146EC1CF9000F007C117D /* Resources */,
143141
9705A1C41CF9048500538489 /* Embed Frameworks */,
144142
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
145-
62C3F028F2D07FE58E6CD320 /* [CP] Embed Pods Frameworks */,
146-
1397A7D7F3E4EE95598DD108 /* [CP] Copy Pods Resources */,
143+
D38B08CB85942E5D11545EE3 /* [CP] Embed Pods Frameworks */,
144+
A7B07F67421488A414C73AAD /* [CP] Copy Pods Resources */,
147145
);
148146
buildRules = (
149147
);
150148
dependencies = (
151149
);
152150
name = Runner;
153-
packageProductDependencies = (
154-
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */,
155-
);
156151
productName = Runner;
157152
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
158153
productType = "com.apple.product-type.application";
@@ -181,9 +176,6 @@
181176
Base,
182177
);
183178
mainGroup = 97C146E51CF9000F007C117D;
184-
packageReferences = (
185-
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */,
186-
);
187179
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
188180
projectDirPath = "";
189181
projectRoot = "";
@@ -208,23 +200,6 @@
208200
/* End PBXResourcesBuildPhase section */
209201

210202
/* Begin PBXShellScriptBuildPhase section */
211-
1397A7D7F3E4EE95598DD108 /* [CP] Copy Pods Resources */ = {
212-
isa = PBXShellScriptBuildPhase;
213-
buildActionMask = 2147483647;
214-
files = (
215-
);
216-
inputFileListPaths = (
217-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
218-
);
219-
name = "[CP] Copy Pods Resources";
220-
outputFileListPaths = (
221-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
222-
);
223-
runOnlyForDeploymentPostprocessing = 0;
224-
shellPath = /bin/sh;
225-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
226-
showEnvVarsInLog = 0;
227-
};
228203
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
229204
isa = PBXShellScriptBuildPhase;
230205
alwaysOutOfDate = 1;
@@ -263,37 +238,54 @@
263238
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
264239
showEnvVarsInLog = 0;
265240
};
266-
62C3F028F2D07FE58E6CD320 /* [CP] Embed Pods Frameworks */ = {
241+
9740EEB61CF901F6004384FC /* Run Script */ = {
242+
isa = PBXShellScriptBuildPhase;
243+
alwaysOutOfDate = 1;
244+
buildActionMask = 2147483647;
245+
files = (
246+
);
247+
inputPaths = (
248+
);
249+
name = "Run Script";
250+
outputPaths = (
251+
);
252+
runOnlyForDeploymentPostprocessing = 0;
253+
shellPath = /bin/sh;
254+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
255+
};
256+
A7B07F67421488A414C73AAD /* [CP] Copy Pods Resources */ = {
267257
isa = PBXShellScriptBuildPhase;
268258
buildActionMask = 2147483647;
269259
files = (
270260
);
271261
inputFileListPaths = (
272-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
262+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
273263
);
274-
name = "[CP] Embed Pods Frameworks";
264+
name = "[CP] Copy Pods Resources";
275265
outputFileListPaths = (
276-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
266+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
277267
);
278268
runOnlyForDeploymentPostprocessing = 0;
279269
shellPath = /bin/sh;
280-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
270+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
281271
showEnvVarsInLog = 0;
282272
};
283-
9740EEB61CF901F6004384FC /* Run Script */ = {
273+
D38B08CB85942E5D11545EE3 /* [CP] Embed Pods Frameworks */ = {
284274
isa = PBXShellScriptBuildPhase;
285-
alwaysOutOfDate = 1;
286275
buildActionMask = 2147483647;
287276
files = (
288277
);
289-
inputPaths = (
278+
inputFileListPaths = (
279+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
290280
);
291-
name = "Run Script";
292-
outputPaths = (
281+
name = "[CP] Embed Pods Frameworks";
282+
outputFileListPaths = (
283+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
293284
);
294285
runOnlyForDeploymentPostprocessing = 0;
295286
shellPath = /bin/sh;
296-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
287+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
288+
showEnvVarsInLog = 0;
297289
};
298290
/* End PBXShellScriptBuildPhase section */
299291

@@ -602,20 +594,6 @@
602594
defaultConfigurationName = Release;
603595
};
604596
/* End XCConfigurationList section */
605-
606-
/* Begin XCLocalSwiftPackageReference section */
607-
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = {
608-
isa = XCLocalSwiftPackageReference;
609-
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
610-
};
611-
/* End XCLocalSwiftPackageReference section */
612-
613-
/* Begin XCSwiftPackageProductDependency section */
614-
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = {
615-
isa = XCSwiftPackageProductDependency;
616-
productName = FlutterGeneratedPluginSwiftPackage;
617-
};
618-
/* End XCSwiftPackageProductDependency section */
619597
};
620598
rootObject = 97C146E61CF9000F007C117D /* Project object */;
621599
}

0 commit comments

Comments
 (0)