Skip to content

Commit b36c538

Browse files
committed
chore(storage): Rename Storage iOS scheme for simpler infra
1 parent 49e443f commit b36c538

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

storage/StorageExample.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@
202202
productReference = B94D0ABC27F5060C00753EEA /* StorageExample (macOS).app */;
203203
productType = "com.apple.product-type.application";
204204
};
205-
B9A598B927E3D169003BCFD0 /* StorageExample (iOS) */ = {
205+
B9A598B927E3D169003BCFD0 /* StorageExample */ = {
206206
isa = PBXNativeTarget;
207-
buildConfigurationList = B9A598C827E3D16A003BCFD0 /* Build configuration list for PBXNativeTarget "StorageExample (iOS)" */;
207+
buildConfigurationList = B9A598C827E3D16A003BCFD0 /* Build configuration list for PBXNativeTarget "StorageExample" */;
208208
buildPhases = (
209209
B9A598B627E3D169003BCFD0 /* Sources */,
210210
B9A598B727E3D169003BCFD0 /* Frameworks */,
@@ -214,7 +214,7 @@
214214
);
215215
dependencies = (
216216
);
217-
name = "StorageExample (iOS)";
217+
name = StorageExample;
218218
packageProductDependencies = (
219219
B9380F7527E3EEBD00B5C769 /* FirebaseAuth */,
220220
864F1AB72A964D11009743F2 /* FirebaseStorage */,
@@ -282,7 +282,7 @@
282282
projectDirPath = "";
283283
projectRoot = "";
284284
targets = (
285-
B9A598B927E3D169003BCFD0 /* StorageExample (iOS) */,
285+
B9A598B927E3D169003BCFD0 /* StorageExample */,
286286
B94D0ABB27F5060C00753EEA /* StorageExample (macOS) */,
287287
B9EABE2027FB82B200E055FD /* StorageExample (tvOS) */,
288288
);
@@ -673,7 +673,7 @@
673673
defaultConfigurationIsVisible = 0;
674674
defaultConfigurationName = Release;
675675
};
676-
B9A598C827E3D16A003BCFD0 /* Build configuration list for PBXNativeTarget "StorageExample (iOS)" */ = {
676+
B9A598C827E3D16A003BCFD0 /* Build configuration list for PBXNativeTarget "StorageExample" */ = {
677677
isa = XCConfigurationList;
678678
buildConfigurations = (
679679
B9A598C927E3D16A003BCFD0 /* Debug */,

0 commit comments

Comments
 (0)