Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Aug 18, 2012
1 parent 58d9222 commit 8dcfb90
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-08-18 Chris

* login process should work now *crosses fingers*

2012-08-11 Chris

* login bug is back - not sure why but when app is installed via cydia repository
Expand Down
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-08-18

* implemented new login process using AES 256 bit encryption

2012-08-11

* Created Cydia repository for application distribution.
Expand Down
2 changes: 0 additions & 2 deletions KegCop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALTERNATE_OWNER = "iPhone Developer";
CODE_SIGN_ENTITLEMENTS = KegCop/KegCop.entitlements;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -633,7 +632,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALTERNATE_OWNER = "iPhone Developer";
CODE_SIGN_ENTITLEMENTS = KegCop/KegCop.entitlements;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
FRAMEWORK_SEARCH_PATHS = (
Expand Down
2 changes: 1 addition & 1 deletion KegCop/KegCop-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>512</string>
<string>519</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
2 changes: 1 addition & 1 deletion KegCop/ViewControllerWelcome.m
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ - (IBAction)processDev:(id)sender {

// dev btn pressed
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
ViewControllerDev *dev = (ViewControllerLogs *)[storyboard instantiateViewControllerWithIdentifier:@"dev"];
ViewControllerDev *dev = (ViewControllerDev *)[storyboard instantiateViewControllerWithIdentifier:@"dev"];
[self presentModalViewController:dev animated:YES];

}
Expand Down

0 comments on commit 8dcfb90

Please sign in to comment.