Skip to content

Commit

Permalink
- fixed validation errors on AppStore connect upload
Browse files Browse the repository at this point in the history
- new build number
- fixed comments
  • Loading branch information
hosy committed Sep 17, 2019
1 parent 1225d44 commit 5ccdebd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions ownCloud Intents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(APP_SHORT_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>140</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand All @@ -33,7 +33,6 @@
<string>CreateFolderIntent</string>
<string>DeletePathItemIntent</string>
<string>GetAccountIntent</string>
<string>GetAccounts</string>
<string>GetAccountsIntent</string>
<string>GetDirectoryListingIntent</string>
<string>GetFileInfoIntent</string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// GetAccountsIntentHandler.swift
// GetDirectoryIntentHandler.swift
// ownCloud
//
// Created by Matthias Hühne on 24.07.19.
Expand Down
4 changes: 2 additions & 2 deletions ownCloudAppShared/Intent/Intents.intentdefinition
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<key>INIntentDefinitionSystemVersion</key>
<string>18G95</string>
<key>INIntentDefinitionToolsBuildVersion</key>
<string>11M392r</string>
<string>11A419c</string>
<key>INIntentDefinitionToolsVersion</key>
<string>11.0</string>
<key>INIntents</key>
Expand All @@ -139,7 +139,7 @@
<key>INIntentConfigurable</key>
<true/>
<key>INIntentDescription</key>
<string>Get a list of all stored accounts</string>
<string>Get a list of all configured accounts</string>
<key>INIntentDescriptionID</key>
<string>wK4bqS</string>
<key>INIntentIneligibleForSuggestions</key>
Expand Down

0 comments on commit 5ccdebd

Please sign in to comment.