Skip to content

Commit 044284a

Browse files
committed
feat: ios spotlight keywords
1 parent 46485b3 commit 044284a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,7 @@
6565
<true/>
6666
<key>UIStatusBarHidden</key>
6767
<false/>
68+
<key>kMDItemKeywords</key>
69+
<string>Queens College,QC,City University of New York,CUNY,campus map,student resources</string>
6870
</dict>
6971
</plist>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 2.4.3+64
20+
version: 2.4.4+65
2121

2222
environment:
2323
sdk: '>=3.1.0 <4.0.0'

0 commit comments

Comments
 (0)