Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mild clean ups #67

Merged
merged 1 commit into from Jun 28, 2015
Merged

Mild clean ups #67

merged 1 commit into from Jun 28, 2015

Conversation

bparadie
Copy link

Just a few changes that I would consider cleanups before submitting bigger changes to RCTVideo.m.

  • removing files that probably got checked in by accident
  • excluding VideoPlayer's user data files in .gitignore.
  • letting VideoPlayer's node_modules/react-native-video/RCTVideo.xcodeproj point to the repo's sources.
  • avoiding ugly cast in RCTVideo.m

BBD49E391AC8DEF000610F8E /* RCTVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ../../../../RCTVideo.h; sourceTree = "<group>"; };
BBD49E3A1AC8DEF000610F8E /* RCTVideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ../../../../RCTVideo.m; sourceTree = "<group>"; };
BBD49E3B1AC8DEF000610F8E /* RCTVideoManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ../../../../RCTVideoManager.h; sourceTree = "<group>"; };
BBD49E3C1AC8DEF000610F8E /* RCTVideoManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ../../../../RCTVideoManager.m; sourceTree = "<group>"; };
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brentvatne The whole point of having a local RCTVideo.xcodeproj checked in is to let it point to the local repo sources, right? Otherwise I'd nuke everything under VideoPlayer/node_modules.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bparadie - actually I don't recall why I did this, seems to be a mistake 😄 but I like your idea!

brentvatne added a commit that referenced this pull request Jun 28, 2015
@brentvatne brentvatne merged commit 2285669 into TheWidlarzGroup:master Jun 28, 2015
@brentvatne
Copy link
Contributor

Thanks! 😄 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants