diff --git a/Example/OpenSourceController.xcodeproj/project.pbxproj b/Example/OpenSourceController.xcodeproj/project.pbxproj index 8855a92..8314dd2 100644 --- a/Example/OpenSourceController.xcodeproj/project.pbxproj +++ b/Example/OpenSourceController.xcodeproj/project.pbxproj @@ -16,6 +16,7 @@ 6B97E461A777A38641DFF2BB /* Pods_OpenSourceController_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1ED0DAD6B8C56070C2725 /* Pods_OpenSourceController_Example.framework */; }; 767195ED1E697890005424C6 /* CONTRIBUTORS.md in Sources */ = {isa = PBXBuildFile; fileRef = 767195EC1E697890005424C6 /* CONTRIBUTORS.md */; }; 767195EF1E697896005424C6 /* CONTRIBUTING.md in Sources */ = {isa = PBXBuildFile; fileRef = 767195EE1E697896005424C6 /* CONTRIBUTING.md */; }; + 768FE1CC1E7062350037E80E /* CHANGELOG.md in Sources */ = {isa = PBXBuildFile; fileRef = 768FE1CB1E7062350037E80E /* CHANGELOG.md */; }; DE9F38AD98FC5DFBDF7EADF1 /* Pods_OpenSourceController_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B544A0C5F114143EEFD0366A /* Pods_OpenSourceController_Tests.framework */; }; /* End PBXBuildFile section */ @@ -58,6 +59,7 @@ 64E410A815536CB40C9EFD4D /* Pods-OpenSourceController_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenSourceController_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OpenSourceController_Example/Pods-OpenSourceController_Example.debug.xcconfig"; sourceTree = ""; }; 767195EC1E697890005424C6 /* CONTRIBUTORS.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CONTRIBUTORS.md; path = ../CONTRIBUTORS.md; sourceTree = ""; }; 767195EE1E697896005424C6 /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CONTRIBUTING.md; path = ../CONTRIBUTING.md; sourceTree = ""; }; + 768FE1CB1E7062350037E80E /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = ""; }; 7992D734190D4686F9AF2409 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; 87501F335829155E114806FA /* Pods-OpenSourceController_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenSourceController_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-OpenSourceController_Tests/Pods-OpenSourceController_Tests.release.xcconfig"; sourceTree = ""; }; B544A0C5F114143EEFD0366A /* Pods_OpenSourceController_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OpenSourceController_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -153,6 +155,7 @@ 7992D734190D4686F9AF2409 /* LICENSE */, 767195EC1E697890005424C6 /* CONTRIBUTORS.md */, 767195EE1E697896005424C6 /* CONTRIBUTING.md */, + 768FE1CB1E7062350037E80E /* CHANGELOG.md */, ); name = "Podspec Metadata"; sourceTree = ""; @@ -411,6 +414,7 @@ buildActionMask = 2147483647; files = ( 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, + 768FE1CC1E7062350037E80E /* CHANGELOG.md in Sources */, 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */, 767195EF1E697896005424C6 /* CONTRIBUTING.md in Sources */, 767195ED1E697890005424C6 /* CONTRIBUTORS.md in Sources */, diff --git a/Example/OpenSourceController/ViewController.swift b/Example/OpenSourceController/ViewController.swift index 3486190..eba211e 100644 --- a/Example/OpenSourceController/ViewController.swift +++ b/Example/OpenSourceController/ViewController.swift @@ -65,10 +65,10 @@ class ViewController: UIViewController { // Navigation bar title color openSourceVC.config.uiConfig.titleColor = UIColor.white - + // Licence cell background color openSourceVC.config.uiConfig.licenceBackgroundColor = UIColor.red - + // Verbose mode openSourceVC.config.verbose = true }