Skip to content

Commit

Permalink
App: Deleted iPads support
Browse files Browse the repository at this point in the history
  • Loading branch information
cnst-dev committed Mar 9, 2018
1 parent 4dcab5f commit 1537512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DailyDozen/DailyDozen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.nutritionfacts.dailydozen;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
Expand All @@ -979,7 +979,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.nutritionfacts.dailydozen;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion DailyDozen/DailyDozen/App/SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.5</string>
<string>2.6</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 1537512

Please sign in to comment.