Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Release/1.2 (#188)
Browse files Browse the repository at this point in the history
* updated pods

* Add screenshot for study rooms
Closes #169, #173

* Version bump and updating changelog
  • Loading branch information
nerdsupremacist authored Oct 20, 2017
1 parent 91769b8 commit c237e7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.2.0] - Unreleased
## [1.2.0] - 2017-10-20
### Added
- Added a brand new sleek design to the Cards View
- Added possibility to refresh the Calendar
Expand Down
2 changes: 2 additions & 0 deletions TUM Campus App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
0EBC0DBB1C175BF4002D7A00 /* SearchManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchManager.swift; sourceTree = "<group>"; };
0EBC0DBD1C17797D002D7A00 /* MoreTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MoreTableViewController.swift; sourceTree = "<group>"; };
0EBC0DBF1C177FBE002D7A00 /* ImageDownloader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageDownloader.swift; sourceTree = "<group>"; };
0EC04A191F9AA00300F91AE8 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
0EC10C1E1C171CFB0024F902 /* CafeteriaManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CafeteriaManager.swift; sourceTree = "<group>"; };
0EC10C201C171D100024F902 /* MovieManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MovieManager.swift; sourceTree = "<group>"; };
0EC10C221C171F730024F902 /* UserData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserData.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -443,6 +444,7 @@
isa = PBXGroup;
children = (
222F90F91EB7BD69002F9289 /* Campus.entitlements */,
0EC04A191F9AA00300F91AE8 /* CHANGELOG.md */,
0E424F471BE16DBE00B5DFCB /* TUM Campus App */,
0E424F5C1BE16DBE00B5DFCB /* TUM Campus AppUITests */,
504C292A1E2BBB9C007583E2 /* TUM Campus AppUnitTests */,
Expand Down
4 changes: 2 additions & 2 deletions TUM Campus App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>1</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>comgooglemaps</string>
Expand Down

0 comments on commit c237e7a

Please sign in to comment.