Skip to content

Commit

Permalink
Initial iOS release - 0.4.0 (#1260)
Browse files Browse the repository at this point in the history
* Initial iOS release - 0.4.0

* 0.4.0 for all the files

* Remove CMake referenced version number per further investigation
  • Loading branch information
msmollin authored and karimnaaji committed Jan 30, 2017
1 parent 198dc21 commit 6dfdcf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion ios/framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 0 additions & 4 deletions toolchains/iOS.framework.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include(${CMAKE_SOURCE_DIR}/toolchains/iOS.toolchain.cmake)
message(STATUS "Build for iOS archs " ${CMAKE_OSX_ARCHITECTURES})

set(FRAMEWORK_NAME TangramMap)
set(FRAMEWORK_VERSION "1.0")

add_definitions(-DPLATFORM_IOS)

Expand Down Expand Up @@ -79,11 +78,8 @@ set(IOS_FRAMEWORK_RESOURCES ${PROJECT_SOURCE_DIR}/ios/framework/Info.plist)
set_target_properties(${FRAMEWORK_NAME} PROPERTIES
CLEAN_DIRECT_OUTPUT 1
FRAMEWORK TRUE
FRAMEWORK_VERSION ${FRAMEWORK_VERSION}
MACOSX_FRAMEWORK_IDENTIFIER com.mapzen.tangramMap
MACOSX_FRAMEWORK_INFO_PLIST ${IOS_FRAMEWORK_RESOURCES}
#VERSION 1.0.0
#SOVERSION 1.0.0
PUBLIC_HEADER "${FRAMEWORK_HEADERS}"
RESOURCE "${IOS_FRAMEWORK_RESOURCES}"
)
Expand Down

0 comments on commit 6dfdcf1

Please sign in to comment.