File tree Expand file tree Collapse file tree 5 files changed +72
-16
lines changed
project.xcworkspace/xcuserdata/fritiofrusck.xcuserdatad
xcuserdata/fritiofrusck.xcuserdatad/xcschemes Expand file tree Collapse file tree 5 files changed +72
-16
lines changed Original file line number Diff line number Diff line change 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 /
Original file line number Diff line number Diff line change 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)",
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)",
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments