Skip to content

Commit 41ec82e

Browse files
author
Kazuho Okui
committed
Fix iOS public header name
1 parent 6e0607f commit 41ec82e

File tree

6 files changed

+39
-38
lines changed

6 files changed

+39
-38
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ deploy:
1818
api_key:
1919
secure: xFyFX1BKvgphTttmD7lNX9A4B8AiDJLzCP8oQ0f3gm9G6/KQ8EfiQhT+VNeLYMyvPvV+BfMSOkgsNBGWiXyc0hRedFZuwo1bVHzgC7t9mcL77FEX60jkh2ZJ89cVVmhOAaidrLamNrGvdAoyDHEcg92rOXVaJWuc7jARakOHvmJDxVcDag0iPx7QmACTR5uyhtJ5e9URuUFhN6Os2lqMYTDwdPyirLtBq9LTfJJllXK1as1ao/7YJkAq867cL5TkXOg1ihKo/HnLlPu/y4lreKioTqNFgSUQ2/WVVuXWsdObXheulveXzCnrMHpitECIVVwRymbr2ke7MMWDw0bjY/Al8te3iY0fAWq4E9zFMVFU1ud9tsWZ78YcRp1MrQizCldvm2Fp2soE3XjvIBg4Og4tYGUWqhmLqMurvyIz4t9Pzrr7RHIvwEhV8LQvMYHm8AyMGAJxMh2CucMfCGHU4TWBI+qNPsIihI1smekU9sPo6Aer9v7bhBTeOriS708bS5FjZZg3Bx4LI9Hr5pKPwaASIRgrv2Wxy+Xf94JbVoqfDJraLoPj30ndGyb8sWlsNit3flg4/7ylDLA22EwKEAsHnq8miPSz1tMKTi36mkATGPogvry/oYkXyKKVMljx6B+R/mMZrZuzjcZOWALjTC4vdJOF4KrH6nkUTTlXbzU=
2020
file: "$FRAMEWORK_NAME.framework.zip"
21+
skip_cleanup: true
2122
on:
2223
repo: flinto/Spring
2324
tags: true

RK4SpringDemo.xcodeproj/project.pbxproj

+12-12
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
6E3BBB5F1F1E757800894AF1 /* RK4Spring.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6E3BBB571F1E757800894AF1 /* RK4Spring.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1212
6E3BBB721F1E759800894AF1 /* RK4Spring.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E3BBB691F1E759800894AF1 /* RK4Spring.framework */; };
1313
6E3BBB771F1E759800894AF1 /* RK4Spring_iOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E3BBB761F1E759800894AF1 /* RK4Spring_iOSTests.swift */; };
14-
6E3BBB791F1E759800894AF1 /* RK4Spring_iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3BBB6B1F1E759800894AF1 /* RK4Spring_iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
14+
6E3BBB791F1E759800894AF1 /* RK4Spring.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3BBB6B1F1E759800894AF1 /* RK4Spring.h */; settings = {ATTRIBUTES = (Public, ); }; };
1515
6E3BBB801F1E765900894AF1 /* RK4Spring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E3C28CA1C20AA6000CAD137 /* RK4Spring.swift */; };
1616
6E3BBB811F1E765900894AF1 /* RK4Spring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E3C28CA1C20AA6000CAD137 /* RK4Spring.swift */; };
1717
6E3BBB841F1E776D00894AF1 /* RK4Spring.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3BBB821F1E776300894AF1 /* RK4Spring.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -56,7 +56,7 @@
5656
6E2D79111F1E783C00E44FB2 /* RK4Spring.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = RK4Spring.playground; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
5757
6E3BBB571F1E757800894AF1 /* RK4Spring.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RK4Spring.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5858
6E3BBB691F1E759800894AF1 /* RK4Spring.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RK4Spring.framework; sourceTree = BUILT_PRODUCTS_DIR; };
59-
6E3BBB6B1F1E759800894AF1 /* RK4Spring_iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RK4Spring_iOS.h; sourceTree = "<group>"; };
59+
6E3BBB6B1F1E759800894AF1 /* RK4Spring.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RK4Spring.h; sourceTree = "<group>"; };
6060
6E3BBB6C1F1E759800894AF1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6161
6E3BBB711F1E759800894AF1 /* RK4Spring_iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RK4Spring_iOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6262
6E3BBB761F1E759800894AF1 /* RK4Spring_iOSTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RK4Spring_iOSTests.swift; sourceTree = "<group>"; };
@@ -118,7 +118,7 @@
118118
6E3BBB6A1F1E759800894AF1 /* RK4Spring_iOS */ = {
119119
isa = PBXGroup;
120120
children = (
121-
6E3BBB6B1F1E759800894AF1 /* RK4Spring_iOS.h */,
121+
6E3BBB6B1F1E759800894AF1 /* RK4Spring.h */,
122122
6E3BBB6C1F1E759800894AF1 /* Info.plist */,
123123
);
124124
path = RK4Spring_iOS;
@@ -184,7 +184,7 @@
184184
isa = PBXHeadersBuildPhase;
185185
buildActionMask = 2147483647;
186186
files = (
187-
6E3BBB791F1E759800894AF1 /* RK4Spring_iOS.h in Headers */,
187+
6E3BBB791F1E759800894AF1 /* RK4Spring.h in Headers */,
188188
);
189189
runOnlyForDeploymentPostprocessing = 0;
190190
};
@@ -420,7 +420,7 @@
420420
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
421421
CLANG_WARN_STRICT_PROTOTYPES = YES;
422422
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
423-
CODE_SIGN_IDENTITY = "-";
423+
CODE_SIGN_IDENTITY = "";
424424
COMBINE_HIDPI_IMAGES = YES;
425425
CURRENT_PROJECT_VERSION = 1;
426426
DEFINES_MODULE = YES;
@@ -432,9 +432,8 @@
432432
INFOPLIST_FILE = RK4Spring_macOS/Info.plist;
433433
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
434434
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
435-
MACOSX_DEPLOYMENT_TARGET = 10.12;
435+
MACOSX_DEPLOYMENT_TARGET = 10.10;
436436
PRODUCT_BUNDLE_IDENTIFIER = com.flinto.RK4Spring;
437-
PRODUCT_MODULE_NAME = RK4Spring;
438437
PRODUCT_NAME = RK4Spring;
439438
SKIP_INSTALL = YES;
440439
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -458,7 +457,7 @@
458457
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
459458
CLANG_WARN_STRICT_PROTOTYPES = YES;
460459
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
461-
CODE_SIGN_IDENTITY = "-";
460+
CODE_SIGN_IDENTITY = "";
462461
COMBINE_HIDPI_IMAGES = YES;
463462
CURRENT_PROJECT_VERSION = 1;
464463
DEFINES_MODULE = YES;
@@ -470,9 +469,8 @@
470469
INFOPLIST_FILE = RK4Spring_macOS/Info.plist;
471470
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
472471
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
473-
MACOSX_DEPLOYMENT_TARGET = 10.12;
472+
MACOSX_DEPLOYMENT_TARGET = 10.10;
474473
PRODUCT_BUNDLE_IDENTIFIER = com.flinto.RK4Spring;
475-
PRODUCT_MODULE_NAME = RK4Spring;
476474
PRODUCT_NAME = RK4Spring;
477475
SKIP_INSTALL = YES;
478476
SWIFT_VERSION = 4.0;
@@ -506,7 +504,7 @@
506504
GCC_C_LANGUAGE_STANDARD = gnu11;
507505
INFOPLIST_FILE = RK4Spring_iOS/Info.plist;
508506
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
509-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
507+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
510508
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
511509
PRODUCT_BUNDLE_IDENTIFIER = com.flinto.RK4Spring;
512510
PRODUCT_MODULE_NAME = RK4Spring;
@@ -546,7 +544,7 @@
546544
GCC_C_LANGUAGE_STANDARD = gnu11;
547545
INFOPLIST_FILE = RK4Spring_iOS/Info.plist;
548546
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
549-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
547+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
550548
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
551549
PRODUCT_BUNDLE_IDENTIFIER = com.flinto.RK4Spring;
552550
PRODUCT_MODULE_NAME = RK4Spring;
@@ -665,6 +663,7 @@
665663
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
666664
GCC_WARN_UNUSED_FUNCTION = YES;
667665
GCC_WARN_UNUSED_VARIABLE = YES;
666+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
668667
MACOSX_DEPLOYMENT_TARGET = 10.10;
669668
MTL_ENABLE_DEBUG_INFO = YES;
670669
ONLY_ACTIVE_ARCH = YES;
@@ -711,6 +710,7 @@
711710
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
712711
GCC_WARN_UNUSED_FUNCTION = YES;
713712
GCC_WARN_UNUSED_VARIABLE = YES;
713+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
714714
MACOSX_DEPLOYMENT_TARGET = 10.10;
715715
MTL_ENABLE_DEBUG_INFO = NO;
716716
SDKROOT = macosx;

RK4SpringDemo.xcodeproj/xcshareddata/xcschemes/RK4Spring_iOS.xcscheme

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "6E3BBB681F1E759800894AF1"
18-
BuildableName = "RK4Spring_iOS.framework"
18+
BuildableName = "RK4Spring.framework"
1919
BlueprintName = "RK4Spring_iOS"
2020
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
2121
</BuildableReference>
@@ -44,7 +44,7 @@
4444
<BuildableReference
4545
BuildableIdentifier = "primary"
4646
BlueprintIdentifier = "6E3BBB681F1E759800894AF1"
47-
BuildableName = "RK4Spring_iOS.framework"
47+
BuildableName = "RK4Spring.framework"
4848
BlueprintName = "RK4Spring_iOS"
4949
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
5050
</BuildableReference>
@@ -67,7 +67,7 @@
6767
<BuildableReference
6868
BuildableIdentifier = "primary"
6969
BlueprintIdentifier = "6E3BBB681F1E759800894AF1"
70-
BuildableName = "RK4Spring_iOS.framework"
70+
BuildableName = "RK4Spring.framework"
7171
BlueprintName = "RK4Spring_iOS"
7272
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
7373
</BuildableReference>
@@ -85,7 +85,7 @@
8585
<BuildableReference
8686
BuildableIdentifier = "primary"
8787
BlueprintIdentifier = "6E3BBB681F1E759800894AF1"
88-
BuildableName = "RK4Spring_iOS.framework"
88+
BuildableName = "RK4Spring.framework"
8989
BlueprintName = "RK4Spring_iOS"
9090
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
9191
</BuildableReference>

RK4SpringDemo.xcodeproj/xcshareddata/xcschemes/RK4Spring_macOS.xcscheme

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "6E3BBB561F1E757800894AF1"
18-
BuildableName = "RK4Spring_macOS.framework"
18+
BuildableName = "RK4Spring.framework"
1919
BlueprintName = "RK4Spring_macOS"
2020
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
2121
</BuildableReference>
@@ -48,7 +48,7 @@
4848
<BuildableReference
4949
BuildableIdentifier = "primary"
5050
BlueprintIdentifier = "6E3BBB561F1E757800894AF1"
51-
BuildableName = "RK4Spring_macOS.framework"
51+
BuildableName = "RK4Spring.framework"
5252
BlueprintName = "RK4Spring_macOS"
5353
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
5454
</BuildableReference>
@@ -66,7 +66,7 @@
6666
<BuildableReference
6767
BuildableIdentifier = "primary"
6868
BlueprintIdentifier = "6E3BBB561F1E757800894AF1"
69-
BuildableName = "RK4Spring_macOS.framework"
69+
BuildableName = "RK4Spring.framework"
7070
BlueprintName = "RK4Spring_macOS"
7171
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
7272
</BuildableReference>

RK4Spring_iOS/RK4Spring.h

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// RK4Spring.h
3+
// RK4Spring
4+
//
5+
// Created by Kazuho Okui on 7/18/17.
6+
// Copyright © 2017 Flinto. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
//! Project version number for RK4Spring.
12+
FOUNDATION_EXPORT double RK4SpringVersionNumber;
13+
14+
//! Project version string for RK4Spring.
15+
FOUNDATION_EXPORT const unsigned char RK4SpringVersionString[];
16+
17+
// In this header, you should import all the public headers of your framework using statements like #import <RK4Spring/PublicHeader.h>
18+
19+

RK4Spring_iOS/RK4Spring_iOS.h

-19
This file was deleted.

0 commit comments

Comments
 (0)