Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Geri-Borbas committed Feb 18, 2020
1 parent 2379218 commit 82cea07
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# CHANGELOG

* Doing
* 0.6.5 / `Release_0.6.5`

+ UX
+ Simple `dmg` distribution
+ Initial release

* 0.6.3

Expand Down
18 changes: 10 additions & 8 deletions PDFLinks.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
55AD49E323F249B400E1D035 /* PageLinks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageLinks.swift; sourceTree = "<group>"; };
55AD49E623F24A5C00E1D035 /* DocumentLinks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DocumentLinks.swift; sourceTree = "<group>"; };
55AD49E923F24C1F00E1D035 /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
55B26AC823EA64A00061821E /* PDFLinks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PDFLinks.app; sourceTree = BUILT_PRODUCTS_DIR; };
55B26AC823EA64A00061821E /* PDF Links.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PDF Links.app"; sourceTree = BUILT_PRODUCTS_DIR; };
55B26ACB23EA64A00061821E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
55B26ACD23EA64A00061821E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
55B26ACF23EA64A50061821E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -114,7 +114,7 @@
55B26AC923EA64A00061821E /* Products */ = {
isa = PBXGroup;
children = (
55B26AC823EA64A00061821E /* PDFLinks.app */,
55B26AC823EA64A00061821E /* PDF Links.app */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -139,9 +139,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
55B26AC723EA64A00061821E /* PDFLinks */ = {
55B26AC723EA64A00061821E /* PDF Links */ = {
isa = PBXNativeTarget;
buildConfigurationList = 55B26AD823EA64A60061821E /* Build configuration list for PBXNativeTarget "PDFLinks" */;
buildConfigurationList = 55B26AD823EA64A60061821E /* Build configuration list for PBXNativeTarget "PDF Links" */;
buildPhases = (
55B26AC423EA64A00061821E /* Sources */,
55B26AC523EA64A00061821E /* Frameworks */,
Expand All @@ -151,9 +151,9 @@
);
dependencies = (
);
name = PDFLinks;
name = "PDF Links";
productName = PDFLinks;
productReference = 55B26AC823EA64A00061821E /* PDFLinks.app */;
productReference = 55B26AC823EA64A00061821E /* PDF Links.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -184,7 +184,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
55B26AC723EA64A00061821E /* PDFLinks */,
55B26AC723EA64A00061821E /* PDF Links */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -365,6 +365,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.6.5;
PRODUCT_BUNDLE_IDENTIFIER = com.eppz.PDFLinks;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -385,6 +386,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.6.5;
PRODUCT_BUNDLE_IDENTIFIER = com.eppz.PDFLinks;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -403,7 +405,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
55B26AD823EA64A60061821E /* Build configuration list for PBXNativeTarget "PDFLinks" */ = {
55B26AD823EA64A60061821E /* Build configuration list for PBXNativeTarget "PDF Links" */ = {
isa = XCConfigurationList;
buildConfigurations = (
55B26AD923EA64A60061821E /* Debug */,
Expand Down
2 changes: 1 addition & 1 deletion PDFLinks/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 82cea07

Please sign in to comment.