Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VeloxPlugin Template, iOS7 NC Widget Template & FlipSwitch Template #4

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CCLoader Plugins.xctemplate/CCSection-Protocol.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@protocol CCSectionDelegate <NSObject>

- (void)updateStatusText:(NSString *)text;
- (void)requestControlCenterDismissal;
- (void)sectionHeightChanged;
- (void)showViewController:(UIViewController *)vc animated:(BOOL)animated completion:(void (^)(void))completion;

@end

@protocol CCSection <NSObject>

@required
- (UIView *)view;

- (CGFloat)sectionHeight;

@optional
- (void)setDelegate:(UIViewController <CCSectionDelegate> *)delegate;

- (void)controlCenterWillAppear;

- (void)controlCenterDidDisappear;

@end
32 changes: 32 additions & 0 deletions CCLoader Plugins.xctemplate/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleName</key>
<string>___PACKAGENAME___</string>
<key>CFBundleIdentifier</key>
<string>___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___VARIABLE_productName:RFC1034Identifier___</string>
<key>CFBundleDisplayName</key>
<string>___PACKAGENAME___</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>MinimumOSVersion</key>
<string>7.0</string>
<key>CCReplacingStockSectionID</key>
<string>___VARIABLE_CCSECTION___</string>
<key>NSPrincipalClass</key>
<string>___PACKAGENAME___Section</string>
</dict>
</plist>
Binary file added CCLoader Plugins.xctemplate/TemplateIcon.icns
Binary file not shown.
155 changes: 155 additions & 0 deletions CCLoader Plugins.xctemplate/TemplateInfo.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kind</key>
<string>Xcode.Xcode3.ProjectTemplateUnitKind</string>
<key>Identifier</key>
<string>com.imokhles.ccloaderPlugins</string>
<key>Concrete</key>
<true/>
<key>Description</key>
<string>This template builds a CCLoader-Plugins.</string>
<key>Ancestors</key>
<array>
<string>com.kokoabim.iosopendev.base</string>
<string>com.kokoabim.iosopendev.unitTests</string>
</array>
<key>Targets</key>
<array>
<dict>
<key>ProductType</key>
<string>com.apple.product-type.library.dynamic</string>
<key>SharedSettings</key>
<dict>
<key>DYLIB_COMPATIBILITY_VERSION</key>
<string>1</string>
<key>DYLIB_CURRENT_VERSION</key>
<string>1</string>
<key>EXECUTABLE_NAME</key>
<string>___PACKAGENAMEASIDENTIFIER___</string>
<key>EXECUTABLE_EXTENSION</key>
<string></string>
<key>INSTALL_PATH</key>
<string>/Library/CCLoader/Bundles/___PACKAGENAME___.bundle</string>
<key>GCC_PREFIX_HEADER</key>
<string>___PACKAGENAME___/___PACKAGENAME___-Prefix.pch</string>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>YES</string>
</dict>
<key>BuildPhases</key>
<array>
<dict>
<key>Class</key>
<string>Sources</string>
</dict>
<dict>
<key>Class</key>
<string>Frameworks</string>
</dict>
<dict>
<key>Class</key>
<string>Headers</string>
</dict>
<dict>
<key>ShellScript</key>
<string>/opt/iOSOpenDev/bin/iosod --xcbp</string>
<key>ShellPath</key>
<string>/bin/sh</string>
<key>RunOnlyForDeploymentPostprocessing</key>
<false/>
<key>Class</key>
<string>ShellScript</string>
</dict>
</array>
<key>Frameworks</key>
<array>
<string>Foundation</string>
<string>UIKit</string>
</array>
</dict>
</array>
<key>Nodes</key>
<array>
<string>___PACKAGENAME___-Prefix.pch:objC:importFoundation</string>
<string>___PACKAGENAMEASIDENTIFIER___Section.h</string>
<string>___PACKAGENAMEASIDENTIFIER___Section.m</string>
<string>___PACKAGENAMEASIDENTIFIER___SectionView.h</string>
<string>___PACKAGENAMEASIDENTIFIER___SectionView.m</string>
<string>Package/DEBIAN/control:debianControl:section</string>
<string>Package/DEBIAN/control:debianControl:depends</string>
<string>Package/Library/CCLoader/Bundles/___PACKAGENAME___.bundle/Info.plist</string>
<string>CCSection-Protocol.h</string>
</array>
<key>Options</key>
<array>
<dict>
<key>Identifier</key>
<string>CCSECTION</string>
<key>Required</key>
<true/>
<key>Name</key>
<string>CCSection</string>
<key>Description</key>
<string>Replace CCSection</string>
<key>Type</key>
<string>popup</string>
<key>Default</key>
<string>com.apple.controlcenter.settings</string>
<key>Values</key>
<array>
<string>com.apple.controlcenter.brightness</string>
<string>com.apple.controlcenter.settings</string>
<string>com.apple.controlcenter.media-controls</string>
<string>com.apple.controlcenter.air-stuff</string>
<string>com.apple.controlcenter.quick-launch</string>
</array>
</dict>
</array>
<key>Definitions</key>
<dict>
<key>Package/Library/CCLoader/Bundles/___PACKAGENAME___.bundle/Info.plist</key>
<dict>
<key>Group</key>
<array>
<string>Package</string>
<string>Library</string>
<string>CCLoader</string>
<string>Bundles</string>
<string>___PACKAGENAME___.bundle</string>
</array>
<key>Path</key>
<string>Info.plist</string>
</dict>
<key>___PACKAGENAMEASIDENTIFIER___Section.h</key>
<dict>
<key>Path</key>
<string>___PACKAGENAMEASIDENTIFIER___Section.h</string>
</dict>
<key>___PACKAGENAMEASIDENTIFIER___Section.m</key>
<dict>
<key>Path</key>
<string>___PACKAGENAMEASIDENTIFIER___Section.m</string>
</dict>
<key>___PACKAGENAMEASIDENTIFIER___SectionView.h</key>
<dict>
<key>Path</key>
<string>___PACKAGENAMEASIDENTIFIER___SectionView.h</string>
</dict>
<key>___PACKAGENAMEASIDENTIFIER___SectionView.m</key>
<dict>
<key>Path</key>
<string>___PACKAGENAMEASIDENTIFIER___SectionView.m</string>
</dict>
<key>CCSection-Protocol.h</key>
<dict>
<key>Path</key>
<string>CCSection-Protocol.h</string>
</dict>
<key>*:debianControl:section</key>
<string>Section: Addons (ControlCenter)</string>
<key>*:debianControl:depends</key>
<string>Depends: de.j-gessner.ccloader, firmware (&gt;= 7.0)</string>
</dict>
</dict>
</plist>
14 changes: 14 additions & 0 deletions CCLoader Plugins.xctemplate/___PACKAGENAMEASIDENTIFIER___Section.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// ___FILENAME___
// ___PACKAGENAME___
//
// Created by ___FULLUSERNAME___ on ___DATE___.
// Copyright (c) ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
//

#import "CCSection-Protocol.h"
#import "___FILEBASENAMEASIDENTIFIER___View.h"

@interface ___FILEBASENAMEASIDENTIFIER___ : NSObject <CCSection>

@end
54 changes: 54 additions & 0 deletions CCLoader Plugins.xctemplate/___PACKAGENAMEASIDENTIFIER___Section.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
//
// ___FILENAME___
// ___PACKAGENAME___
//
// Created by ___FULLUSERNAME___ on ___DATE___.
// Copyright (c) ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
//

#import "___FILEBASENAMEASIDENTIFIER___.h"

@interface ___FILEBASENAMEASIDENTIFIER___ ()

@property (nonatomic, strong) NSBundle *bundle;
@property (nonatomic, strong) ___FILEBASENAMEASIDENTIFIER___View *view;

@property (nonatomic, weak) UIViewController <CCSectionDelegate> *delegate;

@end

@implementation ___FILEBASENAMEASIDENTIFIER___

- (instancetype)init {
self = [super init];
if (self) {
self.bundle = [NSBundle bundleForClass:[self class]];
}
return self;
}

- (CGFloat)sectionHeight {
return 50.0f;
}

- (void)loadView {
self.view = [[___FILEBASENAMEASIDENTIFIER___View alloc] init];
}

- (UIView *)view {
if (!_view) {
[self loadView];
}

return _view;
}

- (void)controlCenterWillAppear {

}

- (void)controlCenterDidDisappear {

}

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// ___FILENAME___
// ___PACKAGENAME___
//
// Created by ___FULLUSERNAME___ on ___DATE___.
// Copyright (c) ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@interface ___FILEBASENAMEASIDENTIFIER___ : UIView

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
//
// ___FILENAME___
// ___PACKAGENAME___
//
// Created by ___FULLUSERNAME___ on ___DATE___.
// Copyright (c) ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
//

#import "___FILEBASENAMEASIDENTIFIER___.h"

@implementation ___FILEBASENAMEASIDENTIFIER___

- (instancetype)init {
self = [super init];
if (self) {
//Load additional views
}
return self;
}

- (void)layoutSubviews {
[super layoutSubviews];
//Layout any subviews
}

@end
54 changes: 54 additions & 0 deletions FlipSwitch Switch.xctemplate/FSSwitchDataSource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
#import <UIKit/UIKit.h>
#import "FSSwitchState.h"

@protocol FSSwitchDataSource <NSObject>
@optional

- (FSSwitchState)stateForSwitchIdentifier:(NSString *)switchIdentifier;
// Gets the current state of the switch.
// Must override if building a settings-like switch.
// Return FSSwitchStateIndeterminate if switch is loading
// By default returns FSSwitchStateIndeterminate

- (void)applyState:(FSSwitchState)newState forSwitchIdentifier:(NSString *)switchIdentifier;
// Sets the new state of the switch
// Must override if building a settings-like switch.
// By default calls through to applyActionForSwitchIdentifier: if newState is different from the current state

- (void)applyActionForSwitchIdentifier:(NSString *)switchIdentifier;
// Runs the default action for the switch.
// Must override if building an action-like switch.
// By default calls through to applyState:forSwitchIdentifier: if state is not indeterminate

- (NSString *)titleForSwitchIdentifier:(NSString *)switchIdentifier;
// Returns the localized title for the switch.
// By default reads the CFBundleDisplayName out of the switch's bundle.

- (BOOL)shouldShowSwitchIdentifier:(NSString *)switchIdentifier;
// Returns wether the switch should be shown.
// By default returns YES or the value from GraphicsServices for the capability specified in the "required-capability-key" of the switch's bundle
// E.g. You would detect if the device has the required capability (3G, flash etc)

- (id)glyphImageDescriptorOfState:(FSSwitchState)switchState size:(CGFloat)size scale:(CGFloat)scale forSwitchIdentifier:(NSString *)switchIdentifier;
// Provide an image descriptor that best displays at the requested size and scale
// By default looks through the bundle to find a glyph image

- (NSBundle *)bundleForSwitchIdentifier:(NSString *)switchIdentifier;
// Provides a bundle to look for localizations/images in
// By default returns the bundle for the current class

- (void)switchWasRegisteredForIdentifier:(NSString *)switchIdentifier;
// Called when switch is first registered

- (void)switchWasUnregisteredForIdentifier:(NSString *)switchIdentifier;
// Called when switch is unregistered

- (BOOL)hasAlternateActionForSwitchIdentifier:(NSString *)switchIdentifier;
// Gets whether the switch supports an alternate or "hold" action
// By default queries if switch responds to applyAlternateActionForSwitchIdentifier: or if it has a "alternate-action-url" key set

- (void)applyAlternateActionForSwitchIdentifier:(NSString *)switchIdentifier;
// Applies the alternate or "hold" action
// By default launches the URL stored in the "alternate-action-url" key of the switch's bundle

@end
Loading