Skip to content

Commit 2770591

Browse files
committed
8015 Set ALPHA flag for all targets to use
1 parent bd20329 commit 2770591

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Hardware/Hardware.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@
12411241
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
12421242
SKIP_INSTALL = YES;
12431243
SUPPORTS_MACCATALYST = YES;
1244+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ALPHA;
12441245
SWIFT_VERSION = 5.0;
12451246
TARGETED_DEVICE_FAMILY = "1,2";
12461247
};

Networking/Networking.xcodeproj/project.pbxproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
09EA564B27C75FCE00407D40 /* ProductVariationsBulkUpdateMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09EA564A27C75FCE00407D40 /* ProductVariationsBulkUpdateMapper.swift */; };
133133
21DB5B99C4107CF69C0A57EC /* Pods_NetworkingTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69314EDE650855CAF927057E /* Pods_NetworkingTests.framework */; };
134134
24F98C522502E79800F49B68 /* FeatureFlagsRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F98C512502E79800F49B68 /* FeatureFlagsRemote.swift */; };
135-
24F98C542502E8DD00F49B68 /* Bundle+Woo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F98C532502E8DD00F49B68 /* Bundle+Woo.swift */; };
136135
24F98C562502EA4800F49B68 /* FeatureFlag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F98C552502EA4800F49B68 /* FeatureFlag.swift */; };
137136
24F98C582502EA8800F49B68 /* FeatureFlagMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F98C572502EA8800F49B68 /* FeatureFlagMapper.swift */; };
138137
24F98C5E2502EDCF00F49B68 /* BundleWooTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F98C5D2502EDCF00F49B68 /* BundleWooTests.swift */; };
@@ -865,7 +864,6 @@
865864
09885C7F27C3FFD200910A62 /* product-variations-bulk-update.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-variations-bulk-update.json"; sourceTree = "<group>"; };
866865
09EA564A27C75FCE00407D40 /* ProductVariationsBulkUpdateMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductVariationsBulkUpdateMapper.swift; sourceTree = "<group>"; };
867866
24F98C512502E79800F49B68 /* FeatureFlagsRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureFlagsRemote.swift; sourceTree = "<group>"; };
868-
24F98C532502E8DD00F49B68 /* Bundle+Woo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Bundle+Woo.swift"; path = "../../../WooFoundation/WooFoundation/Extensions/Bundle+Woo.swift"; sourceTree = "<group>"; };
869867
24F98C552502EA4800F49B68 /* FeatureFlag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureFlag.swift; sourceTree = "<group>"; };
870868
24F98C572502EA8800F49B68 /* FeatureFlagMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureFlagMapper.swift; sourceTree = "<group>"; };
871869
24F98C5D2502EDCF00F49B68 /* BundleWooTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BundleWooTests.swift; sourceTree = "<group>"; };
@@ -2346,7 +2344,6 @@
23462344
021C7BF623863D1800A3BCBD /* Encodable+Serialization.swift */,
23472345
02BDB83423EA98C800BCC63E /* String+HTML.swift */,
23482346
57E8FED2246616AC0057CD68 /* Result+Extensions.swift */,
2349-
24F98C532502E8DD00F49B68 /* Bundle+Woo.swift */,
23502347
265EFBDB285257950033BD33 /* Order+Fallbacks.swift */,
23512348
);
23522349
path = Extensions;
@@ -3011,7 +3008,6 @@
30113008
D88E229025AC990A0023F3B1 /* OrderFeeLine.swift in Sources */,
30123009
74046E1F217A6B70007DD7BF /* SiteSettingsMapper.swift in Sources */,
30133010
26B2F74524C5573F0065CCC8 /* LeaderboardListMapper.swift in Sources */,
3014-
24F98C542502E8DD00F49B68 /* Bundle+Woo.swift in Sources */,
30153011
31D27C812602889C002EDB1D /* SitePluginsRemote.swift in Sources */,
30163012
02BE0A7B274B695F001176D2 /* WordPressMediaMapper.swift in Sources */,
30173013
45150A9A268340D2006922EA /* Country.swift in Sources */,
@@ -3484,6 +3480,7 @@
34843480
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woo.Networking;
34853481
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
34863482
SKIP_INSTALL = YES;
3483+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ALPHA;
34873484
SWIFT_VERSION = 5.0;
34883485
TARGETED_DEVICE_FAMILY = "1,2";
34893486
VALID_ARCHS = "$(inherited)";

Storage/Storage.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,7 @@
15061506
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woo.Storage;
15071507
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15081508
SKIP_INSTALL = YES;
1509+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ALPHA;
15091510
SWIFT_VERSION = 5.0;
15101511
TARGETED_DEVICE_FAMILY = "1,2";
15111512
VALID_ARCHS = "$(inherited)";

WooFoundation/WooFoundation.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@
621621
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woo.WooFoundationTests;
622622
PRODUCT_NAME = "$(TARGET_NAME)";
623623
SDKROOT = iphoneos;
624+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ALPHA;
624625
SWIFT_EMIT_LOC_STRINGS = NO;
625626
SWIFT_VERSION = 5.0;
626627
TARGETED_DEVICE_FAMILY = "1,2";

Yosemite/Yosemite.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,6 +2371,7 @@
23712371
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.Yosemite;
23722372
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
23732373
SKIP_INSTALL = YES;
2374+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ALPHA;
23742375
SWIFT_VERSION = 5.0;
23752376
TARGETED_DEVICE_FAMILY = "1,2";
23762377
};

0 commit comments

Comments
 (0)