Skip to content

Commit

Permalink
Bump version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MuntashirAkon committed Nov 11, 2018
1 parent 254d780 commit 586a69d
Show file tree
Hide file tree
Showing 10 changed files with 343 additions and 44 deletions.
16 changes: 10 additions & 6 deletions DPCIManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_MARKETING_VERSION = 1.6;
CURRENT_PROJECT_VERSION = 286;
CURRENT_PROJECT_VERSION = 287;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -458,7 +458,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
CURRENT_MARKETING_VERSION = 1.6;
CURRENT_PROJECT_VERSION = 286;
CURRENT_PROJECT_VERSION = 287;
DEBUG_INFORMATION_FORMAT = dwarf;
DEPLOYMENT_POSTPROCESSING = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -480,10 +480,11 @@
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
CURRENT_MARKETING_VERSION = 1.8;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DPCIManager/DPCIManager-Prefix.pch";
INFOPLIST_FILE = "DPCIManager/DPCIManager-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "net.sourceforge.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_BUNDLE_IDENTIFIER = io.github.muntashirakon.DPCIManager;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -493,10 +494,11 @@
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
CURRENT_MARKETING_VERSION = 1.8;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DPCIManager/DPCIManager-Prefix.pch";
INFOPLIST_FILE = "DPCIManager/DPCIManager-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "net.sourceforge.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_BUNDLE_IDENTIFIER = io.github.muntashirakon.DPCIManager;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down Expand Up @@ -538,6 +540,7 @@
buildSettings = {
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_EMPTY_BODY = YES;
CURRENT_MARKETING_VERSION = 1.8;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DPCIManager/DPCIManager-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/DPCIManager/DPCIManager-Info.plist";
Expand All @@ -548,7 +551,7 @@
__pci_ids,
pci.ids,
);
PRODUCT_BUNDLE_IDENTIFIER = "net.sourceforge.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_BUNDLE_IDENTIFIER = io.github.muntashirakon.dspci;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -558,6 +561,7 @@
buildSettings = {
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_EMPTY_BODY = YES;
CURRENT_MARKETING_VERSION = 1.8;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DPCIManager/DPCIManager-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/DPCIManager/DPCIManager-Info.plist";
Expand All @@ -568,7 +572,7 @@
__pci_ids,
pci.ids,
);
PRODUCT_BUNDLE_IDENTIFIER = "net.sourceforge.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_BUNDLE_IDENTIFIER = io.github.muntashirakon.dspci;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
1 change: 1 addition & 0 deletions DPCIManager/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ typedef struct {
-(IBAction)repair:(id)sender;
-(IBAction)rebuild:(id)sender;
-(IBAction)install:(id)sender;
-(IBAction)fetchvBIOS:(id)sender;
-(void)logTask:(NSData *)data;

@end
17 changes: 0 additions & 17 deletions DPCIManager/DPCIManager-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,6 @@
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSExceptionDomains</key>
<dict>
<key>sourceforge.net</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionMinimumTLSVersion</key>
<string>TLSv1.1</string>
</dict>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Licensed under GPLv3, full text at http://www.gnu.org/licenses/gpl-3.0.txt</string>
<key>NSMainNibFile</key>
Expand Down
1 change: 0 additions & 1 deletion DPCIManager/Hardware.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#import <IOKit/kext/KextManager.h>
#import <sys/sysctl.h>
#define kPCIFormat @"0x%04lX%04lX"
#define kDirectHWIdentifier @"com.coresystems.driver.DirectHW"
#define kOSBundleStarted @"OSBundleStarted"

@implementation AppDelegate (HardwareAdditions)
Expand Down
8 changes: 5 additions & 3 deletions DPCIManager/en.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -1055,15 +1055,15 @@
<subviews>
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1608">
<rect key="frame" x="0.0" y="0.0" width="655" height="177"/>
<clipView key="contentView" id="4Sy-cz-lrQ">
<clipView key="contentView" copiesOnScroll="NO" id="4Sy-cz-lrQ">
<rect key="frame" x="1" y="0.0" width="653" height="176"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" autosaveColumns="NO" typeSelect="NO" headerView="1611" id="1609">
<rect key="frame" x="0.0" y="0.0" width="653" height="153"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn editable="NO" width="147" minWidth="40" maxWidth="1000" id="1613">
Expand Down Expand Up @@ -1137,6 +1137,7 @@
<constraint firstItem="1608" firstAttribute="centerX" secondItem="1607" secondAttribute="centerX" id="2441"/>
</constraints>
</view>
<point key="canvasLocation" x="142" y="483"/>
</window>
<customObject id="494" customClass="AppDelegate">
<connections>
Expand Down Expand Up @@ -1210,7 +1211,7 @@
<rect key="frame" x="0.0" y="0.0" width="293" height="131"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn editable="NO" width="290" minWidth="16" maxWidth="1000" id="1684">
Expand Down Expand Up @@ -1324,6 +1325,7 @@
<constraint firstAttribute="trailing" secondItem="1733" secondAttribute="trailing" constant="9" id="1800"/>
<constraint firstItem="1699" firstAttribute="centerY" secondItem="1733" secondAttribute="centerY" id="1801"/>
</constraints>
<point key="canvasLocation" x="142" y="293"/>
</customView>
</objects>
<resources>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ As of version `1.7`, you can see usage by running:
dspci --help
```

#### JSON Schema
#### JSON Schema for default JSON output
For `1.6`, see [old schema](https://github.com/MuntashirAkon/DPCIManager/blob/e302cd9ce6f62d90d5da627cccc14cb088696444/README.md#json-schema).

An output contains an array of objects which have the following attributes.
Expand Down
2 changes: 1 addition & 1 deletion ddcli/lib/DDCliApplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int DDCliAppRunWithClass(Class delegateClass);
* class is used as the delegate class, so be sure to only include a single
* class that implements this protocol per application.
*/
int DDCliAppRunWithDefaultClass();
int DDCliAppRunWithDefaultClass(void);

/** @} */

Expand Down
Loading

0 comments on commit 586a69d

Please sign in to comment.