Skip to content
This repository was archived by the owner on Jun 13, 2021. It is now read-only.

Commit bb5ea8f

Browse files
committed
Release 2.1.0
1 parent d331021 commit bb5ea8f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+52
-250
lines changed

CHANGELOG.md

100644100755
File mode changed.

Chameleon.xcodeproj/project.pbxproj

100644100755
Lines changed: 0 additions & 182 deletions
Large diffs are not rendered by default.

Chameleon.xcodeproj/project.xcworkspace/contents.xcworkspacedata

100644100755
File mode changed.

Chameleon.xcodeproj/xcshareddata/xcschemes/Chameleon.xcscheme

100644100755
File mode changed.

Chameleon/Chameleon.h

100644100755
File mode changed.

Chameleon/Info.plist

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>2.0.6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ChameleonDemo-ObjC/AppDelegate.h

100644100755
File mode changed.

ChameleonDemo-ObjC/AppDelegate.m

100644100755
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ @implementation AppDelegate
1818
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
1919

2020
//Set global theme
21-
//[Chameleon setGlobalThemeUsingPrimaryColor:FlatMint withSecondaryColor:FlatBlue andContentStyle:UIContentStyleContrast];
22-
23-
[Chameleon setGlobalThemeUsingPrimaryColor:FlatMint withContentStyle:UIContentStyleContrast];
21+
[Chameleon setGlobalThemeUsingPrimaryColor:FlatMint withSecondaryColor:FlatBlue andContentStyle:UIContentStyleContrast];
2422

2523

2624
return YES;

ChameleonDemo-ObjC/Assets.xcassets/AppIcon.appiconset/Contents.json

100644100755
File mode changed.

ChameleonDemo-ObjC/Base.lproj/LaunchScreen.storyboard

100644100755
File mode changed.

0 commit comments

Comments
 (0)