Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions FromZeroToHeroTestApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"FromZeroToHeroTestApp/Preview Content\"";
DEVELOPMENT_TEAM = 6M25KJC3X7;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = FromZeroToHeroTestApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.testapp.FromZeroToHeroTestApp;
PRODUCT_BUNDLE_IDENTIFIER = com.momohach.FromZeroToHeroTestApp;
PRODUCT_NAME = FromZeroToHero;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -489,13 +490,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"FromZeroToHeroTestApp/Preview Content\"";
DEVELOPMENT_TEAM = 6M25KJC3X7;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = FromZeroToHeroTestApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.testapp.FromZeroToHeroTestApp;
PRODUCT_BUNDLE_IDENTIFIER = com.momohach.FromZeroToHeroTestApp;
PRODUCT_NAME = FromZeroToHero;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>FromZeroToHeroTestApp.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>SomeInternalFramework.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
</dict>
</dict>
</plist>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# FromZeroToHeroTestApp

Test project for FrenchKit Classroom

Test PR