Skip to content

Commit cf452b7

Browse files
ad FDWaveformView as submodule
1 parent 2f26cf7 commit cf452b7

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "Ryff/Frameworks/FDWaveformView"]
2+
path = Ryff/Frameworks/FDWaveformView
3+
url = https://github.com/fulldecent/FDWaveformView.git

Ryff.xcodeproj/project.pbxproj

+15
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
834A0B4F19BED5A700E4D7E9 /* RYRegistrationServices.m in Sources */ = {isa = PBXBuildFile; fileRef = 834A0B4E19BED5A700E4D7E9 /* RYRegistrationServices.m */; };
8282
834FEC0D19897E4B00C3D9B9 /* RYRiffCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 834FEC0C19897E4B00C3D9B9 /* RYRiffCell.xib */; };
8383
834FEC1019897E6600C3D9B9 /* RYRiffCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 834FEC0F19897E6600C3D9B9 /* RYRiffCell.m */; };
84+
835299C019E1EC3F002BB490 /* FDWaveformView.m in Sources */ = {isa = PBXBuildFile; fileRef = 835299B319E1EC3F002BB490 /* FDWaveformView.m */; };
8485
8355167219512CF100CF2C23 /* RYRiffCreateOldViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8355167119512CF100CF2C23 /* RYRiffCreateOldViewController.m */; };
8586
835516761951315F00CF2C23 /* RYRiffCreateTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 835516751951315F00CF2C23 /* RYRiffCreateTableViewCell.m */; };
8687
835E1E0519D21A50007EBD74 /* dsym_upload.sh in Resources */ = {isa = PBXBuildFile; fileRef = 835E1E0319D21A50007EBD74 /* dsym_upload.sh */; };
@@ -394,6 +395,8 @@
394395
834FEC0C19897E4B00C3D9B9 /* RYRiffCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RYRiffCell.xib; sourceTree = "<group>"; };
395396
834FEC0E19897E6600C3D9B9 /* RYRiffCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RYRiffCell.h; sourceTree = "<group>"; };
396397
834FEC0F19897E6600C3D9B9 /* RYRiffCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RYRiffCell.m; sourceTree = "<group>"; };
398+
835299B219E1EC3F002BB490 /* FDWaveformView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FDWaveformView.h; sourceTree = "<group>"; };
399+
835299B319E1EC3F002BB490 /* FDWaveformView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FDWaveformView.m; sourceTree = "<group>"; };
397400
8355167019512CF100CF2C23 /* RYRiffCreateOldViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RYRiffCreateOldViewController.h; sourceTree = "<group>"; };
398401
8355167119512CF100CF2C23 /* RYRiffCreateOldViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RYRiffCreateOldViewController.m; sourceTree = "<group>"; };
399402
835516741951315F00CF2C23 /* RYRiffCreateTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RYRiffCreateTableViewCell.h; sourceTree = "<group>"; };
@@ -942,6 +945,7 @@
942945
833E1D511975DFA90002A2BE /* Extras */ = {
943946
isa = PBXGroup;
944947
children = (
948+
835299A919E1EC3F002BB490 /* FDWaveformView */,
945949
835E1DFF19D21A50007EBD74 /* CrittercismSDK */,
946950
837BA0E619CCC619002AA13E /* BNRDynamicTypeManager */,
947951
83BF313719C9FFC200F5BE48 /* SDWebImage */,
@@ -970,6 +974,16 @@
970974
path = RiffDetails;
971975
sourceTree = "<group>";
972976
};
977+
835299A919E1EC3F002BB490 /* FDWaveformView */ = {
978+
isa = PBXGroup;
979+
children = (
980+
835299B219E1EC3F002BB490 /* FDWaveformView.h */,
981+
835299B319E1EC3F002BB490 /* FDWaveformView.m */,
982+
);
983+
name = FDWaveformView;
984+
path = FDWaveformView/FDWaveformView;
985+
sourceTree = "<group>";
986+
};
973987
835516731951314400CF2C23 /* RiffCreate */ = {
974988
isa = PBXGroup;
975989
children = (
@@ -1989,6 +2003,7 @@
19892003
83BF316219C9FFC200F5BE48 /* UIButton+WebCache.m in Sources */,
19902004
83BF315E19C9FFC200F5BE48 /* SDWebImageDownloader.m in Sources */,
19912005
83FCD1A318F921EA00A493F0 /* RYServices.m in Sources */,
2006+
835299C019E1EC3F002BB490 /* FDWaveformView.m in Sources */,
19922007
);
19932008
runOnlyForDeploymentPostprocessing = 0;
19942009
};

Ryff/Frameworks/FDWaveformView

Submodule FDWaveformView added at 898d938

0 commit comments

Comments
 (0)