diff --git a/Cydia.frappliance/English.lproj/InfoPlist.strings b/Cydia.frappliance/English.lproj/InfoPlist.strings index 3575674..d1b342c 100644 --- a/Cydia.frappliance/English.lproj/InfoPlist.strings +++ b/Cydia.frappliance/English.lproj/InfoPlist.strings @@ -1 +1 @@ -CFBundleName = "Cydia"; +CFBundleName = "Phalena"; diff --git a/Cydia.frappliance/Info.plist b/Cydia.frappliance/Info.plist index f2eb03c..a77a12d 100644 --- a/Cydia.frappliance/Info.plist +++ b/Cydia.frappliance/Info.plist @@ -4,10 +4,10 @@ CFBundleExecutable - CydiaAppliance + PhalenaAppliance CFBundleIdentifier - com.saurik.Cydia + com.saurik.Phalena CFBundleInfoDictionaryVersion 6.0 @@ -48,7 +48,7 @@ 3.0 NSPrincipalClass - CydiaAppliance + PhalenaAppliance UIDeviceFamily diff --git a/Cydia/LoadingView.h b/Cydia/LoadingView.h index ec3c285..198a6eb 100644 --- a/Cydia/LoadingView.h +++ b/Cydia/LoadingView.h @@ -1,32 +1,32 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ -#ifndef Cydia_LoadingView_H -#define Cydia_LoadingView_H +#ifndef Phalena_LoadingView_H +#define Phalena_LoadingView_H #include "Menes/ObjectHandle.h" #include -@interface CydiaLoadingView : UIView { +@interface PhalenaLoadingView : UIView { _H spinner_; _H label_; _H container_; @@ -34,4 +34,4 @@ @end -#endif//Cydia_LoadingView_H +#endif//Phalena_LoadingView_H diff --git a/Cydia/LoadingView.mm b/Cydia/LoadingView.mm index 4b54faa..e43cd48 100644 --- a/Cydia/LoadingView.mm +++ b/Cydia/LoadingView.mm @@ -1,30 +1,30 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ #include "CyteKit/UCPlatform.h" #include "CyteKit/Localize.h" -#include "Cydia/LoadingView.h" +#include "Phalena/LoadingView.h" -@implementation CydiaLoadingView +@implementation PhalenaLoadingView - (id) initWithFrame:(CGRect)frame { if ((self = [super initWithFrame:frame]) != nil) { diff --git a/Cydia/LoadingViewController.h b/Cydia/LoadingViewController.h index ade667c..d72daa7 100644 --- a/Cydia/LoadingViewController.h +++ b/Cydia/LoadingViewController.h @@ -1,32 +1,32 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ -#ifndef Cydia_LoadingViewController_H -#define Cydia_LoadingViewController_H +#ifndef Phalena_LoadingViewController_H +#define Phalena_LoadingViewController_H #include "CyteKit/ViewController.h" -@interface CydiaLoadingViewController : CyteViewController { +@interface PhalenaLoadingViewController : CyteViewController { } @end -#endif//Cydia_LoadingViewController_H +#endif//Phalena_LoadingViewController_H diff --git a/Cydia/LoadingViewController.mm b/Cydia/LoadingViewController.mm index 48e3312..973ac13 100644 --- a/Cydia/LoadingViewController.mm +++ b/Cydia/LoadingViewController.mm @@ -1,30 +1,30 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ #include "CyteKit/UCPlatform.h" -#include "Cydia/LoadingView.h" -#include "Cydia/LoadingViewController.h" +#include "Phalena/LoadingView.h" +#include "Phalena/LoadingViewController.h" -@implementation CydiaLoadingViewController +@implementation PhalenaLoadingViewController - (void) loadView { [super loadView]; @@ -33,7 +33,7 @@ - (void) loadView { [table setAutoresizingMask:(UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight)]; [[self view] addSubview:table]; - CydiaLoadingView *indicator([[[CydiaLoadingView alloc] initWithFrame:[[self view] bounds]] autorelease]); + PhalenaLoadingView *indicator([[[PhalenaLoadingView alloc] initWithFrame:[[self view] bounds]] autorelease]); [indicator setAutoresizingMask:(UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight)]; [[self view] addSubview:indicator]; } diff --git a/Cydia/MIMEAddress.h b/Cydia/MIMEAddress.h index 85efdea..eba4f98 100644 --- a/Cydia/MIMEAddress.h +++ b/Cydia/MIMEAddress.h @@ -1,26 +1,26 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ -#ifndef Cydia_MIMEAddress_H -#define Cydia_MIMEAddress_H +#ifndef Phalena_MIMEAddress_H +#define Phalena_MIMEAddress_H #include "Menes/ObjectHandle.h" @@ -39,4 +39,4 @@ @end -#endif//Cydia_MIMEAddress_H +#endif//Phalena_MIMEAddress_H diff --git a/Cydia/MIMEAddress.mm b/Cydia/MIMEAddress.mm index a30be35..8c982ef 100644 --- a/Cydia/MIMEAddress.mm +++ b/Cydia/MIMEAddress.mm @@ -1,27 +1,27 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ #include "CyteKit/UCPlatform.h" -#include "Cydia/MIMEAddress.h" +#include "Phalena/MIMEAddress.h" #include "CyteKit/RegEx.hpp" #include "iPhonePrivate.h" diff --git a/Cydia/ProgressEvent.h b/Cydia/ProgressEvent.h index ff249ca..18e0b28 100644 --- a/Cydia/ProgressEvent.h +++ b/Cydia/ProgressEvent.h @@ -1,32 +1,32 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ -#ifndef Cydia_ProgressEvent_H -#define Cydia_ProgressEvent_H +#ifndef Phalena_ProgressEvent_H +#define Phalena_ProgressEvent_H #include #include -@interface CydiaProgressEvent : NSObject { +@interface PhalenaProgressEvent : NSObject { _H message_; _H type_; @@ -36,9 +36,9 @@ _H version_; } -+ (CydiaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type; -+ (CydiaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type forPackage:(NSString *)package; -+ (CydiaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type forItemDesc:(pkgAcquire::ItemDesc &)desc; ++ (PhalenaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type; ++ (PhalenaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type forPackage:(NSString *)package; ++ (PhalenaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type forItemDesc:(pkgAcquire::ItemDesc &)desc; - (id) initWithMessage:(NSString *)message ofType:(NSString *)type; @@ -62,7 +62,7 @@ @end @protocol ProgressDelegate -- (void) addProgressEvent:(CydiaProgressEvent *)event; +- (void) addProgressEvent:(PhalenaProgressEvent *)event; - (void) setProgressPercent:(NSNumber *)percent; - (void) setProgressStatus:(NSDictionary *)status; - (void) setProgressCancellable:(NSNumber *)cancellable; @@ -70,4 +70,4 @@ - (void) setTitle:(NSString *)title; @end -#endif//Cydia_ProgressEvent_H +#endif//Phalena_ProgressEvent_H diff --git a/CyteKit/Application.h b/CyteKit/Application.h index 84355c1..a26e6d9 100644 --- a/CyteKit/Application.h +++ b/CyteKit/Application.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/Application.mm b/CyteKit/Application.mm index 025cbd7..f64bb4c 100644 --- a/CyteKit/Application.mm +++ b/CyteKit/Application.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/CyteKit.h b/CyteKit/CyteKit.h index 085f45d..ccd28d8 100644 --- a/CyteKit/CyteKit.h +++ b/CyteKit/CyteKit.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/CyteObject.h b/CyteKit/CyteObject.h index ef80714..d3c3dcd 100644 --- a/CyteKit/CyteObject.h +++ b/CyteKit/CyteObject.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/CyteObject.mm b/CyteKit/CyteObject.mm index 0659b51..b27beec 100644 --- a/CyteKit/CyteObject.mm +++ b/CyteKit/CyteObject.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -36,7 +36,7 @@ #include "iPhonePrivate.h" #include -@implementation NSDictionary (Cydia) +@implementation NSDictionary (Phalena) - (id) invokeUndefinedMethodFromWebScript:(NSString *)name withArguments:(NSArray *)arguments { if (false); else if ([name isEqualToString:@"get"]) diff --git a/CyteKit/IndirectDelegate.h b/CyteKit/IndirectDelegate.h index ae698cb..cf96294 100644 --- a/CyteKit/IndirectDelegate.h +++ b/CyteKit/IndirectDelegate.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/InterfaceOrientation.h b/CyteKit/InterfaceOrientation.h index eddfaf4..653f3c2 100644 --- a/CyteKit/InterfaceOrientation.h +++ b/CyteKit/InterfaceOrientation.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/ListController.h b/CyteKit/ListController.h index a71139f..1f7992a 100644 --- a/CyteKit/ListController.h +++ b/CyteKit/ListController.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/ListController.mm b/CyteKit/ListController.mm index 7d90045..0d83307 100644 --- a/CyteKit/ListController.mm +++ b/CyteKit/ListController.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/Localize.h b/CyteKit/Localize.h index 075524a..e0af768 100644 --- a/CyteKit/Localize.h +++ b/CyteKit/Localize.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/MFMailComposeViewController-MailToURL.h b/CyteKit/MFMailComposeViewController-MailToURL.h index 4c26b36..a03332b 100644 --- a/CyteKit/MFMailComposeViewController-MailToURL.h +++ b/CyteKit/MFMailComposeViewController-MailToURL.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/MFMailComposeViewController-MailToURL.mm b/CyteKit/MFMailComposeViewController-MailToURL.mm index 9b861e2..655384a 100644 --- a/CyteKit/MFMailComposeViewController-MailToURL.mm +++ b/CyteKit/MFMailComposeViewController-MailToURL.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/NavigationController.h b/CyteKit/NavigationController.h index b295858..7f39dac 100644 --- a/CyteKit/NavigationController.h +++ b/CyteKit/NavigationController.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -24,7 +24,7 @@ #include -@interface UINavigationController (Cydia) +@interface UINavigationController (Phalena) - (NSArray *) navigationURLCollection; - (void) unloadData; diff --git a/CyteKit/NavigationController.mm b/CyteKit/NavigationController.mm index f53ad85..088a5d6 100644 --- a/CyteKit/NavigationController.mm +++ b/CyteKit/NavigationController.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -30,7 +30,7 @@ #include "iPhonePrivate.h" #include -@implementation UINavigationController (Cydia) +@implementation UINavigationController (Phalena) - (NSArray *) navigationURLCollection { NSMutableArray *stack([NSMutableArray array]); diff --git a/CyteKit/RegEx.hpp b/CyteKit/RegEx.hpp index 7ff08df..84f3222 100644 --- a/CyteKit/RegEx.hpp +++ b/CyteKit/RegEx.hpp @@ -1,26 +1,26 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ -#ifndef Cydia_RegEx_HPP -#define Cydia_RegEx_HPP +#ifndef Phalena_RegEx_HPP +#define Phalena_RegEx_HPP #include @@ -128,4 +128,4 @@ class RegEx { } }; -#endif//Cydia_RegEx_HPP +#endif//Phalena_RegEx_HPP diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h index 220609c..df7e0c9 100644 --- a/CyteKit/TabBarController.h +++ b/CyteKit/TabBarController.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/TabBarController.mm b/CyteKit/TabBarController.mm index a6cd088..06e5874 100644 --- a/CyteKit/TabBarController.mm +++ b/CyteKit/TabBarController.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/TableViewCell.h b/CyteKit/TableViewCell.h index f435f01..11a8b6c 100644 --- a/CyteKit/TableViewCell.h +++ b/CyteKit/TableViewCell.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/TableViewCell.mm b/CyteKit/TableViewCell.mm index 1b9152e..3ac854b 100644 --- a/CyteKit/TableViewCell.mm +++ b/CyteKit/TableViewCell.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/UCPlatform.h b/CyteKit/UCPlatform.h index ffb4a0e..a1a1771 100644 --- a/CyteKit/UCPlatform.h +++ b/CyteKit/UCPlatform.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/URLCache.h b/CyteKit/URLCache.h index e363b8f..3f994f8 100644 --- a/CyteKit/URLCache.h +++ b/CyteKit/URLCache.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/URLCache.mm b/CyteKit/URLCache.mm index e506130..c32eb45 100644 --- a/CyteKit/URLCache.mm +++ b/CyteKit/URLCache.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/URLProtocol.h b/CyteKit/URLProtocol.h index 9b1796d..a2cadbf 100644 --- a/CyteKit/URLProtocol.h +++ b/CyteKit/URLProtocol.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/URLProtocol.mm b/CyteKit/URLProtocol.mm index eccd2f7..9a046d2 100644 --- a/CyteKit/URLProtocol.mm +++ b/CyteKit/URLProtocol.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -82,7 +82,7 @@ - (void) startLoading { NSString *path; - if ([scheme isEqualToString:@"cydia"]) + if ([scheme isEqualToString:@"phalena"]) path = [href substringFromIndex:8]; else if ([scheme isEqualToString:@"about"]) path = [href substringFromIndex:12]; diff --git a/CyteKit/ViewController.h b/CyteKit/ViewController.h index da4a33b..8e19921 100644 --- a/CyteKit/ViewController.h +++ b/CyteKit/ViewController.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -24,7 +24,7 @@ #include -@interface UIViewController (Cydia) +@interface UIViewController (Phalena) // Override this in subclasses if you manage the "has seen first load" state yourself. - (BOOL) hasLoaded; diff --git a/CyteKit/ViewController.mm b/CyteKit/ViewController.mm index 41e7ea9..97d5d27 100644 --- a/CyteKit/ViewController.mm +++ b/CyteKit/ViewController.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -29,7 +29,7 @@ #include "iPhonePrivate.h" #include -@implementation UIViewController (Cydia) +@implementation UIViewController (Phalena) - (BOOL) hasLoaded { return YES; diff --git a/CyteKit/WebThreadLocked.hpp b/CyteKit/WebThreadLocked.hpp index bf21c34..cefd705 100644 --- a/CyteKit/WebThreadLocked.hpp +++ b/CyteKit/WebThreadLocked.hpp @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/WebView.h b/CyteKit/WebView.h index 20e162a..c41a995 100644 --- a/CyteKit/WebView.h +++ b/CyteKit/WebView.h @@ -1,26 +1,26 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ -#ifndef CyteKit_CydiaBrowser_H -#define CyteKit_CydiaBrowser_H +#ifndef CyteKit_PhalenaBrowser_H +#define CyteKit_PhalenaBrowser_H #include @@ -74,4 +74,4 @@ enum CYWebPolicyDecision { @end -#endif//CyteKit_CydiaBrowser_H +#endif//CyteKit_PhalenaBrowser_H diff --git a/CyteKit/WebView.mm b/CyteKit/WebView.mm index 9e0cbea..736e8ae 100644 --- a/CyteKit/WebView.mm +++ b/CyteKit/WebView.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -418,7 +418,7 @@ - (NSURLRequest *) request { } } -@implementation UIWebDocumentView (Cydia) +@implementation UIWebDocumentView (Phalena) - (void) _setScrollerOffset:(CGPoint)offset { UIScroller *scroller([self _scroller]); diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 477828c..3088b75 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index 9d1866a..0e9d076 100644 --- a/CyteKit/WebViewController.mm +++ b/CyteKit/WebViewController.mm @@ -37,17 +37,17 @@ float CYScrollViewDecelerationRateNormal; -@interface WebFrame (Cydia) -- (void) cydia$updateHeight; +@interface WebFrame (Phalena) +- (void) phalena$updateHeight; @end -@implementation WebFrame (Cydia) +@implementation WebFrame (Phalena) - (NSString *) description { return [NSString stringWithFormat:@"<%s: %p, %@>", class_getName([self class]), self, [[[([self provisionalDataSource] ?: [self dataSource]) request] URL] absoluteString]]; } -- (void) cydia$updateHeight { +- (void) phalena$updateHeight { [[[self frameElement] style] setProperty:@"height" value:[NSString stringWithFormat:@"%dpx", @@ -356,7 +356,7 @@ - (void) reloadData { [super reloadData]; if (ready_) - [self dispatchEvent:@"CydiaReloadData"]; + [self dispatchEvent:@"PhalenaReloadData"]; else [self reloadURLWithCache:YES]; } @@ -1324,17 +1324,17 @@ - (void) viewWillAppear:(BOOL)animated { // XXX: why isn't this evern called automatically? [[self webView] setNeedsLayout]; - [self dispatchEvent:@"CydiaViewWillAppear"]; + [self dispatchEvent:@"PhalenaViewWillAppear"]; [super viewWillAppear:animated]; } - (void) viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; - [self dispatchEvent:@"CydiaViewDidAppear"]; + [self dispatchEvent:@"PhalenaViewDidAppear"]; } - (void) viewWillDisappear:(BOOL)animated { - [self dispatchEvent:@"CydiaViewWillDisappear"]; + [self dispatchEvent:@"PhalenaViewWillDisappear"]; [super viewWillDisappear:animated]; if ([self hidesNavigationBar]) @@ -1345,12 +1345,12 @@ - (void) viewWillDisappear:(BOOL)animated { - (void) viewDidDisappear:(BOOL)animated { [super viewDidDisappear:animated]; - [self dispatchEvent:@"CydiaViewDidDisappear"]; + [self dispatchEvent:@"PhalenaViewDidDisappear"]; } - (void) updateHeights:(NSTimer *)timer { for (WebFrame *frame in (id) registered_) - [frame cydia$updateHeight]; + [frame phalena$updateHeight]; } - (void) registerFrame:(WebFrame *)frame { diff --git a/CyteKit/WebViewTableViewCell.h b/CyteKit/WebViewTableViewCell.h index 1af7835..70d250e 100644 --- a/CyteKit/WebViewTableViewCell.h +++ b/CyteKit/WebViewTableViewCell.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/WebViewTableViewCell.mm b/CyteKit/WebViewTableViewCell.mm index 7515b47..29466b8 100644 --- a/CyteKit/WebViewTableViewCell.mm +++ b/CyteKit/WebViewTableViewCell.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/Window.h b/CyteKit/Window.h index c7224f7..78ef282 100644 --- a/CyteKit/Window.h +++ b/CyteKit/Window.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/Window.mm b/CyteKit/Window.mm index 4746e7c..7ce983d 100644 --- a/CyteKit/Window.mm +++ b/CyteKit/Window.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/countByEnumeratingWithState.h b/CyteKit/countByEnumeratingWithState.h index 32106fa..6785ed2 100644 --- a/CyteKit/countByEnumeratingWithState.h +++ b/CyteKit/countByEnumeratingWithState.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/countByEnumeratingWithState.mm b/CyteKit/countByEnumeratingWithState.mm index ca5e577..a2ffb1a 100644 --- a/CyteKit/countByEnumeratingWithState.mm +++ b/CyteKit/countByEnumeratingWithState.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/dispatchEvent.h b/CyteKit/dispatchEvent.h index d5f758a..59bdf16 100644 --- a/CyteKit/dispatchEvent.h +++ b/CyteKit/dispatchEvent.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/dispatchEvent.mm b/CyteKit/dispatchEvent.mm index f36be8c..1a18e19 100644 --- a/CyteKit/dispatchEvent.mm +++ b/CyteKit/dispatchEvent.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -58,11 +58,11 @@ - (void) dispatchEvent:(NSString *)event { switch ([recognizer type]) { case WebEventTouchEnd: - [self dispatchEvent:@"CydiaTouchEnd"]; + [self dispatchEvent:@"PhalenaTouchEnd"]; break; case WebEventTouchCancel: - [self dispatchEvent:@"CydiaTouchCancel"]; + [self dispatchEvent:@"PhalenaTouchCancel"]; break; } } diff --git a/CyteKit/extern.h b/CyteKit/extern.h index e019227..903cbd7 100644 --- a/CyteKit/extern.h +++ b/CyteKit/extern.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/extern.mm b/CyteKit/extern.mm index cbf3774..7635733 100644 --- a/CyteKit/extern.mm +++ b/CyteKit/extern.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/stringWith.h b/CyteKit/stringWith.h index 49bf9da..b9007b5 100644 --- a/CyteKit/stringWith.h +++ b/CyteKit/stringWith.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/stringWith.mm b/CyteKit/stringWith.mm index da647df..51df5c0 100644 --- a/CyteKit/stringWith.mm +++ b/CyteKit/stringWith.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/CyteKit/webScriptObjectInContext.h b/CyteKit/webScriptObjectInContext.h index a73c8ce..47f4987 100644 --- a/CyteKit/webScriptObjectInContext.h +++ b/CyteKit/webScriptObjectInContext.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -24,8 +24,8 @@ #include "iPhonePrivate.h" -@interface NSObject (CydiaScript) -- (id) Cydia$webScriptObjectInContext:(WebScriptObject *)context; +@interface NSObject (PhalenaScript) +- (id) Phalena$webScriptObjectInContext:(WebScriptObject *)context; @end #endif//CyteKit_webScriptObjectInContext_H diff --git a/CyteKit/webScriptObjectInContext.mm b/CyteKit/webScriptObjectInContext.mm index 6f05336..30d0ad8 100644 --- a/CyteKit/webScriptObjectInContext.mm +++ b/CyteKit/webScriptObjectInContext.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ @@ -25,31 +25,31 @@ #include "iPhonePrivate.h" -@implementation NSObject (CydiaScript) +@implementation NSObject (PhalenaScript) -- (id) Cydia$webScriptObjectInContext:(WebScriptObject *)context { +- (id) Phalena$webScriptObjectInContext:(WebScriptObject *)context { return self; } @end -@implementation NSArray (CydiaScript) +@implementation NSArray (PhalenaScript) -- (id) Cydia$webScriptObjectInContext:(WebScriptObject *)context { +- (id) Phalena$webScriptObjectInContext:(WebScriptObject *)context { WebScriptObject *object([context evaluateWebScript:@"[]"]); for (size_t i(0), e([self count]); i != e; ++i) - [object setWebScriptValueAtIndex:i value:[[self objectAtIndex:i] Cydia$webScriptObjectInContext:context]]; + [object setWebScriptValueAtIndex:i value:[[self objectAtIndex:i] Phalena$webScriptObjectInContext:context]]; return object; } @end -@implementation NSDictionary (CydiaScript) +@implementation NSDictionary (PhalenaScript) -- (id) Cydia$webScriptObjectInContext:(WebScriptObject *)context { +- (id) Phalena$webScriptObjectInContext:(WebScriptObject *)context { WebScriptObject *object([context evaluateWebScript:@"({})"]); for (id i in self) - [object setValue:[[self objectForKey:i] Cydia$webScriptObjectInContext:context] forKey:i]; + [object setValue:[[self objectForKey:i] Phalena$webScriptObjectInContext:context] forKey:i]; return object; } diff --git a/DiskUsage.cpp b/DiskUsage.cpp index 725f489..2505a86 100644 --- a/DiskUsage.cpp +++ b/DiskUsage.cpp @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/LaunchDaemons/com.saurik.Cydia.Startup.plist b/LaunchDaemons/com.saurik.Cydia.Startup.plist index 84efd72..527bff8 100644 --- a/LaunchDaemons/com.saurik.Cydia.Startup.plist +++ b/LaunchDaemons/com.saurik.Cydia.Startup.plist @@ -3,11 +3,11 @@ Label - com.saurik.Cydia.Startup + com.saurik.Phalena.Startup ProgramArguments /bin/bash - /usr/libexec/cydia/startup + /usr/libexec/phalena/startup RunAtLoad diff --git a/Library/finish.sh b/Library/finish.sh index 2cdbb2e..dd4eb74 100755 --- a/Library/finish.sh +++ b/Library/finish.sh @@ -1,8 +1,8 @@ #!/bin/bash -declare -a cydia -cydia=($CYDIA) +declare -a phalena +phalena=($PHALENA) -if [[ ${CYDIA+@} ]]; then - eval "echo 'finish:$1' >&${cydia[0]}" +if [[ ${PHALENA+@} ]]; then + eval "echo 'finish:$1' >&${phalena[0]}" fi diff --git a/Library/firmware.sh b/Library/firmware.sh index f7479ba..7863a22 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -13,9 +13,9 @@ if [[ ${cpu} == arm || ${cpu} == arm64 ]]; then model=hw.machine arch=iphoneos-arm else - data=/Library/Cydia/dpkg + data=/Library/Phalena/dpkg model=hw.model - arch=cydia + arch=phalena fi model=$(sysctl -n "${model}") @@ -42,7 +42,7 @@ Architecture: ${arch} Version: ${version} Description: ${description} Maintainer: Jay Freeman (saurik) -Tag: role::cydia +Tag: role::phalena EOF [[ -n ${name} ]] && echo "Name: ${name}" @@ -139,7 +139,7 @@ rm -f "${data}"/status-tmp.!("${xxxxxx}") pseudo "cy+kernel.$(lower <<<$(sysctl -n kern.ostype))" "$(sysctl -n kern.osrelease)" "virtual kernel dependency" - pseudo "cy+lib.corefoundation" "$(/usr/libexec/cydia/cfversion)" "virtual corefoundation dependency" + pseudo "cy+lib.corefoundation" "$(/usr/libexec/phalena/cfversion)" "virtual corefoundation dependency" } >"${output}" @@ -150,5 +150,5 @@ if [[ ${cpu} == arm || ${cpu} == arm64 ]]; then cp -afT /User /var/mobile fi && rm -rf /User && ln -s "/var/mobile" /User - echo 6 >/var/lib/cydia/firmware.ver + echo 6 >/var/lib/phalena/firmware.ver fi diff --git a/Library/free.sh b/Library/free.sh index 5a9082c..c1775e4 100755 --- a/Library/free.sh +++ b/Library/free.sh @@ -9,7 +9,7 @@ for dir in \ /usr/include \ /usr/share \ ; do - . /usr/libexec/cydia/move.sh "$@" "${dir}" + . /usr/libexec/phalena/move.sh "$@" "${dir}" done sync diff --git a/Library/move.sh b/Library/move.sh index 1e9dbb2..ace1731 100755 --- a/Library/move.sh +++ b/Library/move.sh @@ -22,10 +22,10 @@ function mv_() { if [[ ! -e /var/stash ]]; then mkdir -p /var/db/stash - /usr/libexec/cydia/setnsfpn /var/db/stash + /usr/libexec/phalena/setnsfpn /var/db/stash ln -s -t /var /var/db/stash elif [[ -d /var/stash ]]; then - /usr/libexec/cydia/setnsfpn /var/stash + /usr/libexec/phalena/setnsfpn /var/stash fi tmp=$(mktemp -d /var/stash/_.XXXXXX) @@ -64,7 +64,7 @@ function shift_() { dir=${1%/} if [[ -d ${dir} && ! -h ${dir} ]]; then - used=$(/usr/libexec/cydia/du -bs "${dir}") + used=$(/usr/libexec/phalena/du -bs "${dir}") used=${used%%$'\t'*} free=$(df_ /var) diff --git a/Library/startup b/Library/startup index 7028052..4ffee3a 100755 --- a/Library/startup +++ b/Library/startup @@ -2,13 +2,13 @@ export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin -if [[ ! -e /var/lib/cydia/firmware.ver ]]; then +if [[ ! -e /var/lib/phalena/firmware.ver ]]; then cache= fi -/usr/libexec/cydia/firmware.sh +/usr/libexec/phalena/firmware.sh -debs=(/var/root/Media/Cydia/AutoInstall/*.deb) +debs=(/var/root/Media/Phalena/AutoInstall/*.deb) if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then dpkg -i "${debs[@]}" 2>/tmp/dpkg.log 1>&2 rm -f "${debs[@]}" diff --git a/Menes/Function.h b/Menes/Function.h index 37f8e97..5e7adc5 100644 --- a/Menes/Function.h +++ b/Menes/Function.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/Menes/Menes.h b/Menes/Menes.h index 99bada1..697647d 100644 --- a/Menes/Menes.h +++ b/Menes/Menes.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/Menes/ObjectHandle.h b/Menes/ObjectHandle.h index 727338b..b0db85b 100644 --- a/Menes/ObjectHandle.h +++ b/Menes/ObjectHandle.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/Menes/invocationWithSelector.h b/Menes/invocationWithSelector.h index 60a93a9..4bc683d 100644 --- a/Menes/invocationWithSelector.h +++ b/Menes/invocationWithSelector.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/Menes/invocationWithSelector.mm b/Menes/invocationWithSelector.mm index b730c4d..ad5ac8c 100644 --- a/Menes/invocationWithSelector.mm +++ b/Menes/invocationWithSelector.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/Menes/radixSortWithSelector.h b/Menes/radixSortWithSelector.h index 6c7f25e..2be52aa 100644 --- a/Menes/radixSortWithSelector.h +++ b/Menes/radixSortWithSelector.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/Menes/radixSortWithSelector.mm b/Menes/radixSortWithSelector.mm index 0c38a33..aad8a5e 100644 --- a/Menes/radixSortWithSelector.mm +++ b/Menes/radixSortWithSelector.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/Menes/yieldToSelector.h b/Menes/yieldToSelector.h index ae0ba32..c1fb7c6 100644 --- a/Menes/yieldToSelector.h +++ b/Menes/yieldToSelector.h @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/Menes/yieldToSelector.mm b/Menes/yieldToSelector.mm index f47c4a0..7205097 100644 --- a/Menes/yieldToSelector.mm +++ b/Menes/yieldToSelector.mm @@ -1,21 +1,21 @@ -/* Cydia - iPhone UIKit Front-End for Debian APT +/* Phalena - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* - * Cydia is free software: you can redistribute it and/or modify + * Phalena is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * - * Cydia is distributed in the hope that it will be useful, but + * Phalena is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Cydia. If not, see . + * along with Phalena. If not, see . **/ /* }}} */ diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist index 0b6ff36..3f630a7 100644 --- a/MobileCydia.app/Info.plist +++ b/MobileCydia.app/Info.plist @@ -7,16 +7,16 @@ en CFBundleExecutable - Cydia + Phalena CFBundleIdentifier - com.saurik.Cydia + com.saurik.Phalena CFBundleInfoDictionaryVersion 6.0 CFBundleName - Cydia + Phalena CFBundlePackageType APPL @@ -37,10 +37,10 @@ CFBundleURLName - Cydia Internal URL + Phalena Internal URL CFBundleURLSchemes - cydia + phalena diff --git a/MobileCydia.app/ar.lproj/Localizable.strings b/MobileCydia.app/ar.lproj/Localizable.strings index 702a90a..b32176f 100644 --- a/MobileCydia.app/ar.lproj/Localizable.strings +++ b/MobileCydia.app/ar.lproj/Localizable.strings @@ -1,5 +1,5 @@ "ABOUT" = "من نحن"; -"ABOUT_CYDIA" = "حول مثبت Cydia"; +"ABOUT_PHALENA" = "حول مثبت Phalena"; "ACCEPT_NEW_COPY" = "قبول النسخة الجديدة"; "ADD" = "إضافة"; "ADD_ANYWAY" = "الإضافة على أي حال"; @@ -25,7 +25,7 @@ "CLEAN_ARCHIVES" = "تنظيف الأرشيفات"; "CLEAR" = "مسح"; "CLOSE" = "إغلاق"; -"CLOSE_CYDIA" = "إغلاق Cydia"; +"CLOSE_PHALENA" = "إغلاق Phalena"; "COLON_DELIMITED" = "%@: %@"; "COMING_SOON" = "قريبًا!"; "COMMA_DELIMITED" = "%@, %@"; @@ -40,7 +40,7 @@ "CONTINUE_QUEUING" = "الاستمرار في قائمة الانتظار"; "COUNTS_NONZERO_EX" = "لقد قمت بعدّ بعض القيم التي تبدو مهمة، ولم يبلغ مجموعها صفرًا. هذا أمر مخيف. فأنا لا أعرف لماذا لم أعد أحب ذلك، ولكن أظن أن APT كان متمسكًا بعدم حدوث ذلك."; "CREDITS" = "بيانات فريق العمل"; -"CYDIA_STORE" = "متجر Cydia"; +"PHALENA_STORE" = "متجر Phalena"; "DATABASE" = "قاعدة البيانات"; "DETAILS" = "التفاصيل"; "DEVELOPER" = "المطوّر"; @@ -57,13 +57,13 @@ "EDIT" = "تحرير"; "ELISION" = "%@..."; "ENTERED_BY_USER" = "تم إدخاله بواسطة المستخدم"; -"ENTER_APT_URL" = "إدخال عنوان URL الخاص بـ Cydia/APT"; +"ENTER_APT_URL" = "إدخال عنوان URL الخاص بـ Phalena/APT"; "ERROR" = "خطأ"; "ESSENTIAL_UPGRADE" = "ترقية أساسية"; "ESSENTIAL_UPGRADES" = "%d من الترقيات الأساسية"; "ESSENTIAL_UPGRADE_EX" = "واحدة أو أكثر من الحزم الأساسية أصبحت قديمة. إذا لم يتم إجراء هذه الترقيات، فمن المحتمل أن تواجه أخطاء."; "EXCLAMATION" = "%@!"; -"EXIT_WHEN_COMPLETE" = "(سوف يتم الخروج من Cydia عند الاكتمال.)"; +"EXIT_WHEN_COMPLETE" = "(سوف يتم الخروج من Phalena عند الاكتمال.)"; "EXPANDED_SIZE" = "حجم موسع"; "EXPERT" = "خبير"; "FAQ" = "الأسئلة الشائعة"; @@ -155,7 +155,7 @@ "RELOAD_SPRINGBOARD" = "إعادة تحميل SpringBoard"; "REMOVE" = "إزالة"; "REMOVING_ESSENTIALS" = "جارٍ إزالة الأساسيات"; -"REMOVING_ESSENTIALS_EX" = "تشمل هذه العملية إزالة حزمة واحدة أو أكثر من الحزم اللازمة لاستمرار عمل Cydia أو iOS. في حالة المتابعة، ربما لا تتمكن من استخدام Cydia لإصلاح أي تلف."; +"REMOVING_ESSENTIALS_EX" = "تشمل هذه العملية إزالة حزمة واحدة أو أكثر من الحزم اللازمة لاستمرار عمل Phalena أو iOS. في حالة المتابعة، ربما لا تتمكن من استخدام Phalena لإصلاح أي تلف."; "REPAIRING" = "جارٍ الإصلاح"; "REPOSITORY_SIGNATURE" = "عرض توقيع المستودع"; "REQUEST_ADVERTISING_SPACE" = "طلب مساحة إعلانية"; @@ -163,8 +163,8 @@ "RESTART_SPRINGBOARD" = "إعادة تشغيل SpringBoard"; "RESUBMIT_FORM" = "هل تريد بالتأكيد إرسال هذا النموذج مرة أخرى؟"; "RESUMING_AT" = "الاستئناف في"; -"RETURN_TO_CYDIA" = "العودة إلى Cydia"; -"ROLE_EX" = "ليست كل الحزم المتاحة من خلال Cydia تم تصميمها ليتم استخدامها من قِبل كل المستخدمين. الرجاء تصنيف نفسك حتى يتسنى لـ Cydia تطبيق عوامل تصفية مفيدة.\n\nيمكن تغيير هذا الاختيار من \"الإعدادات\" أسفل علامة التبويب \"إدارة\" (على أجهزة iPhone وiPod touch) أو علامة التبويب \"المصادر\" (على iPad)."; +"RETURN_TO_PHALENA" = "العودة إلى Phalena"; +"ROLE_EX" = "ليست كل الحزم المتاحة من خلال Phalena تم تصميمها ليتم استخدامها من قِبل كل المستخدمين. الرجاء تصنيف نفسك حتى يتسنى لـ Phalena تطبيق عوامل تصفية مفيدة.\n\nيمكن تغيير هذا الاختيار من \"الإعدادات\" أسفل علامة التبويب \"إدارة\" (على أجهزة iPhone وiPod touch) أو علامة التبويب \"المصادر\" (على iPad)."; "RUNNING" = "قيد التشغيل"; "SAFE" = "آمن"; "SAMPLE" = "عينة"; @@ -198,7 +198,7 @@ "TEMPORARY_IGNORE" = "تجاهل (مؤقت)"; "THANK_YOU" = "شكرًا"; "UNABLE_TO_COMPLY" = "تعذر التوافق"; -"UNABLE_TO_COMPLY_EX" = "هذه العملية تتطلب إزالة حزمة واحدة أو أكثر من الحزم المطلوبة لاستمرار تشغيل Cydia أو iOS. للمتابعة وفرض هذه العملية، ستحتاج إلى تنشيط \"متقدم\" ضمن \"إعدادات\"."; +"UNABLE_TO_COMPLY_EX" = "هذه العملية تتطلب إزالة حزمة واحدة أو أكثر من الحزم المطلوبة لاستمرار تشغيل Phalena أو iOS. للمتابعة وفرض هذه العملية، ستحتاج إلى تنشيط \"متقدم\" ضمن \"إعدادات\"."; "UNABLE_TO_LOAD" = "تعذر التحميل"; "UNKNOWN" = "غير معروف"; "UNSAFE" = "غير آمن"; @@ -215,6 +215,6 @@ "VERIFYING_URL" = "جارٍ التحقق من عنوان URL"; "VERSION" = "الإصدار"; "WARNING" = "تحذير"; -"WELCOME_TO_CYDIA" = "مرحبًا بكم في Cydia™"; +"WELCOME_TO_PHALENA" = "مرحبًا بكم في Phalena™"; "WHO_ARE_YOU" = "من أنت؟"; "YES" = "نعم"; diff --git a/MobileCydia.app/de.lproj/Localizable.strings b/MobileCydia.app/de.lproj/Localizable.strings index b249951..14e474e 100644 --- a/MobileCydia.app/de.lproj/Localizable.strings +++ b/MobileCydia.app/de.lproj/Localizable.strings @@ -1,5 +1,5 @@ "ABOUT" = "Über"; -"ABOUT_CYDIA" = "Über Cydia Installer"; +"ABOUT_PHALENA" = "Über Phalena Installer"; "ACCEPT_NEW_COPY" = "Neue Version verwenden"; "ADD" = "Hinzufügen"; "ADD_ANYWAY" = "Trotzdem hinzufügen"; @@ -25,7 +25,7 @@ "CLEAN_ARCHIVES" = "Archive aufräumen"; "CLEAR" = "Leeren"; "CLOSE" = "Schließen"; -"CLOSE_CYDIA" = "Cydia schließen"; +"CLOSE_PHALENA" = "Phalena schließen"; "COLON_DELIMITED" = "%@: %@"; "COMING_SOON" = "Bald verfügbar!"; "COMMA_DELIMITED" = "%@, %@"; @@ -40,7 +40,7 @@ "CONTINUE_QUEUING" = "Weiter auswählen"; "COUNTS_NONZERO_EX" = "So, ich habe gerade ein paar wichtig scheinende Werte gezählt, und ihre Summe war nicht null. Das ist beängstigend. Ich weiß nicht mehr, warum ich das nicht mag, aber ich denke APT bestand darauf, dass das nicht passieren darf."; "CREDITS" = "Credits"; -"CYDIA_STORE" = "Cydia Store"; +"PHALENA_STORE" = "Phalena Store"; "DATABASE" = "Datenbank"; "DETAILS" = "Details"; "DEVELOPER" = "Entwickler"; @@ -57,13 +57,13 @@ "EDIT" = "Bearbeiten"; "ELISION" = "%@ ..."; "ENTERED_BY_USER" = "Vom Benutzer eingegeben"; -"ENTER_APT_URL" = "Cydia/APT URL eingeben"; +"ENTER_APT_URL" = "Phalena/APT URL eingeben"; "ERROR" = "Fehler"; "ESSENTIAL_UPGRADE" = "Wichtige Aktualisierung"; "ESSENTIAL_UPGRADES" = "%d wichtige Aktualisierungen"; "ESSENTIAL_UPGRADE_EX" = "Ein oder mehrere wichtige Pakete sind veraltet. Um Fehler zu vermeiden, sollten die Aktualisierungen installiert werden."; "EXCLAMATION" = "%@!"; -"EXIT_WHEN_COMPLETE" = "(Cydia wird danach beendet.)"; +"EXIT_WHEN_COMPLETE" = "(Phalena wird danach beendet.)"; "EXPANDED_SIZE" = "Entpackte Größe"; "EXPERT" = "Experte"; "FAQ" = "FAQ"; @@ -155,7 +155,7 @@ "RELOAD_SPRINGBOARD" = "SpringBoard neu laden"; "REMOVE" = "Entfernen"; "REMOVING_ESSENTIALS" = "Grundlegende Pakete löschen"; -"REMOVING_ESSENTIALS_EX" = "Diese Aktion erfordert das Löschen eines oder mehrerer Pakete, die notwendig für die Funktionalität von Cydia oder iOS sind. Wenn Sie fortsetzen, können Sie ggf. Cydia nicht mehr benutzen, um den Schaden zu beheben."; +"REMOVING_ESSENTIALS_EX" = "Diese Aktion erfordert das Löschen eines oder mehrerer Pakete, die notwendig für die Funktionalität von Phalena oder iOS sind. Wenn Sie fortsetzen, können Sie ggf. Phalena nicht mehr benutzen, um den Schaden zu beheben."; "REPAIRING" = "Wird repariert"; "REPOSITORY_SIGNATURE" = "Quellen-Signatur anzeigen"; "REQUEST_ADVERTISING_SPACE" = "Werbefläche beantragen"; @@ -163,8 +163,8 @@ "RESTART_SPRINGBOARD" = "SpringBoard neu starten"; "RESUBMIT_FORM" = "Sind Sie sicher, dass Sie das Formular erneut senden möchten?"; "RESUMING_AT" = "Wiederaufnahme bei"; -"RETURN_TO_CYDIA" = "Zurück zu Cydia"; -"ROLE_EX" = "Nicht alle über Cydia erhältlichen Pakete sind für alle Benutzer gedacht. Bitte stufen Sie sich ein, sodass Cydia hilfreiche Filter anwenden kann.\n\nDiese Einstellung kann in den „Einstellungen“ unter „Verwalten“ (auf iPhone oder iPod touch) oder unter „Quellen“ (auf iPad) geändert werden."; +"RETURN_TO_PHALENA" = "Zurück zu Phalena"; +"ROLE_EX" = "Nicht alle über Phalena erhältlichen Pakete sind für alle Benutzer gedacht. Bitte stufen Sie sich ein, sodass Phalena hilfreiche Filter anwenden kann.\n\nDiese Einstellung kann in den „Einstellungen“ unter „Verwalten“ (auf iPhone oder iPod touch) oder unter „Quellen“ (auf iPad) geändert werden."; "RUNNING" = "Aktiv"; "SAFE" = "Sicher"; "SAMPLE" = "Beispiel"; @@ -198,7 +198,7 @@ "TEMPORARY_IGNORE" = "Ignorieren (temporär)"; "THANK_YOU" = "Danke"; "UNABLE_TO_COMPLY" = "Operation nicht möglich"; -"UNABLE_TO_COMPLY_EX" = "Diese Aktion erfordert das Löschen eines oder mehrerer Pakete, die notwendig für die Funktionalität von Cydia oder iOS sind. Um fortzufahren und diese Aktion zu erzwingen, muss der Fortgeschrittenen-Modus in den Einstellungen aktiviert sein."; +"UNABLE_TO_COMPLY_EX" = "Diese Aktion erfordert das Löschen eines oder mehrerer Pakete, die notwendig für die Funktionalität von Phalena oder iOS sind. Um fortzufahren und diese Aktion zu erzwingen, muss der Fortgeschrittenen-Modus in den Einstellungen aktiviert sein."; "UNABLE_TO_LOAD" = "Laden nicht möglich"; "UNKNOWN" = "Unbekannt"; "UNSAFE" = "Unsicher"; @@ -215,6 +215,6 @@ "VERIFYING_URL" = "URL wird überprüft"; "VERSION" = "Version"; "WARNING" = "Warnung"; -"WELCOME_TO_CYDIA" = "Willkommen bei Cydia™"; +"WELCOME_TO_PHALENA" = "Willkommen bei Phalena™"; "WHO_ARE_YOU" = "Wer sind Sie?"; "YES" = "Ja"; diff --git a/MobileCydia.app/el.lproj/Localizable.strings b/MobileCydia.app/el.lproj/Localizable.strings index 52b6245..e4abae3 100644 --- a/MobileCydia.app/el.lproj/Localizable.strings +++ b/MobileCydia.app/el.lproj/Localizable.strings @@ -1,5 +1,5 @@ "ABOUT" = "Σχετικά"; -"ABOUT_CYDIA" = "Σχετικά με το Cydia Installer"; +"ABOUT_PHALENA" = "Σχετικά με το Phalena Installer"; "ACCEPT_NEW_COPY" = "Αποδοχή νέου αντιγράφου"; "ADD" = "Προσθήκη"; "ADD_ANYWAY" = "Προσθήκη παρόλα αυτά"; @@ -25,7 +25,7 @@ "CLEAN_ARCHIVES" = "Καθαρισμός συμπιεσμένων αρχείων"; "CLEAR" = "Καθαρισμός"; "CLOSE" = "Κλείσιμο"; -"CLOSE_CYDIA" = "Κλείσιμο Cydia"; +"CLOSE_PHALENA" = "Κλείσιμο Phalena"; "COLON_DELIMITED" = "%@: %@"; "COMING_SOON" = "Έρχεται σύντομα!"; "COMMA_DELIMITED" = "%@, %@"; @@ -40,7 +40,7 @@ "CONTINUE_QUEUING" = "Συνέχιση προσθήκης σε ουρά"; "COUNTS_NONZERO_EX" = "So, I just counted some important-looking values, and they didn't sum to zero. This is scary. I don't know why I don't like this anymore, but I think APT was adamant this should not occur."; "CREDITS" = "Credits"; -"CYDIA_STORE" = "Κατάστημα Cydia"; +"PHALENA_STORE" = "Κατάστημα Phalena"; "DATABASE" = "Βάση δεδομένων"; "DETAILS" = "Λεπτομέρειες"; "DEVELOPER" = "Developer"; @@ -57,13 +57,13 @@ "EDIT" = "Επεξεργασία"; "ELISION" = "%@..."; "ENTERED_BY_USER" = "Εισήχθησαν από χρήστη"; -"ENTER_APT_URL" = "Εισαγάγετε Cydia/APT URL"; +"ENTER_APT_URL" = "Εισαγάγετε Phalena/APT URL"; "ERROR" = "Σφάλμα"; "ESSENTIAL_UPGRADE" = "Απαραίτητη Αναβάθμιση"; "ESSENTIAL_UPGRADES" = "%d Απαραίτητες Αναβαθμίσεις"; "ESSENTIAL_UPGRADE_EX" = "Ένα ή περισσότερα απαραίτητα πακέτα έχουν λήξει. Εάν αυτές οι αναβαθμίσεις δεν εκτελεστούν, πιθανόν να αντιμετωπίσετε σφάλματα."; "EXCLAMATION" = "%@!"; -"EXIT_WHEN_COMPLETE" = "(Το Cydia θα κλείσει μόλις ολοκληρωθεί.)"; +"EXIT_WHEN_COMPLETE" = "(Το Phalena θα κλείσει μόλις ολοκληρωθεί.)"; "EXPANDED_SIZE" = "Αποσυμπιεσμένο μέγεθος"; "EXPERT" = "Ειδικός"; "FAQ" = "Συχνές Ερωτήσεις"; @@ -121,7 +121,7 @@ "NOTE" = "Σημείωση"; "NOT_RATED" = "Μή βαθμολογημένο"; "NOT_REPOSITORY" = "Δεν βρέθηκε το αποθετήριο δεδομένων"; -"NOT_REPOSITORY_EX" = "Το εν λόγω αποθετήριο δεδομένων δεν βρέθηκε. Αυτό ίσως συμβαίνει επειδή προσπαθείτε να προσθέσετε ένα απαρχαιωμένο αποθετήριο δεδομένων του αρχείου εγκατάστασης (αυτά δεν υποστηρίζονται). Επίσης, αυτό το σύστημα είναι ικανό να δουλέψει μόνο με ακριβή URLs των αποθετηρίων δεδομένων. Εάν φιλοξενείτε κάποιο αποθετήριο δεδομένων και αντιμετωπίζετε προβλήματα, παρακαλούμε επικοινωνήστε με τον δημιουργό του Cydia για τις απορίες σας."; +"NOT_REPOSITORY_EX" = "Το εν λόγω αποθετήριο δεδομένων δεν βρέθηκε. Αυτό ίσως συμβαίνει επειδή προσπαθείτε να προσθέσετε ένα απαρχαιωμένο αποθετήριο δεδομένων του αρχείου εγκατάστασης (αυτά δεν υποστηρίζονται). Επίσης, αυτό το σύστημα είναι ικανό να δουλέψει μόνο με ακριβή URLs των αποθετηρίων δεδομένων. Εάν φιλοξενείτε κάποιο αποθετήριο δεδομένων και αντιμετωπίζετε προβλήματα, παρακαλούμε επικοινωνήστε με τον δημιουργό του Phalena για τις απορίες σας."; "NO_SECTION" = "(Χωρίς Κατηγορία)"; "OK" = "OK"; "OKAY" = "Εντάξει"; @@ -155,7 +155,7 @@ "RELOAD_SPRINGBOARD" = "Επανεκκίνηση SpringBoard"; "REMOVE" = "Αφαίρεση"; "REMOVING_ESSENTIALS" = "Αφαίρεση Απαραιτήτων"; -"REMOVING_ESSENTIALS_EX" = "Αυτή η διαδικασία θα αφαιρέσει ένα η περισσότερα πακέτα που απαιτούνται για την ομαλή λειτουργία είτε του Cydia ή του iOS σας. Εάν συνεχίσετε, ίσως να μην μπορείτε να χρησιμοποιήσετε το Cydia για να επιδιορθώσετε οποιαδήποτε βλάβη."; +"REMOVING_ESSENTIALS_EX" = "Αυτή η διαδικασία θα αφαιρέσει ένα η περισσότερα πακέτα που απαιτούνται για την ομαλή λειτουργία είτε του Phalena ή του iOS σας. Εάν συνεχίσετε, ίσως να μην μπορείτε να χρησιμοποιήσετε το Phalena για να επιδιορθώσετε οποιαδήποτε βλάβη."; "REPAIRING" = "Επιδιόρθωση"; "REPOSITORY_SIGNATURE" = "Προβολή Υπογραφής Repository"; "REQUEST_ADVERTISING_SPACE" = "Ζητήστε χώρο διαφήμισης"; @@ -163,8 +163,8 @@ "RESTART_SPRINGBOARD" = "Επανεκκίνηση SpringBoard"; "RESUBMIT_FORM" = "Είστε σίγουροι πως θέλετε να στείλετε πάλι την φόρμα;"; "RESUMING_AT" = "Συνέχιση σε"; -"RETURN_TO_CYDIA" = "Επιστροφή στο Cydia"; -"ROLE_EX" = "Δεν είναι όλα τα πακέτα που είναι διαθέσιμα στο Cydia σχεδιασμένα για χρήση από όλους τους χρήστες. Παρακαλούμε κατηγοριοποιήστε τον εαυτό σας ώστε να μπορέσει το Cydia να εφαρμόσει τα ανάλογα βοηθητικά φίλτρα. Αυτή η επιλογή μπορεί να αλλαχθεί από τις \"Ρυθμίσεις\" στην ταμπέλα \"Διαχείριση\" (στο iPhone ή iPod touch), ή από την ταμπέλα \"Sources\" (στο iPad)."; +"RETURN_TO_PHALENA" = "Επιστροφή στο Phalena"; +"ROLE_EX" = "Δεν είναι όλα τα πακέτα που είναι διαθέσιμα στο Phalena σχεδιασμένα για χρήση από όλους τους χρήστες. Παρακαλούμε κατηγοριοποιήστε τον εαυτό σας ώστε να μπορέσει το Phalena να εφαρμόσει τα ανάλογα βοηθητικά φίλτρα. Αυτή η επιλογή μπορεί να αλλαχθεί από τις \"Ρυθμίσεις\" στην ταμπέλα \"Διαχείριση\" (στο iPhone ή iPod touch), ή από την ταμπέλα \"Sources\" (στο iPad)."; "RUNNING" = "Εκτελείται"; "SAFE" = "Ασφαλές"; "SAMPLE" = "Δείγμα"; @@ -198,7 +198,7 @@ "TEMPORARY_IGNORE" = "Αγνόηση (Προσωρινά)"; "THANK_YOU" = "Ευχαριστούμε"; "UNABLE_TO_COMPLY" = "Αδυναμία εκτέλεσης"; -"UNABLE_TO_COMPLY_EX" = "Αυτή η διαδικασία θα αφαιρέσει ένα η περισσότερα πακέτα που απαιτούνται για την ομαλή λειτουργία είτε του Cydia ή του iOS σας. Προκειμένου να συνεχίσετε και να επιβάλλετε μετά βίας αυτή τη διαδικασία , θα πρέπει να ενεργοποιήσετε την κατάσταση Για Προχωρημένους στις Ρυθμίσεις."; +"UNABLE_TO_COMPLY_EX" = "Αυτή η διαδικασία θα αφαιρέσει ένα η περισσότερα πακέτα που απαιτούνται για την ομαλή λειτουργία είτε του Phalena ή του iOS σας. Προκειμένου να συνεχίσετε και να επιβάλλετε μετά βίας αυτή τη διαδικασία , θα πρέπει να ενεργοποιήσετε την κατάσταση Για Προχωρημένους στις Ρυθμίσεις."; "UNABLE_TO_LOAD" = "Αδυναμία φόρτωσης"; "UNKNOWN" = "Άγνωστο"; "UNSAFE" = "Μη ασφαλές"; @@ -215,6 +215,6 @@ "VERIFYING_URL" = "Επιβεβαιώνεται το URL"; "VERSION" = "Έκδοση"; "WARNING" = "Προειδοποίηση"; -"WELCOME_TO_CYDIA" = "Καλώς ήλθες στο Cydia™"; +"WELCOME_TO_PHALENA" = "Καλώς ήλθες στο Phalena™"; "WHO_ARE_YOU" = "Ποιος είσαι;"; "YES" = "Ναι"; diff --git a/MobileCydia.app/en.lproj/Localizable.strings b/MobileCydia.app/en.lproj/Localizable.strings index 9baea5e..608e2a0 100644 --- a/MobileCydia.app/en.lproj/Localizable.strings +++ b/MobileCydia.app/en.lproj/Localizable.strings @@ -1,5 +1,5 @@ "ABOUT" = "About"; -"ABOUT_CYDIA" = "About Cydia Installer"; +"ABOUT_PHALENA" = "About Phalena Installer"; "ACCEPT_NEW_COPY" = "Accept The New Copy"; "ADD" = "Add"; "ADD_ANYWAY" = "Add Anyway"; @@ -25,7 +25,7 @@ "CLEAN_ARCHIVES" = "Clean Archives"; "CLEAR" = "Clear"; "CLOSE" = "Close"; -"CLOSE_CYDIA" = "Close Cydia"; +"CLOSE_PHALENA" = "Close Phalena"; "COLON_DELIMITED" = "%@: %@"; "COMING_SOON" = "Coming Soon!"; "COMMA_DELIMITED" = "%@, %@"; @@ -40,7 +40,7 @@ "CONTINUE_QUEUING" = "Continue Queuing"; "COUNTS_NONZERO_EX" = "So, I just counted some important-looking values, and they didn't sum to zero. This is scary. I don't know why I don't like this anymore, but I think APT was adamant this should not occur."; "CREDITS" = "Credits"; -"CYDIA_STORE" = "Cydia Store"; +"PHALENA_STORE" = "Phalena Store"; "DATABASE" = "Database"; "DETAILS" = "Details"; "DEVELOPER" = "Developer"; @@ -57,13 +57,13 @@ "EDIT" = "Edit"; "ELISION" = "%@..."; "ENTERED_BY_USER" = "Entered by User"; -"ENTER_APT_URL" = "Enter Cydia/APT URL"; +"ENTER_APT_URL" = "Enter Phalena/APT URL"; "ERROR" = "Error"; "ESSENTIAL_UPGRADE" = "Essential Upgrade"; "ESSENTIAL_UPGRADES" = "%d Essential Upgrades"; "ESSENTIAL_UPGRADE_EX" = "One or more essential packages are currently out of date. If these upgrades are not performed you are likely to encounter errors."; "EXCLAMATION" = "%@!"; -"EXIT_WHEN_COMPLETE" = "(Cydia will exit when complete.)"; +"EXIT_WHEN_COMPLETE" = "(Phalena will exit when complete.)"; "EXPANDED_SIZE" = "Expanded Size"; "EXPERT" = "Expert"; "FAQ" = "FAQ"; @@ -155,7 +155,7 @@ "RELOAD_SPRINGBOARD" = "Reload SpringBoard"; "REMOVE" = "Remove"; "REMOVING_ESSENTIALS" = "Removing Essentials"; -"REMOVING_ESSENTIALS_EX" = "This operation involves the removal of one or more packages that are required for the continued operation of either Cydia or iOS. If you continue, you may not be able to use Cydia to repair any damage."; +"REMOVING_ESSENTIALS_EX" = "This operation involves the removal of one or more packages that are required for the continued operation of either Phalena or iOS. If you continue, you may not be able to use Phalena to repair any damage."; "REPAIRING" = "Repairing"; "REPOSITORY_SIGNATURE" = "View Repository Signature"; "REQUEST_ADVERTISING_SPACE" = "Request Advertising Space"; @@ -163,8 +163,8 @@ "RESTART_SPRINGBOARD" = "Restart SpringBoard"; "RESUBMIT_FORM" = "Are you sure you want to submit this form again?"; "RESUMING_AT" = "Resuming At"; -"RETURN_TO_CYDIA" = "Return to Cydia"; -"ROLE_EX" = "Not all of the packages available via Cydia are designed to be used by all users. Please categorize yourself so that Cydia can apply helpful filters.\n\nThis choice can be changed from \"Settings\" under the \"Manage\" tab (on iPhone or iPod touch), or the \"Sources\" tab (on iPad)."; +"RETURN_TO_PHALENA" = "Return to Phalena"; +"ROLE_EX" = "Not all of the packages available via Phalena are designed to be used by all users. Please categorize yourself so that Phalena can apply helpful filters.\n\nThis choice can be changed from \"Settings\" under the \"Manage\" tab (on iPhone or iPod touch), or the \"Sources\" tab (on iPad)."; "RUNNING" = "Running"; "SAFE" = "Safe"; "SAMPLE" = "Sample"; @@ -198,7 +198,7 @@ "TEMPORARY_IGNORE" = "Ignore (Temporary)"; "THANK_YOU" = "Thank You"; "UNABLE_TO_COMPLY" = "Unable to Comply"; -"UNABLE_TO_COMPLY_EX" = "This operation requires the removal of one or more packages that are required for the continued operation of either Cydia or iOS. In order to continue and force this operation you will need to be activate the Advanced under Settings."; +"UNABLE_TO_COMPLY_EX" = "This operation requires the removal of one or more packages that are required for the continued operation of either Phalena or iOS. In order to continue and force this operation you will need to be activate the Advanced under Settings."; "UNABLE_TO_LOAD" = "Unable to Load"; "UNKNOWN" = "Unknown"; "UNSAFE" = "Unsafe"; @@ -215,6 +215,6 @@ "VERIFYING_URL" = "Verifying URL"; "VERSION" = "Version"; "WARNING" = "Warning"; -"WELCOME_TO_CYDIA" = "Welcome to Cydia™"; +"WELCOME_TO_PHALENA" = "Welcome to Phalena™"; "WHO_ARE_YOU" = "Who Are You?"; "YES" = "Yes"; diff --git a/MobileCydia.app/error.html b/MobileCydia.app/error.html index e5e2d0d..edbcb09 100644 --- a/MobileCydia.app/error.html +++ b/MobileCydia.app/error.html @@ -9,7 +9,7 @@