Skip to content

Commit 8b713b5

Browse files
committed
performance
1 parent a0a2aa3 commit 8b713b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

performance/PerformanceExample.xcodeproj/project.pbxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
containerPortal = 5F5A53441ADE670C00F81DF0 /* Project object */;
2525
proxyType = 1;
2626
remoteGlobalIDString = 5F5A53781ADE67D500F81DF0;
27-
remoteInfo = PerformanceExampleSwift;
27+
remoteInfo = PerformanceExample;
2828
};
2929
/* End PBXContainerItemProxy section */
3030

@@ -134,7 +134,7 @@
134134
107347CA20315A61004A66D1 /* PBXTargetDependency */,
135135
);
136136
name = PerformanceExampleUITests;
137-
productName = PerformanceExampleSwiftUITests;
137+
productName = PerformanceExampleUITests;
138138
productReference = 107347C420315A61004A66D1 /* PerformanceExampleUITests.xctest */;
139139
productType = "com.apple.product-type.bundle.ui-testing";
140140
};
@@ -151,7 +151,7 @@
151151
dependencies = (
152152
);
153153
name = PerformanceExample;
154-
productName = PerformanceExampleSwift;
154+
productName = PerformanceExample;
155155
productReference = 5F5A53791ADE67D500F81DF0 /* PerformanceExample.app */;
156156
productType = "com.apple.product-type.application";
157157
};
@@ -263,14 +263,14 @@
263263
CODE_SIGN_STYLE = Automatic;
264264
DEBUG_INFORMATION_FORMAT = dwarf;
265265
GCC_C_LANGUAGE_STANDARD = gnu11;
266-
INFOPLIST_FILE = PerformanceExampleSwiftUITests/Info.plist;
266+
INFOPLIST_FILE = PerformanceExampleUITests/Info.plist;
267267
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
268268
LD_RUNPATH_SEARCH_PATHS = (
269269
"$(inherited)",
270270
"@executable_path/Frameworks",
271271
"@loader_path/Frameworks",
272272
);
273-
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.PerformanceExampleSwiftUITests;
273+
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.PerformanceExampleUITests;
274274
PRODUCT_NAME = "$(TARGET_NAME)";
275275
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
276276
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
@@ -293,14 +293,14 @@
293293
COPY_PHASE_STRIP = NO;
294294
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
295295
GCC_C_LANGUAGE_STANDARD = gnu11;
296-
INFOPLIST_FILE = PerformanceExampleSwiftUITests/Info.plist;
296+
INFOPLIST_FILE = PerformanceExampleUITests/Info.plist;
297297
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
298298
LD_RUNPATH_SEARCH_PATHS = (
299299
"$(inherited)",
300300
"@executable_path/Frameworks",
301301
"@loader_path/Frameworks",
302302
);
303-
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.PerformanceExampleSwiftUITests;
303+
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.PerformanceExampleUITests;
304304
PRODUCT_NAME = "$(TARGET_NAME)";
305305
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
306306
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)