update target file
This commit is contained in:
4
doric-cli/target/iOS/.gitignore
vendored
4
doric-cli/target/iOS/.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
Podfile.lock
|
||||
Example.xcworkspace/
|
||||
*.xcworkspace/
|
||||
Pods/
|
||||
.idea/
|
||||
Example.xcodeproj/xcuserdata/
|
||||
*.xcodeproj/xcuserdata/
|
@@ -57,7 +57,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2B059BE23C452BB007555C7 /* src */,
|
||||
E2F64CEC2399359C0006BD9A /* Example */,
|
||||
E2F64CEC2399359C0006BD9A /* App */,
|
||||
E2F64CEB2399359C0006BD9A /* Products */,
|
||||
875E7B19E6A1ABA3F802B6B5 /* Pods */,
|
||||
F654B22175F1FDDC9AE817FA /* Frameworks */,
|
||||
@@ -72,7 +72,7 @@
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E2F64CEC2399359C0006BD9A /* Example */ = {
|
||||
E2F64CEC2399359C0006BD9A /* App */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2F64CED2399359C0006BD9A /* AppDelegate.h */,
|
||||
@@ -84,7 +84,7 @@
|
||||
E2F64CFE2399359E0006BD9A /* Info.plist */,
|
||||
E2F64CFF2399359E0006BD9A /* main.m */,
|
||||
);
|
||||
path = Example;
|
||||
path = App;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F654B22175F1FDDC9AE817FA /* Frameworks */ = {
|
||||
|
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:Example.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
@@ -1,8 +0,0 @@
|
||||
<?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>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
@@ -1,11 +1,11 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
|
||||
target 'Example' do
|
||||
target '__$__' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
# Pods for Example
|
||||
# Pods for __$__
|
||||
pod 'DoricCore', '~>__$Version__'
|
||||
pod 'DoricDevkit', '~>__$Version__'
|
||||
end
|
||||
|
Reference in New Issue
Block a user