From 3e97665419a3dfad4196d222d6b1692ab06e5e0a Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Fri, 29 Jan 2021 01:08:19 -0800 Subject: [PATCH] Increment version --- Metatext.xcodeproj/project.pbxproj | 26 +++++++++++++------------- Share Extension/Info.plist | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Metatext.xcodeproj/project.pbxproj b/Metatext.xcodeproj/project.pbxproj index b061dd2..dbf41e4 100644 --- a/Metatext.xcodeproj/project.pbxproj +++ b/Metatext.xcodeproj/project.pbxproj @@ -115,7 +115,6 @@ D0BEB21124FA2A91001B0F04 /* EditFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BEB21024FA2A90001B0F04 /* EditFilterView.swift */; }; D0BECB982501C0FC002C1B13 /* Secrets in Frameworks */ = {isa = PBXBuildFile; productRef = D0BECB972501C0FC002C1B13 /* Secrets */; }; D0BECB9A2501C15F002C1B13 /* Mastodon in Frameworks */ = {isa = PBXBuildFile; productRef = D0BECB992501C15F002C1B13 /* Mastodon */; }; - D0BECB9F2501D9AD002C1B13 /* PreviewViewModels in Frameworks */ = {isa = PBXBuildFile; productRef = D0BECB9E2501D9AD002C1B13 /* PreviewViewModels */; }; D0C7D49724F7616A001EBDBB /* IdentitiesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C7D42224F76169001EBDBB /* IdentitiesView.swift */; }; D0C7D49924F7616A001EBDBB /* AddIdentityView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C7D42424F76169001EBDBB /* AddIdentityView.swift */; }; D0C7D49A24F7616A001EBDBB /* TableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C7D42524F76169001EBDBB /* TableView.swift */; }; @@ -164,6 +163,7 @@ D0FCC106259C4E62000B67DF /* NewStatusViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0FCC104259C4E61000B67DF /* NewStatusViewController.swift */; }; D0FE1C8F253686F9003EF1EB /* PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0FE1C8E253686F9003EF1EB /* PlayerView.swift */; }; D0FE1C9825368A9D003EF1EB /* PlayerCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0FE1C9725368A9D003EF1EB /* PlayerCache.swift */; }; + D0FE7C8025C4C79F00203957 /* PreviewViewModels in Frameworks */ = {isa = PBXBuildFile; productRef = D0FE7C7F25C4C79F00203957 /* PreviewViewModels */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -356,7 +356,7 @@ files = ( D0F5880525A7E4C500E3A49C /* Kingfisher in Frameworks */, D0E2C1D124FD97F000854680 /* ViewModels in Frameworks */, - D0BECB9F2501D9AD002C1B13 /* PreviewViewModels in Frameworks */, + D0FE7C8025C4C79F00203957 /* PreviewViewModels in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -733,8 +733,8 @@ name = Metatext; packageProductDependencies = ( D0E2C1D024FD97F000854680 /* ViewModels */, - D0BECB9E2501D9AD002C1B13 /* PreviewViewModels */, D0F5880425A7E4C500E3A49C /* Kingfisher */, + D0FE7C7F25C4C79F00203957 /* PreviewViewModels */, ); productName = "Metatext (iOS)"; productReference = D047FA8C24C3E21200AF17C5 /* Metatext.app */; @@ -1229,7 +1229,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext; PRODUCT_NAME = Metatext; SDKROOT = iphoneos; @@ -1256,7 +1256,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext; PRODUCT_NAME = Metatext; SDKROOT = iphoneos; @@ -1329,7 +1329,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 0.1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = "com.metabolist.metatext.share-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; @@ -1355,7 +1355,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 0.1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = "com.metabolist.metatext.share-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; @@ -1381,7 +1381,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 0.1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = "com.metabolist.metatext.notification-service-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; @@ -1405,7 +1405,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 0.1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = "com.metabolist.metatext.notification-service-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; @@ -1491,10 +1491,6 @@ isa = XCSwiftPackageProductDependency; productName = Mastodon; }; - D0BECB9E2501D9AD002C1B13 /* PreviewViewModels */ = { - isa = XCSwiftPackageProductDependency; - productName = PreviewViewModels; - }; D0E2C1D024FD97F000854680 /* ViewModels */ = { isa = XCSwiftPackageProductDependency; productName = ViewModels; @@ -1509,6 +1505,10 @@ package = D0F5880325A7E4C500E3A49C /* XCRemoteSwiftPackageReference "Kingfisher" */; productName = Kingfisher; }; + D0FE7C7F25C4C79F00203957 /* PreviewViewModels */ = { + isa = XCSwiftPackageProductDependency; + productName = PreviewViewModels; + }; /* End XCSwiftPackageProductDependency section */ }; rootObject = D047FA8024C3E21000AF17C5 /* Project object */; diff --git a/Share Extension/Info.plist b/Share Extension/Info.plist index 7ed487b..26b4ca4 100644 --- a/Share Extension/Info.plist +++ b/Share Extension/Info.plist @@ -28,10 +28,10 @@ NSExtensionActivationSupportsImageWithMaxCount 1 - NSExtensionActivationSupportsText - NSExtensionActivationSupportsMovieWithMaxCount 1 + NSExtensionActivationSupportsText + NSExtensionActivationSupportsWebURLWithMaxCount 1