Skip to content

Commit 9fbc337

Browse files
Version 0.2
1 parent 593f820 commit 9fbc337

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Slash.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
CE88B9B4238C5ED500227111 /* SLHBitrateFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = CE88B9B3238C5ED500227111 /* SLHBitrateFormatter.m */; };
8080
CE8BD79C23C371F4004A7C1A /* SLHEncoderHistory.m in Sources */ = {isa = PBXBuildFile; fileRef = CE8BD79A23C371F4004A7C1A /* SLHEncoderHistory.m */; };
8181
CE8BD79D23C371F4004A7C1A /* SLHEncoderHistory.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE8BD79B23C371F4004A7C1A /* SLHEncoderHistory.xib */; };
82+
CE8BD7FA23CA0AFE004A7C1A /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = CE8BD7F923CA0AFE004A7C1A /* LICENSE */; };
8283
CE9C0D1D2193583D0089C084 /* SLHDragView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9C0D1C2193583D0089C084 /* SLHDragView.m */; };
8384
CE9C0D20219358A40089C084 /* SLHClipView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9C0D1F219358A40089C084 /* SLHClipView.m */; };
8485
CE9C9BD42354B898002A5169 /* MPVOpenGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9C9BD32354B898002A5169 /* MPVOpenGLView.m */; };
@@ -242,6 +243,7 @@
242243
CE8BD79923C371F4004A7C1A /* SLHEncoderHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SLHEncoderHistory.h; path = controllers/SLHEncoderHistory.h; sourceTree = "<group>"; };
243244
CE8BD79A23C371F4004A7C1A /* SLHEncoderHistory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SLHEncoderHistory.m; path = controllers/SLHEncoderHistory.m; sourceTree = "<group>"; };
244245
CE8BD79B23C371F4004A7C1A /* SLHEncoderHistory.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = SLHEncoderHistory.xib; path = controllers/SLHEncoderHistory.xib; sourceTree = "<group>"; };
246+
CE8BD7F923CA0AFE004A7C1A /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
245247
CE9C0D1B2193583D0089C084 /* SLHDragView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SLHDragView.h; sourceTree = "<group>"; };
246248
CE9C0D1C2193583D0089C084 /* SLHDragView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SLHDragView.m; sourceTree = "<group>"; };
247249
CE9C0D1E219358A40089C084 /* SLHClipView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SLHClipView.h; sourceTree = "<group>"; };
@@ -470,6 +472,7 @@
470472
CE566A7B215EB849004E974F /* SLHPreferences.xib */,
471473
CE566A7E215EC93B004E974F /* extern.m */,
472474
CE4D410820FE8E040066ACE2 /* README.md */,
475+
CE8BD7F923CA0AFE004A7C1A /* LICENSE */,
473476
CE4D40FD20FE8B9E0066ACE2 /* Assets.xcassets */,
474477
CE4D40FF20FE8B9E0066ACE2 /* MainMenu.xib */,
475478
CE4D410220FE8B9E0066ACE2 /* Info.plist */,
@@ -678,6 +681,7 @@
678681
files = (
679682
CE80A8AC2380560300CC4C7A /* SLHFileInfo.xib in Resources */,
680683
CED85ABB21B85D6D00D01B36 /* SLHEncoderX264Format.xib in Resources */,
684+
CE8BD7FA23CA0AFE004A7C1A /* LICENSE in Resources */,
681685
CE9CBCB0228B037A001A8E37 /* SLHArgumentsViewController.xib in Resources */,
682686
CE120451229995E300C2A145 /* SLHPresetManager.xib in Resources */,
683687
CE0B15F523571EA100AE606E /* SLHPlayerViewController.xib in Resources */,

Slash/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<key>CFBundlePackageType</key>
147147
<string>APPL</string>
148148
<key>CFBundleShortVersionString</key>
149-
<string>0.1</string>
149+
<string>0.2</string>
150150
<key>CFBundleSignature</key>
151151
<string>????</string>
152152
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)