Skip to content

Commit 6cd847b

Browse files
committed
recreate ios project
1 parent 367e9be commit 6cd847b

File tree

3 files changed

+293
-0
lines changed

3 files changed

+293
-0
lines changed
Lines changed: 267 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,267 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
6212EB1A1F3C34BB00BDF51A /* RCTJMessageModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6212EB191F3C34BB00BDF51A /* RCTJMessageModule.m */; };
11+
6212EB1B1F3C34BB00BDF51A /* RCTJMessageModule.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6212EB181F3C34BB00BDF51A /* RCTJMessageModule.h */; };
12+
/* End PBXBuildFile section */
13+
14+
/* Begin PBXCopyFilesBuildPhase section */
15+
6212EB131F3C34BB00BDF51A /* CopyFiles */ = {
16+
isa = PBXCopyFilesBuildPhase;
17+
buildActionMask = 2147483647;
18+
dstPath = "include/$(PRODUCT_NAME)";
19+
dstSubfolderSpec = 16;
20+
files = (
21+
6212EB1B1F3C34BB00BDF51A /* RCTJMessageModule.h in CopyFiles */,
22+
);
23+
runOnlyForDeploymentPostprocessing = 0;
24+
};
25+
/* End PBXCopyFilesBuildPhase section */
26+
27+
/* Begin PBXFileReference section */
28+
6212EB151F3C34BB00BDF51A /* libRCTJMessageModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTJMessageModule.a; sourceTree = BUILT_PRODUCTS_DIR; };
29+
6212EB181F3C34BB00BDF51A /* RCTJMessageModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTJMessageModule.h; sourceTree = "<group>"; };
30+
6212EB191F3C34BB00BDF51A /* RCTJMessageModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTJMessageModule.m; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
6212EB121F3C34BB00BDF51A /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
6212EB0C1F3C34BB00BDF51A = {
45+
isa = PBXGroup;
46+
children = (
47+
6212EB171F3C34BB00BDF51A /* RCTJMessageModule */,
48+
6212EB161F3C34BB00BDF51A /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
6212EB161F3C34BB00BDF51A /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
6212EB151F3C34BB00BDF51A /* libRCTJMessageModule.a */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
6212EB171F3C34BB00BDF51A /* RCTJMessageModule */ = {
61+
isa = PBXGroup;
62+
children = (
63+
6212EB181F3C34BB00BDF51A /* RCTJMessageModule.h */,
64+
6212EB191F3C34BB00BDF51A /* RCTJMessageModule.m */,
65+
);
66+
path = RCTJMessageModule;
67+
sourceTree = "<group>";
68+
};
69+
/* End PBXGroup section */
70+
71+
/* Begin PBXNativeTarget section */
72+
6212EB141F3C34BB00BDF51A /* RCTJMessageModule */ = {
73+
isa = PBXNativeTarget;
74+
buildConfigurationList = 6212EB1E1F3C34BB00BDF51A /* Build configuration list for PBXNativeTarget "RCTJMessageModule" */;
75+
buildPhases = (
76+
6212EB111F3C34BB00BDF51A /* Sources */,
77+
6212EB121F3C34BB00BDF51A /* Frameworks */,
78+
6212EB131F3C34BB00BDF51A /* CopyFiles */,
79+
);
80+
buildRules = (
81+
);
82+
dependencies = (
83+
);
84+
name = RCTJMessageModule;
85+
productName = RCTJMessageModule;
86+
productReference = 6212EB151F3C34BB00BDF51A /* libRCTJMessageModule.a */;
87+
productType = "com.apple.product-type.library.static";
88+
};
89+
/* End PBXNativeTarget section */
90+
91+
/* Begin PBXProject section */
92+
6212EB0D1F3C34BB00BDF51A /* Project object */ = {
93+
isa = PBXProject;
94+
attributes = {
95+
LastUpgradeCheck = 0830;
96+
ORGANIZATIONNAME = HXHG;
97+
TargetAttributes = {
98+
6212EB141F3C34BB00BDF51A = {
99+
CreatedOnToolsVersion = 8.3.3;
100+
DevelopmentTeam = RL64Y54S9V;
101+
ProvisioningStyle = Automatic;
102+
};
103+
};
104+
};
105+
buildConfigurationList = 6212EB101F3C34BB00BDF51A /* Build configuration list for PBXProject "RCTJMessageModule" */;
106+
compatibilityVersion = "Xcode 3.2";
107+
developmentRegion = English;
108+
hasScannedForEncodings = 0;
109+
knownRegions = (
110+
en,
111+
);
112+
mainGroup = 6212EB0C1F3C34BB00BDF51A;
113+
productRefGroup = 6212EB161F3C34BB00BDF51A /* Products */;
114+
projectDirPath = "";
115+
projectRoot = "";
116+
targets = (
117+
6212EB141F3C34BB00BDF51A /* RCTJMessageModule */,
118+
);
119+
};
120+
/* End PBXProject section */
121+
122+
/* Begin PBXSourcesBuildPhase section */
123+
6212EB111F3C34BB00BDF51A /* Sources */ = {
124+
isa = PBXSourcesBuildPhase;
125+
buildActionMask = 2147483647;
126+
files = (
127+
6212EB1A1F3C34BB00BDF51A /* RCTJMessageModule.m in Sources */,
128+
);
129+
runOnlyForDeploymentPostprocessing = 0;
130+
};
131+
/* End PBXSourcesBuildPhase section */
132+
133+
/* Begin XCBuildConfiguration section */
134+
6212EB1C1F3C34BB00BDF51A /* Debug */ = {
135+
isa = XCBuildConfiguration;
136+
buildSettings = {
137+
ALWAYS_SEARCH_USER_PATHS = NO;
138+
CLANG_ANALYZER_NONNULL = YES;
139+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
140+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
141+
CLANG_CXX_LIBRARY = "libc++";
142+
CLANG_ENABLE_MODULES = YES;
143+
CLANG_ENABLE_OBJC_ARC = YES;
144+
CLANG_WARN_BOOL_CONVERSION = YES;
145+
CLANG_WARN_CONSTANT_CONVERSION = YES;
146+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
147+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
148+
CLANG_WARN_EMPTY_BODY = YES;
149+
CLANG_WARN_ENUM_CONVERSION = YES;
150+
CLANG_WARN_INFINITE_RECURSION = YES;
151+
CLANG_WARN_INT_CONVERSION = YES;
152+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
153+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
154+
CLANG_WARN_UNREACHABLE_CODE = YES;
155+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
156+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
157+
COPY_PHASE_STRIP = NO;
158+
DEBUG_INFORMATION_FORMAT = dwarf;
159+
ENABLE_STRICT_OBJC_MSGSEND = YES;
160+
ENABLE_TESTABILITY = YES;
161+
GCC_C_LANGUAGE_STANDARD = gnu99;
162+
GCC_DYNAMIC_NO_PIC = NO;
163+
GCC_NO_COMMON_BLOCKS = YES;
164+
GCC_OPTIMIZATION_LEVEL = 0;
165+
GCC_PREPROCESSOR_DEFINITIONS = (
166+
"DEBUG=1",
167+
"$(inherited)",
168+
);
169+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
170+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
171+
GCC_WARN_UNDECLARED_SELECTOR = YES;
172+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
173+
GCC_WARN_UNUSED_FUNCTION = YES;
174+
GCC_WARN_UNUSED_VARIABLE = YES;
175+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
176+
MTL_ENABLE_DEBUG_INFO = YES;
177+
ONLY_ACTIVE_ARCH = YES;
178+
SDKROOT = iphoneos;
179+
};
180+
name = Debug;
181+
};
182+
6212EB1D1F3C34BB00BDF51A /* Release */ = {
183+
isa = XCBuildConfiguration;
184+
buildSettings = {
185+
ALWAYS_SEARCH_USER_PATHS = NO;
186+
CLANG_ANALYZER_NONNULL = YES;
187+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
188+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
189+
CLANG_CXX_LIBRARY = "libc++";
190+
CLANG_ENABLE_MODULES = YES;
191+
CLANG_ENABLE_OBJC_ARC = YES;
192+
CLANG_WARN_BOOL_CONVERSION = YES;
193+
CLANG_WARN_CONSTANT_CONVERSION = YES;
194+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
195+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
196+
CLANG_WARN_EMPTY_BODY = YES;
197+
CLANG_WARN_ENUM_CONVERSION = YES;
198+
CLANG_WARN_INFINITE_RECURSION = YES;
199+
CLANG_WARN_INT_CONVERSION = YES;
200+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
201+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
202+
CLANG_WARN_UNREACHABLE_CODE = YES;
203+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
204+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
205+
COPY_PHASE_STRIP = NO;
206+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
207+
ENABLE_NS_ASSERTIONS = NO;
208+
ENABLE_STRICT_OBJC_MSGSEND = YES;
209+
GCC_C_LANGUAGE_STANDARD = gnu99;
210+
GCC_NO_COMMON_BLOCKS = YES;
211+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
212+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
213+
GCC_WARN_UNDECLARED_SELECTOR = YES;
214+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
215+
GCC_WARN_UNUSED_FUNCTION = YES;
216+
GCC_WARN_UNUSED_VARIABLE = YES;
217+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
218+
MTL_ENABLE_DEBUG_INFO = NO;
219+
SDKROOT = iphoneos;
220+
VALIDATE_PRODUCT = YES;
221+
};
222+
name = Release;
223+
};
224+
6212EB1F1F3C34BB00BDF51A /* Debug */ = {
225+
isa = XCBuildConfiguration;
226+
buildSettings = {
227+
DEVELOPMENT_TEAM = RL64Y54S9V;
228+
OTHER_LDFLAGS = "-ObjC";
229+
PRODUCT_NAME = "$(TARGET_NAME)";
230+
SKIP_INSTALL = YES;
231+
};
232+
name = Debug;
233+
};
234+
6212EB201F3C34BB00BDF51A /* Release */ = {
235+
isa = XCBuildConfiguration;
236+
buildSettings = {
237+
DEVELOPMENT_TEAM = RL64Y54S9V;
238+
OTHER_LDFLAGS = "-ObjC";
239+
PRODUCT_NAME = "$(TARGET_NAME)";
240+
SKIP_INSTALL = YES;
241+
};
242+
name = Release;
243+
};
244+
/* End XCBuildConfiguration section */
245+
246+
/* Begin XCConfigurationList section */
247+
6212EB101F3C34BB00BDF51A /* Build configuration list for PBXProject "RCTJMessageModule" */ = {
248+
isa = XCConfigurationList;
249+
buildConfigurations = (
250+
6212EB1C1F3C34BB00BDF51A /* Debug */,
251+
6212EB1D1F3C34BB00BDF51A /* Release */,
252+
);
253+
defaultConfigurationIsVisible = 0;
254+
defaultConfigurationName = Release;
255+
};
256+
6212EB1E1F3C34BB00BDF51A /* Build configuration list for PBXNativeTarget "RCTJMessageModule" */ = {
257+
isa = XCConfigurationList;
258+
buildConfigurations = (
259+
6212EB1F1F3C34BB00BDF51A /* Debug */,
260+
6212EB201F3C34BB00BDF51A /* Release */,
261+
);
262+
defaultConfigurationIsVisible = 0;
263+
};
264+
/* End XCConfigurationList section */
265+
};
266+
rootObject = 6212EB0D1F3C34BB00BDF51A /* Project object */;
267+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// RCTJMessageModule.h
3+
// RCTJMessageModule
4+
//
5+
// Created by oshumini on 2017/8/10.
6+
// Copyright © 2017年 HXHG. All rights reserved.
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
11+
@interface RCTJMessageModule : NSObject
12+
13+
@end
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// RCTJMessageModule.m
3+
// RCTJMessageModule
4+
//
5+
// Created by oshumini on 2017/8/10.
6+
// Copyright © 2017年 HXHG. All rights reserved.
7+
//
8+
9+
#import "RCTJMessageModule.h"
10+
11+
@implementation RCTJMessageModule
12+
13+
@end

0 commit comments

Comments
 (0)