Skip to content

Commit

Permalink
1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Nov 7, 2023
1 parent 04d16a5 commit 9235ac6
Show file tree
Hide file tree
Showing 24 changed files with 444 additions and 402 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 1.0.2 (TBD)
## [1.0.2](https://github.com/ngageoint/color-ios/releases/tag/1.0.2) (11-07-2023)

* TBD
* Module definition

## [1.0.1](https://github.com/ngageoint/color-ios/releases/tag/1.0.1) (01-09-2023)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,20 @@ Open color-ios.xcworkspace in Xcode or build from command line:
Run tests from Xcode or from command line:
xcodebuild test -workspace 'color-ios.xcworkspace' -scheme color-ios -destination 'platform=iOS Simulator,name=iPhone 14'
xcodebuild test -workspace 'color-ios.xcworkspace' -scheme color-ios -destination 'platform=iOS Simulator,name=iPhone 15'
### Include Library ###
Include this repository by specifying it in a Podfile using a supported option.
Pull from [CocoaPods](https://cocoapods.org/pods/color-ios):
pod 'color-ios', '~> 1.0.1'
pod 'color-ios', '~> 1.0.2'
Pull from GitHub:
pod 'color-ios', :git => 'https://github.com/ngageoint/color-ios.git', :branch => 'master'
pod 'color-ios', :git => 'https://github.com/ngageoint/color-ios.git', :tag => '1.0.1'
pod 'color-ios', :git => 'https://github.com/ngageoint/color-ios.git', :tag => '1.0.2'
Include as local project:
Expand Down
1 change: 1 addition & 0 deletions color-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/NGA_GEOINT'
s.source = { :git => 'https://github.com/ngageoint/color-ios.git', :tag => s.version }
s.requires_arc = true
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

s.platform = :ios, '12.0'
s.ios.deployment_target = '12.0'
Expand Down
12 changes: 12 additions & 0 deletions color-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
045495642885955200A6331F /* color_ios.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 042FC64B1B963FE500549A4B /* color_ios.framework */; };
045495682885AEBF00A6331F /* CLRReadmeTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 045495662885AEBF00A6331F /* CLRReadmeTest.m */; };
045495692885AEBF00A6331F /* CLRSwiftReadmeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045495672885AEBF00A6331F /* CLRSwiftReadmeTest.swift */; };
0493A5922AE81718000B75E6 /* color_ios.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0493A5912AE81718000B75E6 /* color_ios.swift */; };
2070766DA1441D591ED0B917 /* libPods-color-iosTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C6C74346D60042A2C0D62889 /* libPods-color-iosTests.a */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -57,6 +58,7 @@
045495662885AEBF00A6331F /* CLRReadmeTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CLRReadmeTest.m; sourceTree = "<group>"; };
045495672885AEBF00A6331F /* CLRSwiftReadmeTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CLRSwiftReadmeTest.swift; sourceTree = "<group>"; };
0472B51A1C03590500496B87 /* color-ios-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "color-ios-Bridging-Header.h"; sourceTree = "<group>"; };
0493A5912AE81718000B75E6 /* color_ios.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = color_ios.swift; sourceTree = "<group>"; };
73029AF16F858F06EBCEC53C /* Pods-color-iosTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-color-iosTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-color-iosTests/Pods-color-iosTests.release.xcconfig"; sourceTree = "<group>"; };
C6C74346D60042A2C0D62889 /* libPods-color-iosTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-color-iosTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
EDCFC787E85937478095557C /* Pods-color-iosTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-color-iosTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-color-iosTests/Pods-color-iosTests.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -106,6 +108,7 @@
isa = PBXGroup;
children = (
042FC6D41B96453E00549A4B /* color_ios.h */,
0493A5912AE81718000B75E6 /* color_ios.swift */,
0454954E2885887F00A6331F /* CLRColor.h */,
045495532885887F00A6331F /* CLRColor.m */,
045495522885887F00A6331F /* CLRColorConstants.h */,
Expand Down Expand Up @@ -235,6 +238,7 @@
TargetAttributes = {
042FC64A1B963FE500549A4B = {
CreatedOnToolsVersion = 6.4;
LastSwiftMigration = 1500;
};
042FC6551B963FE500549A4B = {
CreatedOnToolsVersion = 6.4;
Expand Down Expand Up @@ -307,6 +311,7 @@
045495552885887F00A6331F /* CLRColorConstants.m in Sources */,
045495592885887F00A6331F /* CLRColor.m in Sources */,
045495562885887F00A6331F /* CLRColorUtils.m in Sources */,
0493A5922AE81718000B75E6 /* color_ios.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -452,6 +457,7 @@
042FC6621B963FE500549A4B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -464,13 +470,16 @@
PRODUCT_NAME = color_ios;
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
042FC6631B963FE500549A4B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -483,6 +492,7 @@
PRODUCT_NAME = color_ios;
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -491,6 +501,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = EDCFC787E85937478095557C /* Pods-color-iosTests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_MODULES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
Expand All @@ -514,6 +525,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 73029AF16F858F06EBCEC53C /* Pods-color-iosTests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_MODULES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1340"
LastUpgradeVersion = "1500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
9 changes: 9 additions & 0 deletions color-ios/color_ios.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// color_ios.swift
// color-ios
//
// Created by Brian Osborn on 10/24/23.
// Copyright © 2023 NGA. All rights reserved.
//

import Foundation
12 changes: 6 additions & 6 deletions docs/docs/api/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">color-ios 1.0.1 Docs</a> (90% documented)</p>
<p><a href="index.html">color-ios 1.0.2 Docs</a> (90% documented)</p>
<p class="header-right"><a href="https://github.com/ngageoint/color-ios"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="search.json">
Expand Down Expand Up @@ -147,7 +147,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/color-ios/tree/1.0.1/color-ios/CLRColor.h#L15-L1026">Show on GitHub</a>
<a href="https://github.com/ngageoint/color-ios/tree/1.0.2/color-ios/CLRColor.h#L15-L1026">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/color-ios/tree/1.0.1/color-ios/CLRColorConstants.h#L28-L30">Show on GitHub</a>
<a href="https://github.com/ngageoint/color-ios/tree/1.0.2/color-ios/CLRColorConstants.h#L28-L30">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -220,7 +220,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/ngageoint/color-ios/tree/1.0.1/color-ios/CLRColorUtils.h#L14-L578">Show on GitHub</a>
<a href="https://github.com/ngageoint/color-ios/tree/1.0.2/color-ios/CLRColorUtils.h#L14-L578">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -230,8 +230,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2023-01-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2023 <a class="link" href="https://www.nga.mil" target="_blank" rel="external noopener">NGA</a>. All rights reserved. (Last updated: 2023-11-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit 9235ac6

Please sign in to comment.