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

novi/proconapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

高専プロコン公式App

このリポジトリは高専プロコンアプリ(プロコンアプリ)のiOS版です。サーバーサイドなどの関連するサービスのリポジトリは以下にあります。

(※README準備中です)

ライセンス

関連するリポジトリ含め、すべてMITです。詳細は各リポジトリ内のLICENSEをご覧ください。

iOS版

動作環境

  • Xcode 6.4 & Swift 1.2 (TODO: Swift 2.0)
  • iOS 8 以上

ビルド方法

ビルドするには、AppGroupおよびEntitlementsの設定が必要です。

また、APIサーバーへの接続先・AppGroupを書いた Constants.swift が必要です。以下のテンプレートから作成して、 ProconApp/ProconBase/Constants.swift に置いてください。

import Foundation

class Constants {
	static let APIBaseURL = "API endpoint"
	static let AppGroupID = "..."
	static let AppLPURL = "ランディングページURL"
	public static let GATrackingID = "Google Analytics Tracking ID"
}

About

高専プログラミングコンテスト公式 App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published