Skip to content

Commit 5bbc880

Browse files
author
Kirill Ageychenko
committed
chore: disable Precompiled Bridging Header
1 parent 92ab82b commit 5bbc880

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ios/haqq.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
CBCC64782CB528A6001CC737 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = CBCC64772CB528A6001CC737 /* PrivacyInfo.xcprivacy */; };
164164
CEB60C4A517B4A0E9FC525A3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 5CCF10400ADB4F63AB8CAC62 /* [email protected] */; };
165165
CEBA4969BB874AF6B924DA37 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F5FCD1005E8E4C08BB4782E3 /* [email protected] */; };
166-
CF0D49E2FABD41D9A34AB04C /* BuildFile in Resources */ = {isa = PBXBuildFile; };
166+
CF0D49E2FABD41D9A34AB04C /* (null) in Resources */ = {isa = PBXBuildFile; };
167167
CF3BD3A1F0A24224948734D3 /* ElMessiri-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6B48442C371E4A5CB312ED9E /* ElMessiri-Medium.ttf */; };
168168
CF474CA50EB643EB87EA09A4 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 477AFBB25A0D45F18299CC7F /* [email protected] */; };
169169
CF6F3ED1E5A54155A2507F94 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 60F20D8762B94A298A8895E3 /* [email protected] */; };
@@ -874,7 +874,7 @@
874874
BEFF23B4E9FE4A40BD7E5624 /* SF-ProText-Regular.ttf in Resources */,
875875
F57AEFB435FF4249932EF918 /* SF-ProText-Semibold.ttf in Resources */,
876876
2129B78329CACF69005C0CCA /* overview.storyboard in Resources */,
877-
CF0D49E2FABD41D9A34AB04C /* BuildFile in Resources */,
877+
CF0D49E2FABD41D9A34AB04C /* (null) in Resources */,
878878
1A6D4E352A149298001B1549 /* staking_on_earn_page_dark.riv in Resources */,
879879
7CE3C371577D43A6BAA1DF94 /* backup-notification-dark.png in Resources */,
880880
8EF155B29CA4479AA8E82E4A /* [email protected] in Resources */,
@@ -1318,6 +1318,7 @@
13181318
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
13191319
SWIFT_OBJC_BRIDGING_HEADER = "haqq-Bridging-Header.h";
13201320
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1321+
SWIFT_PRECOMPILE_BRIDGING_HEADER = NO;
13211322
SWIFT_VERSION = 5.0;
13221323
TARGETED_DEVICE_FAMILY = 1;
13231324
VERSIONING_SYSTEM = "apple-generic";
@@ -1354,6 +1355,7 @@
13541355
SUPPORTS_MACCATALYST = NO;
13551356
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
13561357
SWIFT_OBJC_BRIDGING_HEADER = "haqq-Bridging-Header.h";
1358+
SWIFT_PRECOMPILE_BRIDGING_HEADER = NO;
13571359
SWIFT_VERSION = 5.0;
13581360
TARGETED_DEVICE_FAMILY = 1;
13591361
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)