Skip to content

Commit

Permalink
Fixing xcode project and verovio framework
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed May 13, 2020
1 parent 1c19198 commit db02066
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Verovio.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@
4D22C41918890E6100D0831F /* mrest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D22C41818890E6100D0831F /* mrest.cpp */; };
4D22C41A18890E6100D0831F /* mrest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D22C41818890E6100D0831F /* mrest.cpp */; };
4D22C41C18890E9900D0831F /* mrest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D22C41B18890E9900D0831F /* mrest.h */; };
4D2461DB246BD325002BBCCD /* expansionmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36E0442B2347A9150054F141 /* expansionmap.cpp */; };
4D2461DC246BD326002BBCCD /* expansionmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36E0442B2347A9150054F141 /* expansionmap.cpp */; };
4D308101203DB69D00BC44F6 /* ref.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D308100203DB69C00BC44F6 /* ref.h */; };
4D308104203DB6B500BC44F6 /* ref.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D308103203DB6B500BC44F6 /* ref.cpp */; };
4D308105203DB6B500BC44F6 /* ref.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D308103203DB6B500BC44F6 /* ref.cpp */; };
Expand Down Expand Up @@ -3300,6 +3302,7 @@
4DF440781D39575500152B7E /* ending.cpp in Sources */,
4DEC4D9021C81DEE00D1D273 /* damage.cpp in Sources */,
4D6DF9F820E1074200C12BBD /* subst.cpp in Sources */,
4D2461DC246BD326002BBCCD /* expansionmap.cpp in Sources */,
4D763EC71987D04E003FCAB5 /* metersig.cpp in Sources */,
4D763EEC198BF2D8003FCAB5 /* atts_shared.cpp in Sources */,
4D1BE7701C688F5A0086DC0E /* MidiEventList.cpp in Sources */,
Expand Down Expand Up @@ -3494,6 +3497,7 @@
BB4C4A8622A9321F001F6AF0 /* atts_visual.cpp in Sources */,
BB4C4B8922A932DF001F6AF0 /* mnum.cpp in Sources */,
BB4C4B2722A932CF001F6AF0 /* hairpin.cpp in Sources */,
4D2461DB246BD325002BBCCD /* expansionmap.cpp in Sources */,
BB4C4B3F22A932D7001F6AF0 /* barline.cpp in Sources */,
BB4C4AAF22A932A6001F6AF0 /* ioabc.cpp in Sources */,
BB4C4B4D22A932D7001F6AF0 /* dot.cpp in Sources */,
Expand Down
3 changes: 3 additions & 0 deletions bindings/iOS/all.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
#import <VerovioFramework/surface.h>
#import <VerovioFramework/runningelement.h>
#import <VerovioFramework/expan.h>
#import <VerovioFramework/gliss.h>
#import <VerovioFramework/neume.h>
#import <VerovioFramework/boundingbox.h>
#import <VerovioFramework/abbr.h>
Expand Down Expand Up @@ -125,6 +126,7 @@
#import <VerovioFramework/barline.h>
#import <VerovioFramework/transposition.h>
#import <VerovioFramework/nc.h>
#import <VerovioFramework/reh.h>
#import <VerovioFramework/system.h>
#import <VerovioFramework/elementpart.h>
#import <VerovioFramework/syl.h>
Expand All @@ -145,6 +147,7 @@
#import <VerovioFramework/editortoolkit.h>
#import <VerovioFramework/dynam.h>
#import <VerovioFramework/svgdevicecontext.h>
#import <VerovioFramework/mspace.h>
#import <VerovioFramework/turn.h>
#import <VerovioFramework/drawinginterface.h>
#import <VerovioFramework/systemelement.h>
Expand Down

0 comments on commit db02066

Please sign in to comment.