Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliga committed Apr 16, 2020
1 parent 555ad0e commit 269dc33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
19 changes: 0 additions & 19 deletions mimiq.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@
86F2EB36244302E40026C0D5 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86F2EB35244302E40026C0D5 /* main.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
869515D524481B750063C709 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 86A74A2124423C74003F3C68 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 86ADFC032447550A0042A8B4;
remoteInfo = mimiqHelper;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
868730FB24461911003620C9 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
Expand Down Expand Up @@ -201,7 +191,6 @@
buildRules = (
);
dependencies = (
869515D624481B750063C709 /* PBXTargetDependency */,
);
name = mimiq;
packageProductDependencies = (
Expand Down Expand Up @@ -338,14 +327,6 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
869515D624481B750063C709 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 86ADFC032447550A0042A8B4 /* mimiqHelper */;
targetProxy = 869515D524481B750063C709 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
86A74A3724423C76003F3C68 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down
4 changes: 2 additions & 2 deletions mimiq/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.0.2</string>
<string>0.0.3</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions mimiqHelper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.0.2</string>
<string>0.0.3</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSBackgroundOnly</key>
<true/>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 269dc33

Please sign in to comment.