Skip to content

Commit

Permalink
made the privacy policy not editable
Browse files Browse the repository at this point in the history
  • Loading branch information
brettalcox committed Feb 25, 2016
1 parent ddf9c88 commit 482ef7f
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions logU/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "Icon-60@2x-2.png",
"filename" : "Icon.png",
"scale" : "1x"
},
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "Icon-60@2x-3.png",
"filename" : "[email protected]",
"scale" : "2x"
},
{
Expand Down Expand Up @@ -119,12 +119,6 @@
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "120x120",
"idiom" : "car",
"filename" : "[email protected]",
"scale" : "1x"
}
],
"info" : {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified logU/Assets.xcassets/AppIcon.appiconset/Icon-Small-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logU/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logU/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logU/Assets.xcassets/AppIcon.appiconset/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion logU/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="mrk-Fg-mQo">
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" misplaced="YES" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mrk-Fg-mQo">
<rect key="frame" x="156" y="171" width="240" height="484"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<string key="text">This is the main privacy policy for logU - A Strength Logger. logU collects a few pieces of user information to be used within your profile. The information obtained from a user in this app: username, password, gender, and bodyweight.
Expand Down
2 changes: 1 addition & 1 deletion logU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>9</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 482ef7f

Please sign in to comment.