Skip to content

Commit

Permalink
Remove Hafs 1405 from being on-demand resources (#602)
Browse files Browse the repository at this point in the history
This fixes #598
  • Loading branch information
mohamede1945 authored Dec 10, 2023
1 parent 83dda2c commit b504ab3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Example/QuranEngineApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
D975EDE52A47960D009DE942 /* Container.swift in Sources */ = {isa = PBXBuildFile; fileRef = D975EDE42A47960D009DE942 /* Container.swift */; };
D975EDE72A4796AA009DE942 /* Analytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = D975EDE62A4796AA009DE942 /* Analytics.swift */; };
D975EDEA2A4799A2009DE942 /* reciters.plist in Resources */ = {isa = PBXBuildFile; fileRef = D975EDE92A4799A2009DE942 /* reciters.plist */; };
D98543D32A47C88700F477A2 /* hafs_1405 in Resources */ = {isa = PBXBuildFile; fileRef = D98543D22A47C88700F477A2 /* hafs_1405 */; settings = {ASSET_TAGS = (hafs_1405, ); }; };
D98543D32A47C88700F477A2 /* hafs_1405 in Resources */ = {isa = PBXBuildFile; fileRef = D98543D22A47C88700F477A2 /* hafs_1405 */; };
D98543D72A47E14200F477A2 /* FixedTextNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D98543D62A47E14200F477A2 /* FixedTextNode.m */; };
D98543D92A47E17800F477A2 /* AsyncTextLabelImplmentation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D98543D82A47E17800F477A2 /* AsyncTextLabelImplmentation.swift */; };
D98543DD2A49095800F477A2 /* words.db in Resources */ = {isa = PBXBuildFile; fileRef = D98543DC2A49095800F477A2 /* words.db */; };
Expand Down Expand Up @@ -170,9 +170,6 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
KnownAssetTags = (
hafs_1405,
);
LastSwiftUpdateCheck = 1430;
LastUpgradeCheck = 1430;
TargetAttributes = {
Expand Down

0 comments on commit b504ab3

Please sign in to comment.