Skip to content

Commit 70563b6

Browse files
committed
Rename Common.xcconfig to WooCommerce.common.xcconfig
1 parent 02c9a09 commit 70563b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4413,7 +4413,7 @@
44134413
33035144757869DE5E4DC88A /* Pods-WooCommerce.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WooCommerce.release.xcconfig"; path = "../Pods/Target Support Files/Pods-WooCommerce/Pods-WooCommerce.release.xcconfig"; sourceTree = "<group>"; };
44144414
3F0904012D26A40700D8ACCE /* WordPressAuthenticator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WordPressAuthenticator.framework; sourceTree = BUILT_PRODUCTS_DIR; };
44154415
3F0904082D26A40800D8ACCE /* WordPressAuthenticatorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WordPressAuthenticatorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4416-
3F096E462D23F50800D8ACCE /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; };
4416+
3F096E462D23F50800D8ACCE /* WooCommerce.common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WooCommerce.common.xcconfig; sourceTree = "<group>"; };
44174417
3F09A3FC2D243D3F00D8ACCE /* WordPressAuthenticator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = WordPressAuthenticator.framework; sourceTree = BUILT_PRODUCTS_DIR; };
44184418
3F1FA84028B60125009E246C /* StoreWidgetsExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = StoreWidgetsExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
44194419
3F1FA84128B60125009E246C /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
@@ -10308,7 +10308,7 @@
1030810308
8CA4F6DC220B24EB00A47B5D /* config */ = {
1030910309
isa = PBXGroup;
1031010310
children = (
10311-
3F096E462D23F50800D8ACCE /* Common.xcconfig */,
10311+
3F096E462D23F50800D8ACCE /* WooCommerce.common.xcconfig */,
1031210312
8CA4F6E1220B259100A47B5D /* Version.Public.xcconfig */,
1031310313
8CA4F6DD220B257000A47B5D /* WooCommerce.debug.xcconfig */,
1031410314
3F64F76C2C06A3A50085DEEF /* WooCommerce.release-alpha.xcconfig */,

config/WooCommerce.debug.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Common.xcconfig"
1+
#include "WooCommerce.common.xcconfig"
22
#include "Version.public.xcconfig"
33

44
// Use Apple Development/Distribution to support both iOS and Mac Catalyst targets

config/WooCommerce.release.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Common.xcconfig"
1+
#include "WooCommerce.common.xcconfig"
22
#include "Version.public.xcconfig"
33

44
// Use Apple Development/Distribution to support both iOS and Mac Catalyst targets

0 commit comments

Comments
 (0)