소스 검색

Add two URLs, a hard coded *freeaps-x* and a configurable URL

Jon Mårtensson 2 년 전
부모
커밋
fd0db2b674
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      FreeAPS/Resources/Info.plist

+ 1 - 0
FreeAPS/Resources/Info.plist

@@ -38,6 +38,7 @@
 			<key>CFBundleURLSchemes</key>
 			<array>
 				<string>$(APP_URL_SCHEME)</string>
+				<string>freeaps-x</string>
 			</array>
 		</dict>
 	</array>