Skip to content

Commit 2015a04

Browse files
committed
initial commit
1 parent 199a557 commit 2015a04

File tree

32 files changed

+1919
-22
lines changed

32 files changed

+1919
-22
lines changed

Puma.xcodeproj/project.pbxproj

+23-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
188AD61D219559110075A318 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 188AD61B219559110075A318 /* Main.storyboard */; };
1313
188AD61F219559130075A318 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 188AD61E219559130075A318 /* Assets.xcassets */; };
1414
188AD622219559130075A318 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 188AD620219559130075A318 /* LaunchScreen.storyboard */; };
15+
18996CE321AE43710081B3BA /* SecondView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18996CE221AE43710081B3BA /* SecondView.swift */; };
16+
18A85FA521B0D315008EA3F9 /* mapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18A85FA421B0D315008EA3F9 /* mapViewController.swift */; };
17+
18A85FA721B0D4B0008EA3F9 /* puntosEstrategicos.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18A85FA621B0D4B0008EA3F9 /* puntosEstrategicos.swift */; };
18+
18A85FA921B0D4C3008EA3F9 /* puntosRutas.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18A85FA821B0D4C3008EA3F9 /* puntosRutas.swift */; };
19+
18C96DF12196A1DB0038C3BB /* PageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C96DF02196A1DB0038C3BB /* PageViewController.swift */; };
1520
/* End PBXBuildFile section */
1621

1722
/* Begin PBXFileReference section */
@@ -22,6 +27,11 @@
2227
188AD61E219559130075A318 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2328
188AD621219559130075A318 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2429
188AD623219559130075A318 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
30+
18996CE221AE43710081B3BA /* SecondView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondView.swift; sourceTree = "<group>"; };
31+
18A85FA421B0D315008EA3F9 /* mapViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = mapViewController.swift; sourceTree = "<group>"; };
32+
18A85FA621B0D4B0008EA3F9 /* puntosEstrategicos.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = puntosEstrategicos.swift; sourceTree = "<group>"; };
33+
18A85FA821B0D4C3008EA3F9 /* puntosRutas.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = puntosRutas.swift; sourceTree = "<group>"; };
34+
18C96DF02196A1DB0038C3BB /* PageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageViewController.swift; sourceTree = "<group>"; };
2535
/* End PBXFileReference section */
2636

2737
/* Begin PBXFrameworksBuildPhase section */
@@ -55,11 +65,16 @@
5565
isa = PBXGroup;
5666
children = (
5767
188AD617219559110075A318 /* AppDelegate.swift */,
58-
188AD619219559110075A318 /* ViewController.swift */,
5968
188AD61B219559110075A318 /* Main.storyboard */,
6069
188AD61E219559130075A318 /* Assets.xcassets */,
6170
188AD620219559130075A318 /* LaunchScreen.storyboard */,
6271
188AD623219559130075A318 /* Info.plist */,
72+
188AD619219559110075A318 /* ViewController.swift */,
73+
18996CE221AE43710081B3BA /* SecondView.swift */,
74+
18C96DF02196A1DB0038C3BB /* PageViewController.swift */,
75+
18A85FA421B0D315008EA3F9 /* mapViewController.swift */,
76+
18A85FA621B0D4B0008EA3F9 /* puntosEstrategicos.swift */,
77+
18A85FA821B0D4C3008EA3F9 /* puntosRutas.swift */,
6378
);
6479
path = Puma;
6580
sourceTree = "<group>";
@@ -135,8 +150,13 @@
135150
isa = PBXSourcesBuildPhase;
136151
buildActionMask = 2147483647;
137152
files = (
153+
18C96DF12196A1DB0038C3BB /* PageViewController.swift in Sources */,
138154
188AD61A219559110075A318 /* ViewController.swift in Sources */,
155+
18A85FA521B0D315008EA3F9 /* mapViewController.swift in Sources */,
156+
18A85FA921B0D4C3008EA3F9 /* puntosRutas.swift in Sources */,
157+
18996CE321AE43710081B3BA /* SecondView.swift in Sources */,
139158
188AD618219559110075A318 /* AppDelegate.swift in Sources */,
159+
18A85FA721B0D4B0008EA3F9 /* puntosEstrategicos.swift in Sources */,
140160
);
141161
runOnlyForDeploymentPostprocessing = 0;
142162
};
@@ -283,6 +303,7 @@
283303
buildSettings = {
284304
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
285305
CODE_SIGN_STYLE = Automatic;
306+
DEVELOPMENT_TEAM = BBP2SY6AFY;
286307
INFOPLIST_FILE = Puma/Info.plist;
287308
LD_RUNPATH_SEARCH_PATHS = (
288309
"$(inherited)",
@@ -300,6 +321,7 @@
300321
buildSettings = {
301322
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
302323
CODE_SIGN_STYLE = Automatic;
324+
DEVELOPMENT_TEAM = BBP2SY6AFY;
303325
INFOPLIST_FILE = Puma/Info.plist;
304326
LD_RUNPATH_SEARCH_PATHS = (
305327
"$(inherited)",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Puma.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
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 = "Puma/puntosEstrategicos.swift"
13+
timestampString = "565657591.311519"
14+
startingColumnNumber = "9223372036854775807"
15+
endingColumnNumber = "9223372036854775807"
16+
startingLineNumber = "104"
17+
endingLineNumber = "104"
18+
landmarkName = "rutaNueve"
19+
landmarkType = "24">
20+
</BreakpointContent>
21+
</BreakpointProxy>
22+
</Breakpoints>
23+
</Bucket>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Puma.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Puma.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Puma.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Puma.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Puma.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

Puma/Assets.xcassets/AppIcon.appiconset/Contents.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "iphone",
54
"size" : "20x20",
5+
"idiom" : "iphone",
6+
"filename" : "puma 4.0-2.png",
67
"scale" : "2x"
78
},
89
{
9-
"idiom" : "iphone",
1010
"size" : "20x20",
11+
"idiom" : "iphone",
12+
"filename" : "puma 4.0-3.png",
1113
"scale" : "3x"
1214
},
1315
{
14-
"idiom" : "iphone",
1516
"size" : "29x29",
17+
"idiom" : "iphone",
18+
"filename" : "puma 4.0.png",
1619
"scale" : "2x"
1720
},
1821
{
19-
"idiom" : "iphone",
2022
"size" : "29x29",
23+
"idiom" : "iphone",
24+
"filename" : "puma 4.0-4.png",
2125
"scale" : "3x"
2226
},
2327
{
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "Bus-icon.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "RightArrow.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "escudo_fi_color.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "iconfinder_slice87_2831421.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "[email protected]",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "[email protected]",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"version" : 1,
21+
"author" : "xcode"
22+
}
23+
}
Loading
Loading
Loading
+45-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3+
<device id="retina5_5" orientation="portrait">
4+
<adaptation id="fullscreen"/>
5+
</device>
36
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
7+
<deployment identifier="iOS"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
59
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
610
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
711
</dependencies>
@@ -11,15 +15,50 @@
1115
<objects>
1216
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
1317
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
14-
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
18+
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
1519
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
16-
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
20+
<subviews>
21+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yFH-cJ-hhj">
22+
<rect key="frame" x="0.0" y="409" width="0.0" height="4"/>
23+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
24+
<fontDescription key="fontDescription" type="system" pointSize="17"/>
25+
<nil key="textColor"/>
26+
<nil key="highlightedColor"/>
27+
</label>
28+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="U N A M" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lcw-mE-oaL">
29+
<rect key="frame" x="84" y="325.66666666666669" width="246" height="105"/>
30+
<constraints>
31+
<constraint firstAttribute="width" constant="246" id="49r-Mg-XkX"/>
32+
<constraint firstAttribute="height" constant="105" id="YWO-5F-biq"/>
33+
</constraints>
34+
<fontDescription key="fontDescription" name=".SFNSDisplay" family=".SF NS Display" pointSize="61"/>
35+
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
36+
<nil key="highlightedColor"/>
37+
<color key="shadowColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
38+
</label>
39+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="FACULTAD DE INGENIERÍA" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wvV-c5-yRj">
40+
<rect key="frame" x="25" y="188" width="373" height="113"/>
41+
<fontDescription key="fontDescription" type="system" pointSize="23"/>
42+
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
43+
<color key="highlightedColor" red="0.90588235289999997" green="0.29803921570000003" blue="0.23529411759999999" alpha="1" colorSpace="calibratedRGB"/>
44+
<color key="shadowColor" red="0.90588235289999997" green="0.29803921570000003" blue="0.23529411759999999" alpha="1" colorSpace="calibratedRGB"/>
45+
</label>
46+
</subviews>
47+
<color key="backgroundColor" red="0.90588235289999997" green="0.29803921570000003" blue="0.23529411759999999" alpha="1" colorSpace="calibratedRGB"/>
48+
<constraints>
49+
<constraint firstItem="Lcw-mE-oaL" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="7BL-Qa-6Mg"/>
50+
<constraint firstItem="Lcw-mE-oaL" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="COV-L1-lVi"/>
51+
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="wvV-c5-yRj" secondAttribute="trailing" constant="16" id="NtI-fN-6HH"/>
52+
<constraint firstItem="wvV-c5-yRj" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="25" id="TTz-kt-yZL"/>
53+
<constraint firstItem="Lcw-mE-oaL" firstAttribute="top" secondItem="wvV-c5-yRj" secondAttribute="bottom" constant="24.5" id="l54-tf-ypo"/>
54+
<constraint firstItem="wvV-c5-yRj" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="168" id="pF0-lc-8u0"/>
55+
</constraints>
1756
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
1857
</view>
1958
</viewController>
2059
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
2160
</objects>
22-
<point key="canvasLocation" x="53" y="375"/>
61+
<point key="canvasLocation" x="50.625" y="373.94366197183098"/>
2362
</scene>
2463
</scenes>
2564
</document>

0 commit comments

Comments
 (0)