Skip to content

Commit

Permalink
Renamed DMG2ISO into EasyDMG2ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavius12 committed Mar 1, 2024
1 parent 1253531 commit c44f89a
Show file tree
Hide file tree
Showing 34 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
061B56582559EAB70035B431 /* DMG2ISO.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DMG2ISO.app; sourceTree = BUILT_PRODUCTS_DIR; };
061B56582559EAB70035B431 /* EasyDMG2ISO.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EasyDMG2ISO.app; sourceTree = BUILT_PRODUCTS_DIR; };
061B565B2559EAB70035B431 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
061B565D2559EABC0035B431 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
061B56602559EABC0035B431 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
061B56622559EABC0035B431 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
061B56632559EABC0035B431 /* DMG2ISO.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DMG2ISO.entitlements; sourceTree = "<group>"; };
061B56632559EABC0035B431 /* EasyDMG2ISO.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = EasyDMG2ISO.entitlements; sourceTree = "<group>"; };
061B56692559ED550035B431 /* DropDMGView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DropDMGView.swift; sourceTree = "<group>"; };
06C6B2A82559F3A600027CF2 /* FileInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileInfoView.swift; sourceTree = "<group>"; };
06F3494C255BF0A7009DDDF9 /* StatusView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusView.swift; sourceTree = "<group>"; };
Expand All @@ -43,41 +43,41 @@
061B564F2559EAB70035B431 = {
isa = PBXGroup;
children = (
061B565A2559EAB70035B431 /* DMG2ISO */,
061B565A2559EAB70035B431 /* EasyDMG2ISO */,
061B56592559EAB70035B431 /* Products */,
);
sourceTree = "<group>";
};
061B56592559EAB70035B431 /* Products */ = {
isa = PBXGroup;
children = (
061B56582559EAB70035B431 /* DMG2ISO.app */,
061B56582559EAB70035B431 /* EasyDMG2ISO.app */,
);
name = Products;
sourceTree = "<group>";
};
061B565A2559EAB70035B431 /* DMG2ISO */ = {
061B565A2559EAB70035B431 /* EasyDMG2ISO */ = {
isa = PBXGroup;
children = (
061B565B2559EAB70035B431 /* AppDelegate.swift */,
061B565D2559EABC0035B431 /* Assets.xcassets */,
061B565F2559EABC0035B431 /* MainMenu.xib */,
061B56622559EABC0035B431 /* Info.plist */,
061B56632559EABC0035B431 /* DMG2ISO.entitlements */,
061B56632559EABC0035B431 /* EasyDMG2ISO.entitlements */,
061B56692559ED550035B431 /* DropDMGView.swift */,
06C6B2A82559F3A600027CF2 /* FileInfoView.swift */,
06F3494C255BF0A7009DDDF9 /* StatusView.swift */,
06F78BC0255D815D0046E6ED /* ProgressView.swift */,
);
path = DMG2ISO;
path = EasyDMG2ISO;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
061B56572559EAB70035B431 /* DMG2ISO */ = {
061B56572559EAB70035B431 /* EasyDMG2ISO */ = {
isa = PBXNativeTarget;
buildConfigurationList = 061B56662559EABC0035B431 /* Build configuration list for PBXNativeTarget "DMG2ISO" */;
buildConfigurationList = 061B56662559EABC0035B431 /* Build configuration list for PBXNativeTarget "EasyDMG2ISO" */;
buildPhases = (
061B56542559EAB70035B431 /* Sources */,
061B56552559EAB70035B431 /* Frameworks */,
Expand All @@ -87,9 +87,9 @@
);
dependencies = (
);
name = DMG2ISO;
productName = DMG2ISO;
productReference = 061B56582559EAB70035B431 /* DMG2ISO.app */;
name = EasyDMG2ISO;
productName = EasyDMG2ISO;
productReference = 061B56582559EAB70035B431 /* EasyDMG2ISO.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -107,7 +107,7 @@
};
};
};
buildConfigurationList = 061B56532559EAB70035B431 /* Build configuration list for PBXProject "DMG2ISO" */;
buildConfigurationList = 061B56532559EAB70035B431 /* Build configuration list for PBXProject "EasyDMG2ISO" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -120,7 +120,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
061B56572559EAB70035B431 /* DMG2ISO */,
061B56572559EAB70035B431 /* EasyDMG2ISO */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -281,18 +281,18 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = DMG2ISO/DMG2ISO.entitlements;
CODE_SIGN_ENTITLEMENTS = EasyDMG2ISO/EasyDMG2ISO.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = DMG2ISO/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = DMG2ISO;
INFOPLIST_FILE = EasyDMG2ISO/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = EasyDMG2ISO;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = org.evolsoft.DMG2ISO;
PRODUCT_BUNDLE_IDENTIFIER = org.evolsoft.EasyDMG2ISO;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
Expand All @@ -302,18 +302,18 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = DMG2ISO/DMG2ISO.entitlements;
CODE_SIGN_ENTITLEMENTS = EasyDMG2ISO/EasyDMG2ISO.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = DMG2ISO/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = DMG2ISO;
INFOPLIST_FILE = EasyDMG2ISO/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = EasyDMG2ISO;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = org.evolsoft.DMG2ISO;
PRODUCT_BUNDLE_IDENTIFIER = org.evolsoft.EasyDMG2ISO;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
Expand All @@ -322,7 +322,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
061B56532559EAB70035B431 /* Build configuration list for PBXProject "DMG2ISO" */ = {
061B56532559EAB70035B431 /* Build configuration list for PBXProject "EasyDMG2ISO" */ = {
isa = XCConfigurationList;
buildConfigurations = (
061B56642559EABC0035B431 /* Debug */,
Expand All @@ -331,7 +331,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
061B56662559EABC0035B431 /* Build configuration list for PBXNativeTarget "DMG2ISO" */ = {
061B56662559EABC0035B431 /* Build configuration list for PBXNativeTarget "EasyDMG2ISO" */ = {
isa = XCConfigurationList;
buildConfigurations = (
061B56672559EABC0035B431 /* Debug */,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added EasyDMG2ISO/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="DMG2ISO" customModuleProvider="target">
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="EasyDMG2ISO" customModuleProvider="target">
<connections>
<outlet property="window" destination="QvC-M9-y7g" id="gIp-Ho-8D9"/>
</connections>
</customObject>
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
<menu title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
<items>
<menuItem title="DMG2ISO" id="1Xt-HY-uBw">
<menuItem title="EasyDMG2ISO" id="1Xt-HY-uBw">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="DMG2ISO" systemMenu="apple" id="uQy-DD-JDr">
<menu key="submenu" title="EasyDMG2ISO" systemMenu="apple" id="uQy-DD-JDr">
<items>
<menuItem title="About DMG2ISO" id="5kV-Vb-QxS">
<menuItem title="About EasyDMG2ISO" id="5kV-Vb-QxS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="orderFrontStandardAboutPanel:" target="-1" id="Exp-CZ-Vem"/>
Expand All @@ -39,7 +39,7 @@
<menu key="submenu" title="Services" systemMenu="services" id="hz9-B4-Xy5"/>
</menuItem>
<menuItem isSeparatorItem="YES" id="4je-JR-u6R"/>
<menuItem title="Hide DMG2ISO" keyEquivalent="h" id="Olw-nP-bQN">
<menuItem title="Hide EasyDMG2ISO" keyEquivalent="h" id="Olw-nP-bQN">
<connections>
<action selector="hide:" target="-1" id="PnN-Uc-m68"/>
</connections>
Expand All @@ -57,7 +57,7 @@
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
<menuItem title="Quit DMG2ISO" keyEquivalent="q" id="4sb-4s-VLi">
<menuItem title="Quit EasyDMG2ISO" keyEquivalent="q" id="4sb-4s-VLi">
<connections>
<action selector="terminate:" target="-1" id="Te7-pn-YzF"/>
</connections>
Expand Down Expand Up @@ -670,7 +670,7 @@
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ">
<items>
<menuItem title="DMG2ISO Help" keyEquivalent="?" id="FKE-Sm-Kum">
<menuItem title="EasyDMG2ISO Help" keyEquivalent="?" id="FKE-Sm-Kum">
<connections>
<action selector="showHelp:" target="-1" id="y7X-2Q-9no"/>
</connections>
Expand All @@ -681,7 +681,7 @@
</items>
<point key="canvasLocation" x="141" y="154"/>
</menu>
<window title="DMG2ISO" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g">
<window title="EasyDMG2ISO" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
<rect key="contentRect" x="335" y="390" width="460" height="360"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
Expand Down Expand Up @@ -709,7 +709,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="DragBoxFull" id="eua-CR-CSO"/>
</imageView>
<customView id="n2Z-j4-rJ8" customClass="DropDMGView" customModule="DMG2ISO" customModuleProvider="target">
<customView id="n2Z-j4-rJ8" customClass="DropDMGView" customModule="EasyDMG2ISO" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="460" height="360"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
Expand Down Expand Up @@ -755,7 +755,7 @@
</view>
</tabViewItem>
<tabViewItem identifier="" id="Hi4-sB-98L">
<view key="view" id="qDe-iN-kA2" customClass="FileInfoView" customModule="DMG2ISO" customModuleProvider="target">
<view key="view" id="qDe-iN-kA2" customClass="FileInfoView" customModule="EasyDMG2ISO" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="460" height="360"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
Expand Down Expand Up @@ -792,7 +792,7 @@ CA
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<popUpButtonCell key="cell" type="push" title="ISO" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="bfQ-09-rdR" id="2YR-LT-YcN">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<font key="font" metaFont="message"/>
<menu key="menu" id="fXI-MY-sUn">
<items>
<menuItem title="ISO" state="on" id="bfQ-09-rdR">
Expand Down Expand Up @@ -854,7 +854,7 @@ CA
</view>
</tabViewItem>
<tabViewItem identifier="" id="hGA-RO-Frt">
<view key="view" id="HID-xJ-rUG" customClass="StatusView" customModule="DMG2ISO" customModuleProvider="target">
<view key="view" id="HID-xJ-rUG" customClass="StatusView" customModule="EasyDMG2ISO" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="460" height="360"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
Expand Down Expand Up @@ -915,7 +915,7 @@ DQ
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="131" y="158" width="418" height="78"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
<view key="contentView" id="cTG-el-cuL" customClass="ProgressView" customModule="DMG2ISO" customModuleProvider="target">
<view key="contentView" id="cTG-el-cuL" customClass="ProgressView" customModule="EasyDMG2ISO" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="418" height="78"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c44f89a

Please sign in to comment.