Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Dec 20, 2022
1 parent 76f7434 commit 5c6307d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

Notable features, fixes and updates are logged in this file.

## 0.1.0

🎉 Everything is new!
16 changes: 14 additions & 2 deletions MiniYubiOath.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
D4258D83293A83A200607A5B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D4258D82293A83A200607A5B /* Preview Assets.xcassets */; };
D4258D8B293A859500607A5B /* AppMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4258D8A293A859500607A5B /* AppMenu.swift */; };
D4E8CBEA29526DA70022CF07 /* About.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4E8CBE929526DA70022CF07 /* About.swift */; };
D4E8CBEE29527D450022CF07 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = D4E8CBEB29527D440022CF07 /* README.md */; };
D4E8CBEF29527D450022CF07 /* CHANGELOG.md in Resources */ = {isa = PBXBuildFile; fileRef = D4E8CBEC29527D440022CF07 /* CHANGELOG.md */; };
D4E8CBF029527D450022CF07 /* PRIVACY.md in Resources */ = {isa = PBXBuildFile; fileRef = D4E8CBED29527D440022CF07 /* PRIVACY.md */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -52,6 +55,9 @@
D4988924293E9195003955E0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
D4A4B7BC293B82D60092ECC9 /* DriverKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DriverKit.framework; path = System/Library/Frameworks/DriverKit.framework; sourceTree = SDKROOT; };
D4E8CBE929526DA70022CF07 /* About.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = About.swift; sourceTree = "<group>"; };
D4E8CBEB29527D440022CF07 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
D4E8CBEC29527D440022CF07 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
D4E8CBED29527D440022CF07 /* PRIVACY.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = PRIVACY.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -98,6 +104,9 @@
D4258D6F293A83A100607A5B = {
isa = PBXGroup;
children = (
D4E8CBEC29527D440022CF07 /* CHANGELOG.md */,
D4E8CBED29527D440022CF07 /* PRIVACY.md */,
D4E8CBEB29527D440022CF07 /* README.md */,
D4258D7A293A83A100607A5B /* MiniYubiOath */,
D4A4B7BB293B82D60092ECC9 /* Frameworks */,
D4258D79293A83A100607A5B /* Products */,
Expand Down Expand Up @@ -209,8 +218,11 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D4E8CBEE29527D450022CF07 /* README.md in Resources */,
D4E8CBF029527D450022CF07 /* PRIVACY.md in Resources */,
D4258D83293A83A200607A5B /* Preview Assets.xcassets in Resources */,
D4258D80293A83A200607A5B /* Assets.xcassets in Resources */,
D4E8CBEF29527D450022CF07 /* CHANGELOG.md in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -377,7 +389,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 0.1;
PRODUCT_BUNDLE_IDENTIFIER = io.r0b.MiniYubiOath;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -411,7 +423,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 0.1;
PRODUCT_BUNDLE_IDENTIFIER = io.r0b.MiniYubiOath;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down

0 comments on commit 5c6307d

Please sign in to comment.