Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeigel committed Jun 14, 2020
1 parent 4be509e commit 9695abf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Catalogr.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Catalogr/Catalogr.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = Z56Y5TUHBT;
INFOPLIST_FILE = Catalogr/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -770,7 +770,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Catalogr/Catalogr.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = Z56Y5TUHBT;
INFOPLIST_FILE = Catalogr/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
22 changes: 11 additions & 11 deletions Catalogr/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@
</array>
</dict>
</dict>
<key>UIApplicationShortcutItems</key>
<array>
<dict>
<key>UIApplicationShortcutItemIconType</key>
<string>UIApplicationShortcutIconTypeAdd</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Add Book</string>
<key>UIApplicationShortcutItemType</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}.addbook</string>
</dict>
</array>
<key>UILaunchStoryboardName</key>
<string>Launch Screen</string>
<key>UIMainStoryboardFile</key>
Expand Down Expand Up @@ -81,16 +92,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIApplicationShortcutItems</key>
<array>
<dict>
<key>UIApplicationShortcutItemIconType</key>
<string>UIApplicationShortcutIconTypeAdd</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Add Book</string>
<key>UIApplicationShortcutItemType</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}.addbook</string>
</dict>
</array>
</dict>
</plist>

0 comments on commit 9695abf

Please sign in to comment.