Skip to content

Commit

Permalink
Merge pull request #10 from phranck/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
phranck authored Mar 21, 2018
2 parents 487b733 + b49a9a6 commit fe2b159
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions App/Podlive.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
FD7129E91ED61723008B779F /* PodliveGUIKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PodliveGUIKit.m; sourceTree = "<group>"; };
FD71D4CE1E66FCFD003D6E01 /* NSColor+Podlive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSColor+Podlive.h"; sourceTree = "<group>"; };
FD71D4CF1E66FCFD003D6E01 /* NSColor+Podlive.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSColor+Podlive.m"; sourceTree = "<group>"; };
FD76CF62205B347000F55442 /* quite-impressed.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "quite-impressed.caf"; sourceTree = "<group>"; };
FD7792F41FD5E105006D2D62 /* NSApplication+MainMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSApplication+MainMenu.h"; sourceTree = "<group>"; };
FD7792F51FD5E105006D2D62 /* NSApplication+MainMenu.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSApplication+MainMenu.m"; sourceTree = "<group>"; };
FD7E63281EDF57D20011BE89 /* NSFont+Podlive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSFont+Podlive.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -501,14 +502,15 @@
FDF6428B1E5CC4870005EA72 /* Supporting Files */ = {
isa = PBXGroup;
children = (
FD634CCB1EF1EDA6006243A4 /* Fonts */,
FD0722BE1E5CEB56000A2860 /* Assets.xcassets */,
FD9D6D281EA7B2D5005ED568 /* Credits.rtf */,
FD634CCB1EF1EDA6006243A4 /* Fonts */,
FD1AC74F1E70D7A500C5E692 /* Localizable.strings */,
FD0722B61E5CEB35000A2860 /* main.m */,
FD547D0D1ED40F4B00456184 /* Podlive-Info.plist */,
FD4603151E5D6E6E00BB5442 /* Podlive.entitlements */,
FD0722B91E5CEB3D000A2860 /* PrefixHeader.pch */,
FD0722B61E5CEB35000A2860 /* main.m */,
FD76CF62205B347000F55442 /* quite-impressed.caf */,
);
path = "Supporting Files";
sourceTree = "<group>";
Expand Down
4 changes: 2 additions & 2 deletions App/Podlive/Supporting Files/Podlive-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.6</string>
<string>1.0.7</string>
<key>CFBundleVersion</key>
<string>171</string>
<string>176</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
Binary file added App/Podlive/Supporting Files/quite-impressed.caf
Binary file not shown.

0 comments on commit fe2b159

Please sign in to comment.