Skip to content

Commit 461cc05

Browse files
author
Fritiof Rusck
committed
feat: change things
1 parent 7a00282 commit 461cc05

File tree

5 files changed

+72
-16
lines changed

5 files changed

+72
-16
lines changed

.gitignore

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
.DS_Store
2+
# Xcode
3+
#
4+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
5+
6+
## User settings
7+
xcuserdata/
8+
9+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
10+
*.xcscmblueprint
11+
*.xccheckout
12+
13+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
14+
build/
15+
DerivedData/
16+
*.moved-aside
17+
*.pbxuser
18+
!default.pbxuser
19+
*.mode1v3
20+
!default.mode1v3
21+
*.mode2v3
22+
!default.mode2v3
23+
*.perspectivev3
24+
!default.perspectivev3
25+
26+
## Obj-C/Swift specific
27+
*.hmap
28+
29+
## App packaging
30+
*.ipa
31+
*.dSYM.zip
32+
*.dSYM
33+
34+
# CocoaPods
35+
#
36+
# We recommend against adding the Pods directory to your .gitignore. However
37+
# you should judge for yourself, the pros and cons are mentioned at:
38+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
39+
#
40+
# Pods/
41+
#
42+
# Add this line if you want to avoid checking in source code from the Xcode workspace
43+
# *.xcworkspace
44+
45+
# Carthage
46+
#
47+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
48+
# Carthage/Checkouts
49+
50+
Carthage/Build/
51+
52+
# fastlane
53+
#
54+
# It is recommended to not store the screenshots in the git repo.
55+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
56+
# For more information about the recommended setup visit:
57+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
58+
59+
fastlane/report.xml
60+
fastlane/Preview.html
61+
fastlane/screenshots/**/*.png
62+
fastlane/test_output
63+
64+
# Code Injection
65+
#
66+
# After new code Injection tools there's a generated folder /iOSInjectionProject
67+
# https://github.com/johnno1962/injectionforxcode
68+
69+
iOSInjectionProject/

tajpi.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@
333333
ENABLE_PREVIEWS = YES;
334334
GENERATE_INFOPLIST_FILE = YES;
335335
INFOPLIST_FILE = tajpi/Info.plist;
336+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
336337
INFOPLIST_KEY_NSHumanReadableCopyright = "";
337338
LD_RUNPATH_SEARCH_PATHS = (
338339
"$(inherited)",
@@ -356,9 +357,11 @@
356357
COMBINE_HIDPI_IMAGES = YES;
357358
CURRENT_PROJECT_VERSION = 1;
358359
DEVELOPMENT_ASSET_PATHS = "\"tajpi/Preview Content\"";
360+
DEVELOPMENT_TEAM = EKBJFR3MTZ;
359361
ENABLE_PREVIEWS = YES;
360362
GENERATE_INFOPLIST_FILE = YES;
361363
INFOPLIST_FILE = tajpi/Info.plist;
364+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
362365
INFOPLIST_KEY_NSHumanReadableCopyright = "";
363366
LD_RUNPATH_SEARCH_PATHS = (
364367
"$(inherited)",

tajpi.xcodeproj/xcuserdata/fritiofrusck.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 14 deletions
This file was deleted.

tajpi/tajpiRelease.entitlements

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7-
<key>com.apple.security.device.usb</key>
8-
<true/>
97
<key>com.apple.security.files.user-selected.read-only</key>
108
<true/>
119
</dict>

0 commit comments

Comments
 (0)