Skip to content

Commit b41df51

Browse files
committed
finsihed Mac App for cracking googleMap polyline
0 parents  commit b41df51

File tree

13 files changed

+1477
-0
lines changed

13 files changed

+1477
-0
lines changed
Lines changed: 305 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,305 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
3BE09DF81F4A87650022687B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE09DF71F4A87650022687B /* AppDelegate.m */; };
11+
3BE09DFB1F4A87650022687B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE09DFA1F4A87650022687B /* main.m */; };
12+
3BE09DFE1F4A87650022687B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE09DFD1F4A87650022687B /* ViewController.m */; };
13+
3BE09E001F4A87650022687B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3BE09DFF1F4A87650022687B /* Assets.xcassets */; };
14+
3BE09E031F4A87650022687B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3BE09E011F4A87650022687B /* Main.storyboard */; };
15+
/* End PBXBuildFile section */
16+
17+
/* Begin PBXFileReference section */
18+
3BE09DF31F4A87650022687B /* CrackGoogleMapPolyline.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CrackGoogleMapPolyline.app; sourceTree = BUILT_PRODUCTS_DIR; };
19+
3BE09DF61F4A87650022687B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
20+
3BE09DF71F4A87650022687B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
21+
3BE09DFA1F4A87650022687B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
22+
3BE09DFC1F4A87650022687B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
23+
3BE09DFD1F4A87650022687B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
24+
3BE09DFF1F4A87650022687B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
25+
3BE09E021F4A87650022687B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
26+
3BE09E041F4A87650022687B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27+
/* End PBXFileReference section */
28+
29+
/* Begin PBXFrameworksBuildPhase section */
30+
3BE09DF01F4A87650022687B /* Frameworks */ = {
31+
isa = PBXFrameworksBuildPhase;
32+
buildActionMask = 2147483647;
33+
files = (
34+
);
35+
runOnlyForDeploymentPostprocessing = 0;
36+
};
37+
/* End PBXFrameworksBuildPhase section */
38+
39+
/* Begin PBXGroup section */
40+
3BE09DEA1F4A87650022687B = {
41+
isa = PBXGroup;
42+
children = (
43+
3BE09DF51F4A87650022687B /* CrackGoogleMapPolyline */,
44+
3BE09DF41F4A87650022687B /* Products */,
45+
);
46+
sourceTree = "<group>";
47+
};
48+
3BE09DF41F4A87650022687B /* Products */ = {
49+
isa = PBXGroup;
50+
children = (
51+
3BE09DF31F4A87650022687B /* CrackGoogleMapPolyline.app */,
52+
);
53+
name = Products;
54+
sourceTree = "<group>";
55+
};
56+
3BE09DF51F4A87650022687B /* CrackGoogleMapPolyline */ = {
57+
isa = PBXGroup;
58+
children = (
59+
3BE09DF61F4A87650022687B /* AppDelegate.h */,
60+
3BE09DF71F4A87650022687B /* AppDelegate.m */,
61+
3BE09DFC1F4A87650022687B /* ViewController.h */,
62+
3BE09DFD1F4A87650022687B /* ViewController.m */,
63+
3BE09DFF1F4A87650022687B /* Assets.xcassets */,
64+
3BE09E011F4A87650022687B /* Main.storyboard */,
65+
3BE09E041F4A87650022687B /* Info.plist */,
66+
3BE09DF91F4A87650022687B /* Supporting Files */,
67+
);
68+
path = CrackGoogleMapPolyline;
69+
sourceTree = "<group>";
70+
};
71+
3BE09DF91F4A87650022687B /* Supporting Files */ = {
72+
isa = PBXGroup;
73+
children = (
74+
3BE09DFA1F4A87650022687B /* main.m */,
75+
);
76+
name = "Supporting Files";
77+
sourceTree = "<group>";
78+
};
79+
/* End PBXGroup section */
80+
81+
/* Begin PBXNativeTarget section */
82+
3BE09DF21F4A87650022687B /* CrackGoogleMapPolyline */ = {
83+
isa = PBXNativeTarget;
84+
buildConfigurationList = 3BE09E071F4A87650022687B /* Build configuration list for PBXNativeTarget "CrackGoogleMapPolyline" */;
85+
buildPhases = (
86+
3BE09DEF1F4A87650022687B /* Sources */,
87+
3BE09DF01F4A87650022687B /* Frameworks */,
88+
3BE09DF11F4A87650022687B /* Resources */,
89+
);
90+
buildRules = (
91+
);
92+
dependencies = (
93+
);
94+
name = CrackGoogleMapPolyline;
95+
productName = CrackGoogleMapPolyline;
96+
productReference = 3BE09DF31F4A87650022687B /* CrackGoogleMapPolyline.app */;
97+
productType = "com.apple.product-type.application";
98+
};
99+
/* End PBXNativeTarget section */
100+
101+
/* Begin PBXProject section */
102+
3BE09DEB1F4A87650022687B /* Project object */ = {
103+
isa = PBXProject;
104+
attributes = {
105+
LastUpgradeCheck = 0830;
106+
ORGANIZATIONNAME = nimoAndHisFriends;
107+
TargetAttributes = {
108+
3BE09DF21F4A87650022687B = {
109+
CreatedOnToolsVersion = 8.3.3;
110+
ProvisioningStyle = Automatic;
111+
};
112+
};
113+
};
114+
buildConfigurationList = 3BE09DEE1F4A87650022687B /* Build configuration list for PBXProject "CrackGoogleMapPolyline" */;
115+
compatibilityVersion = "Xcode 3.2";
116+
developmentRegion = English;
117+
hasScannedForEncodings = 0;
118+
knownRegions = (
119+
en,
120+
Base,
121+
);
122+
mainGroup = 3BE09DEA1F4A87650022687B;
123+
productRefGroup = 3BE09DF41F4A87650022687B /* Products */;
124+
projectDirPath = "";
125+
projectRoot = "";
126+
targets = (
127+
3BE09DF21F4A87650022687B /* CrackGoogleMapPolyline */,
128+
);
129+
};
130+
/* End PBXProject section */
131+
132+
/* Begin PBXResourcesBuildPhase section */
133+
3BE09DF11F4A87650022687B /* Resources */ = {
134+
isa = PBXResourcesBuildPhase;
135+
buildActionMask = 2147483647;
136+
files = (
137+
3BE09E001F4A87650022687B /* Assets.xcassets in Resources */,
138+
3BE09E031F4A87650022687B /* Main.storyboard in Resources */,
139+
);
140+
runOnlyForDeploymentPostprocessing = 0;
141+
};
142+
/* End PBXResourcesBuildPhase section */
143+
144+
/* Begin PBXSourcesBuildPhase section */
145+
3BE09DEF1F4A87650022687B /* Sources */ = {
146+
isa = PBXSourcesBuildPhase;
147+
buildActionMask = 2147483647;
148+
files = (
149+
3BE09DFE1F4A87650022687B /* ViewController.m in Sources */,
150+
3BE09DFB1F4A87650022687B /* main.m in Sources */,
151+
3BE09DF81F4A87650022687B /* AppDelegate.m in Sources */,
152+
);
153+
runOnlyForDeploymentPostprocessing = 0;
154+
};
155+
/* End PBXSourcesBuildPhase section */
156+
157+
/* Begin PBXVariantGroup section */
158+
3BE09E011F4A87650022687B /* Main.storyboard */ = {
159+
isa = PBXVariantGroup;
160+
children = (
161+
3BE09E021F4A87650022687B /* Base */,
162+
);
163+
name = Main.storyboard;
164+
sourceTree = "<group>";
165+
};
166+
/* End PBXVariantGroup section */
167+
168+
/* Begin XCBuildConfiguration section */
169+
3BE09E051F4A87650022687B /* Debug */ = {
170+
isa = XCBuildConfiguration;
171+
buildSettings = {
172+
ALWAYS_SEARCH_USER_PATHS = NO;
173+
CLANG_ANALYZER_NONNULL = YES;
174+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
175+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
176+
CLANG_CXX_LIBRARY = "libc++";
177+
CLANG_ENABLE_MODULES = YES;
178+
CLANG_ENABLE_OBJC_ARC = YES;
179+
CLANG_WARN_BOOL_CONVERSION = YES;
180+
CLANG_WARN_CONSTANT_CONVERSION = YES;
181+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
182+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
183+
CLANG_WARN_EMPTY_BODY = YES;
184+
CLANG_WARN_ENUM_CONVERSION = YES;
185+
CLANG_WARN_INFINITE_RECURSION = YES;
186+
CLANG_WARN_INT_CONVERSION = YES;
187+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
188+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
189+
CLANG_WARN_UNREACHABLE_CODE = YES;
190+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
191+
CODE_SIGN_IDENTITY = "-";
192+
COPY_PHASE_STRIP = NO;
193+
DEBUG_INFORMATION_FORMAT = dwarf;
194+
ENABLE_STRICT_OBJC_MSGSEND = YES;
195+
ENABLE_TESTABILITY = YES;
196+
GCC_C_LANGUAGE_STANDARD = gnu99;
197+
GCC_DYNAMIC_NO_PIC = NO;
198+
GCC_NO_COMMON_BLOCKS = YES;
199+
GCC_OPTIMIZATION_LEVEL = 0;
200+
GCC_PREPROCESSOR_DEFINITIONS = (
201+
"DEBUG=1",
202+
"$(inherited)",
203+
);
204+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
205+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
206+
GCC_WARN_UNDECLARED_SELECTOR = YES;
207+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
208+
GCC_WARN_UNUSED_FUNCTION = YES;
209+
GCC_WARN_UNUSED_VARIABLE = YES;
210+
MACOSX_DEPLOYMENT_TARGET = 10.12;
211+
MTL_ENABLE_DEBUG_INFO = YES;
212+
ONLY_ACTIVE_ARCH = YES;
213+
SDKROOT = macosx;
214+
};
215+
name = Debug;
216+
};
217+
3BE09E061F4A87650022687B /* Release */ = {
218+
isa = XCBuildConfiguration;
219+
buildSettings = {
220+
ALWAYS_SEARCH_USER_PATHS = NO;
221+
CLANG_ANALYZER_NONNULL = YES;
222+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
223+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
224+
CLANG_CXX_LIBRARY = "libc++";
225+
CLANG_ENABLE_MODULES = YES;
226+
CLANG_ENABLE_OBJC_ARC = YES;
227+
CLANG_WARN_BOOL_CONVERSION = YES;
228+
CLANG_WARN_CONSTANT_CONVERSION = YES;
229+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
230+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
231+
CLANG_WARN_EMPTY_BODY = YES;
232+
CLANG_WARN_ENUM_CONVERSION = YES;
233+
CLANG_WARN_INFINITE_RECURSION = YES;
234+
CLANG_WARN_INT_CONVERSION = YES;
235+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
236+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
237+
CLANG_WARN_UNREACHABLE_CODE = YES;
238+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
239+
CODE_SIGN_IDENTITY = "-";
240+
COPY_PHASE_STRIP = NO;
241+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
242+
ENABLE_NS_ASSERTIONS = NO;
243+
ENABLE_STRICT_OBJC_MSGSEND = YES;
244+
GCC_C_LANGUAGE_STANDARD = gnu99;
245+
GCC_NO_COMMON_BLOCKS = YES;
246+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
247+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
248+
GCC_WARN_UNDECLARED_SELECTOR = YES;
249+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
250+
GCC_WARN_UNUSED_FUNCTION = YES;
251+
GCC_WARN_UNUSED_VARIABLE = YES;
252+
MACOSX_DEPLOYMENT_TARGET = 10.12;
253+
MTL_ENABLE_DEBUG_INFO = NO;
254+
SDKROOT = macosx;
255+
};
256+
name = Release;
257+
};
258+
3BE09E081F4A87650022687B /* Debug */ = {
259+
isa = XCBuildConfiguration;
260+
buildSettings = {
261+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
262+
COMBINE_HIDPI_IMAGES = YES;
263+
INFOPLIST_FILE = CrackGoogleMapPolyline/Info.plist;
264+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
265+
PRODUCT_BUNDLE_IDENTIFIER = com.nimomeng.and.his.friends.CrackGoogleMapPolyline;
266+
PRODUCT_NAME = "$(TARGET_NAME)";
267+
};
268+
name = Debug;
269+
};
270+
3BE09E091F4A87650022687B /* Release */ = {
271+
isa = XCBuildConfiguration;
272+
buildSettings = {
273+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
274+
COMBINE_HIDPI_IMAGES = YES;
275+
INFOPLIST_FILE = CrackGoogleMapPolyline/Info.plist;
276+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
277+
PRODUCT_BUNDLE_IDENTIFIER = com.nimomeng.and.his.friends.CrackGoogleMapPolyline;
278+
PRODUCT_NAME = "$(TARGET_NAME)";
279+
};
280+
name = Release;
281+
};
282+
/* End XCBuildConfiguration section */
283+
284+
/* Begin XCConfigurationList section */
285+
3BE09DEE1F4A87650022687B /* Build configuration list for PBXProject "CrackGoogleMapPolyline" */ = {
286+
isa = XCConfigurationList;
287+
buildConfigurations = (
288+
3BE09E051F4A87650022687B /* Debug */,
289+
3BE09E061F4A87650022687B /* Release */,
290+
);
291+
defaultConfigurationIsVisible = 0;
292+
defaultConfigurationName = Release;
293+
};
294+
3BE09E071F4A87650022687B /* Build configuration list for PBXNativeTarget "CrackGoogleMapPolyline" */ = {
295+
isa = XCConfigurationList;
296+
buildConfigurations = (
297+
3BE09E081F4A87650022687B /* Debug */,
298+
3BE09E091F4A87650022687B /* Release */,
299+
);
300+
defaultConfigurationIsVisible = 0;
301+
};
302+
/* End XCConfigurationList section */
303+
};
304+
rootObject = 3BE09DEB1F4A87650022687B /* Project object */;
305+
}

CrackGoogleMapPolyline.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
<Breakpoints>
6+
<BreakpointProxy
7+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
8+
<BreakpointContent
9+
shouldBeEnabled = "Yes"
10+
ignoreCount = "0"
11+
continueAfterRunningActions = "No"
12+
filePath = "CrackGoogleMapPolyline/ViewController.m"
13+
timestampString = "524994182.77983"
14+
startingColumnNumber = "9223372036854775807"
15+
endingColumnNumber = "9223372036854775807"
16+
startingLineNumber = "30"
17+
endingLineNumber = "30"
18+
landmarkName = "-clearAction:"
19+
landmarkType = "7">
20+
</BreakpointContent>
21+
</BreakpointProxy>
22+
</Breakpoints>
23+
</Bucket>

0 commit comments

Comments
 (0)