Skip to content

Commit

Permalink
4.0.5
Browse files Browse the repository at this point in the history
- Bugfixes
  • Loading branch information
w0lfschild committed Apr 23, 2016
1 parent 02513c3 commit cf0ca30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Dark Boot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_BUNDLE_IDENTIFIER = org.w0lf.DarkBoot;
PRODUCT_NAME = "Dark Boot";
SDKROOT = macosx;
Expand All @@ -540,6 +541,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_BUNDLE_IDENTIFIER = org.w0lf.DarkBoot;
PRODUCT_NAME = "Dark Boot";
SDKROOT = macosx;
Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.0.1</string>
<string>4.0.5</string>
<key>CFBundleSignature</key>
<string>BtXg</string>
<key>CFBundleVersion</key>
<string>101</string>
<string>105</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>BXApplication</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>SUFeedURL</key>
<string>https://github.com/w0lfschild/app_updates/raw/master/DarkBoot/appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>WebsiteURL</key>
<string>https://github.com/w0lfschild/DarkBoot</string>
</dict>
Expand Down

0 comments on commit cf0ca30

Please sign in to comment.